dcapwell commented on code in PR #99:
URL: https://github.com/apache/cassandra-accord/pull/99#discussion_r1645025562
##########
accord-core/src/test/java/accord/impl/list/ListStore.java:
##########
@@ -332,7 +332,7 @@ public void fail(Ranges ranges, Throwable failure)
if (!success.isEmpty())
fetchCompletes.add(new FetchComplete(storeId,
syncPoint, success));
}
- delegate.fail(ranges, new Throwable());
+ delegate.fail(ranges, new Throwable("Failed Fetch", failure));
Review Comment:
this isn't 100% related to this branch; I am forking different bug fixes
from my topology change branch to keep reviews small and easier to
understand... when bootstraps fail we loose the "why"...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]