Josef Ezra
Josef Ezra
Attempt to cause a conflict and abandon a file lock. The test is failing for 3.4.485.0
Support users who wish to use a "lazy delete" - which clears the record in foreground, then let a background index scrubbing task clear the dangling index entries. This requires:...
On some databases, as it seems, dangling index entries are part of the normal flow. To support routine cleanup of these entries, we should add: 1. `OnlineIndexScrubber` API argument to...
As it seems: Synchronized runner is created by runner.startSynchronizedSessionAsync, while the calling runner sets itself as the underlying runner (which is the main runner for the indexing session). Let it...
Currently, the rebalancing code uses a single transaction to iterate through the grouping keys and rebalance the first partition in need in each group. This may cause a transaction timeout,...