fix: compact_map get error mismatching cokie (#3748)

* fix: compact_map get error

* fix: CompactSection delete lock and move test to compact_map

Co-authored-by: shibinbin <shibinbin@megvii.com>
This commit is contained in:
binbinshi
2022-10-10 07:56:40 +08:00
committed by GitHub
parent b9d8a837af
commit b7de4a967e
3 changed files with 49 additions and 6 deletions

View File

@@ -89,4 +89,4 @@ func PrintMemUsage(totalRowCount uint64) {
}
func bToMb(b uint64) uint64 {
return b / 1024 / 1024
}
}