You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception thrown while doing compaction will result in discarding compaction result. This exception is not as rare as one may like and result in losing costly compaction work (CPU/IO).
Detecting (computing) correctly overlapping files while compacting mem tables would avoid completely this exception and work been thrown away.
The frequency of this exception is related with the key set, order and speed in with they are inserted/deleted.
Removing exception handling done at DbImpl#L1214 and running the build, will most of the time result into some failed unit tests.
The text was updated successfully, but these errors were encountered:
pcmind
added a commit
to pcmind/leveldb
that referenced
this issue
Jan 3, 2018
Exception thrown while doing compaction will result in discarding compaction result. This exception is not as rare as one may like and result in losing costly compaction work (CPU/IO).
Detecting (computing) correctly overlapping files while compacting mem tables would avoid completely this exception and work been thrown away.
The frequency of this exception is related with the key set, order and speed in with they are inserted/deleted.
Removing exception handling done at DbImpl#L1214 and running the build, will most of the time result into some failed unit tests.
The text was updated successfully, but these errors were encountered: