From 449e4577af645e422d0183b478160caf3a254f2e Mon Sep 17 00:00:00 2001 From: Dom Garguilo Date: Tue, 14 Jan 2025 15:53:50 -0500 Subject: [PATCH] bump tserver mem to avoid minc via low mem Co-authored-by: Keith Turner --- .../main/java/org/apache/accumulo/test/MaxWalReferencedIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/src/main/java/org/apache/accumulo/test/MaxWalReferencedIT.java b/test/src/main/java/org/apache/accumulo/test/MaxWalReferencedIT.java index f141c4864ca..d7375ed676c 100644 --- a/test/src/main/java/org/apache/accumulo/test/MaxWalReferencedIT.java +++ b/test/src/main/java/org/apache/accumulo/test/MaxWalReferencedIT.java @@ -65,6 +65,7 @@ protected void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopCoreSit cfg.setProperty(Property.TSERV_WAL_MAX_SIZE, Integer.toString(hdfsMinBlockSize)); // Set the max number of WALs that can be referenced cfg.setProperty(Property.TSERV_WAL_MAX_REFERENCED, Integer.toString(WAL_MAX_REFERENCED)); + cfg.setProperty(Property.TSERV_MAXMEM, "256M"); // avoid minor compactions via low memory cfg.setNumTservers(1); // Use raw local file system so WAL syncs and flushes work as expected