java.lang.AssertionError: Expected to find 69 backups in the cluster expected:<69> but was:<46>
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
Check your pattern declaration or check your assert declaration.
Solutions on the web
via GitHub by hasancelik
, 1 year agovia GitHub by hasancelik
, 1 year agovia GitHub by hasancelik
, 1 year agovia GitHub by bilalyasar
, 1 year agovia hadoop-hdfs-issues by Jimmy Xiang (JIRA), 2 years ago
java.lang.AssertionError: Expected to find 69 backups in the cluster expected:<69> but was:<46>
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 com.hazelcast.map.MapPutAllWrongTargetForPartitionTest.testPutAllPerMemberOperation(MapPutAllWrongTargetForPartitionTest.java:144)
at com.hazelcast.map.MapPutAllWrongTargetForPartitionTest.testPutAllPerMemberOperation_whenOperationContainsDataForAllPartitions_withMultipleEntriesPerPartition(MapPutAllWrongTargetForPartitionTest.java:90)