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'd like to update the compaction task code to send asynchronous commits of compactions to the new unordered commit lambda, instead of directly to the state store committer.
Analysis
This can be changed in CompactionJobCommitterOrSendToLambda.commit. This is tested in CompactionTaskCommitTest.
The text was updated successfully, but these errors were encountered:
Background
Split from:
Follows on from:
Description
We'd like to update the compaction task code to send asynchronous commits of compactions to the new unordered commit lambda, instead of directly to the state store committer.
Analysis
This can be changed in CompactionJobCommitterOrSendToLambda.commit. This is tested in CompactionTaskCommitTest.
The text was updated successfully, but these errors were encountered: