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
Currently the should_process function passed to the MultiIteratorScanner only considers write-locks for accounts. It should consider read-locks in order to make sure we don't create conflicting batches.
Proposed Solution
Add read-locks to the should_process function used by MultiIteratorScanner
The text was updated successfully, but these errors were encountered:
Problem
Currently the
should_process
function passed to the MultiIteratorScanner only considers write-locks for accounts. It should consider read-locks in order to make sure we don't create conflicting batches.Proposed Solution
Add read-locks to the
should_process
function used by MultiIteratorScannerThe text was updated successfully, but these errors were encountered: