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
[ Mac OS X 10.11 ] Operating System / Distribution & Version
[ UpdateValue.executeAsync ] What methods were being executed during the error
What you expected to have happen: when I stop Riak, then I should have failed of all my new operation futures, but when I make UpdateValue, then I have success future.
This assert is always true in my case, because exception writed at UpdateValue:216 (f.cause().getCause(), in my case NoNodesAvailableException#getCause()) is null and UpdateValueFuture#isSuccess checks exception field (UpdateValue:535)
This assert is always true in my case, because exception writed at UpdateValue:216 (
f.cause().getCause(), in my case NoNodesAvailableException#getCause()) is null and UpdateValueFuture#isSuccess checksexceptionfield (UpdateValue:535)