This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit e3742b0d774d0214dbcd276fa4ffcffe7db4ed4b
Merge: 016dda7ffe 5bea0f6b26
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Wed Apr 17 16:18:58 2024 -0400

    Merge branch 'main' into elasticity

 .../java/org/apache/accumulo/test/compaction/CompactionExecutorIT.java   | 1 +
 1 file changed, 1 insertion(+)

diff --cc 
test/src/main/java/org/apache/accumulo/test/compaction/CompactionExecutorIT.java
index 67c01286a9,ec9b22f25c..f8d7c31467
--- 
a/test/src/main/java/org/apache/accumulo/test/compaction/CompactionExecutorIT.java
+++ 
b/test/src/main/java/org/apache/accumulo/test/compaction/CompactionExecutorIT.java
@@@ -391,10 -323,17 +391,11 @@@ public class CompactionExecutorIT exten
    }
  
    @Test
+   @SuppressWarnings("deprecation")
    public void testTooManyDeletes() throws Exception {
      try (AccumuloClient client = 
Accumulo.newClient().from(getClientProps()).build()) {
 -      Map<String,
 -          String> props = Map.of(Property.TABLE_COMPACTION_SELECTOR.getKey(),
 -              TooManyDeletesSelector.class.getName(),
 -              Property.TABLE_COMPACTION_SELECTOR_OPTS.getKey() + "threshold", 
".4");
        var deleteSummarizerCfg =
            
SummarizerConfiguration.builder(DeletesSummarizer.class.getName()).build();
 -      client.tableOperations().create("tmd_selector", new 
NewTableConfiguration()
 -          .setProperties(props).enableSummarization(deleteSummarizerCfg));
        client.tableOperations().create("tmd_control1",
            new 
NewTableConfiguration().enableSummarization(deleteSummarizerCfg));
        client.tableOperations().create("tmd_control2",

Reply via email to