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
It fails when it uses an intercept to stop a full-sync from working on some vnodes, and checks the right number of vnode sync failures has occurred on completion.
When the test fails, it fails as full-sync is never considered complete. The difference between success and failure is related to the ordering of the vnodes which the full-sync tries. If the last vnode to be sync'd does sync OK (as it is not one with an intercepted function), then the test passes, and the correct number of vnodes failures are reported. If the last vnode to be sync'd is one of those to not sync though, although the same work has completed/failed - the full-sync is never recorded as complete.
The cause of this appears to be that on hitting the soft retry limit
Potentially related to - #772
The test https://github.com/basho/riak_test/blob/develop-2.9/tests/repl_aae_fullsync_blocked.erl fails intermittently.
It fails when it uses an intercept to stop a full-sync from working on some vnodes, and checks the right number of vnode sync failures has occurred on completion.
When the test fails, it fails as full-sync is never considered complete. The difference between success and failure is related to the ordering of the vnodes which the full-sync tries. If the last vnode to be sync'd does sync OK (as it is not one with an intercepted function), then the test passes, and the correct number of vnodes failures are reported. If the last vnode to be sync'd is one of those to not sync though, although the same work has completed/failed - the full-sync is never recorded as complete.
The cause of this appears to be that on hitting the soft retry limit
riak_repl/src/riak_repl2_fscoordinator.erl
Lines 561 to 571 in 24c6e8f
maybe_complete_fullsync/2
isn't called. Unlike on a hard failure -riak_repl/src/riak_repl2_fscoordinator.erl
Line 590 in 24c6e8f
riak_repl/src/riak_repl2_fscoordinator.erl
Line 447 in 24c6e8f
The text was updated successfully, but these errors were encountered: