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
We expose any error in a manual compaction to the client that requested the manual compaction. This was appropriate when an error may have represented something serious and non transient, which is how we had originally implemented compactions.
which can happen due to an ingest (or flushable ingest) that excises or splits files involved in the compaction. An error due to an internal cancellation should be retried.
We expose any error in a manual compaction to the client that requested the manual compaction. This was appropriate when an error may have represented something serious and non transient, which is how we had originally implemented compactions.
However, we now have internal cancellation
pebble/compaction.go
Line 176 in 1157615
Jira issue: PEBBLE-335
The text was updated successfully, but these errors were encountered: