Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ public abstract class TestOzoneManagerHA {
private static OzoneConfiguration conf;
private static String omServiceId;
private static int numOfOMs = 3;
private static final int LOG_PURGE_GAP = 50;
// Large enough that 100-volume tests do not cross the purge boundary,
// preventing unintended snapshot-install cycles in HA tests. Only
// testOMRestart deliberately creates enough entries to exceed this.
private static final int LOG_PURGE_GAP = 500;
/* Reduce max number of retries to speed up unit test. */
private static final int OZONE_CLIENT_FAILOVER_MAX_ATTEMPTS = 5;
private static final int IPC_CLIENT_CONNECT_MAX_RETRIES = 4;
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@
<protobuf.version>3.25.8</protobuf.version>
<ranger.version>2.8.0</ranger.version>
<!-- versions included in ratis-thirdparty, update in sync -->
<ratis-thirdparty.grpc.version>1.75.0</ratis-thirdparty.grpc.version>
<ratis-thirdparty.netty.version>4.1.127.Final</ratis-thirdparty.netty.version>
<ratis-thirdparty.grpc.version>1.77.1</ratis-thirdparty.grpc.version>
<ratis-thirdparty.netty.version>4.1.130.Final</ratis-thirdparty.netty.version>
<ratis-thirdparty.protobuf.version>3.25.8</ratis-thirdparty.protobuf.version>
<ratis.thirdparty.version>1.0.10</ratis.thirdparty.version>
<ratis.version>3.2.1</ratis.version>
<ratis.thirdparty.version>1.0.11</ratis.thirdparty.version>
<ratis.version>3.2.2</ratis.version>
<re2j.version>1.7</re2j.version>
<reflections.version>0.10.2</reflections.version>
<reload4j.version>1.2.26</reload4j.version>
Expand Down