Matko Medenjak
Matko Medenjak
In some severe cases ("operator bug where node 0 was restarted with an empty data volume and and empty seed_servers list, causing it to start a new log"), the log...
Based on these perf findings - https://redpandadata.slack.com/archives/C03CSNSGWKC/p1663340367762939
- How does it affect perf in latency/throughput, and does it establish a higher floor / lower ceiling for these. - should put that in our performance guide in docs...
JIRA issue was deleted but this test was ignored during merge and needs to be re-enabled and fixed.
http://jenkins.hazelcast.com/job/Hazelcast-pr-builder/5043 ``` java.lang.AssertionError: expected: but was: at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at com.hazelcast.client.map.ClientIndexStatsTest.combineStats(ClientIndexStatsTest.java:142) at com.hazelcast.client.map.ClientIndexStatsTest.stats(ClientIndexStatsTest.java:119) at com.hazelcast.map.LocalIndexStatsTest.valueStats(LocalIndexStatsTest.java:657) at com.hazelcast.map.LocalIndexStatsTest.testIndexStatsAfterMapDestroy(LocalIndexStatsTest.java:602) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at...