Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.8
Description
When waiting for datasets of a partition replica to complete their IO ops, we currently unnecessarily wait for IO ops of all partitions which could result in slowing down the replica sync process significantly. We should
wait for the target partition IO ops only.
Commit cc7d89ccbde59c209fdbe8a819c95fa567ea9224 in asterixdb's branch refs/heads/master from Murtadha Makki Al Hubail
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=cc7d89ccbd ]
ASTERIXDB-3220[REPL] Allow waiting for IO on specific dataset partitionDetails:
for the replica partition rather than all partitions.
Change-Id: I90f311f602b3c8526556f64d7b25672981fac320
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17633
Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Ali Alsuliman <ali.al.solaiman@gmail.com>