This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a commit to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/elasticity by this push:
new b095fbc87d Fix missing import
b095fbc87d is described below
commit b095fbc87dcafce729d5e75afca46372e0aa236e
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Mon Mar 11 11:32:02 2024 -0400
Fix missing import
---
.../org/apache/accumulo/core/metadata/schema/TabletMetadataTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/core/src/test/java/org/apache/accumulo/core/metadata/schema/TabletMetadataTest.java
b/core/src/test/java/org/apache/accumulo/core/metadata/schema/TabletMetadataTest.java
index edd91c705a..3e1f45786e 100644
---
a/core/src/test/java/org/apache/accumulo/core/metadata/schema/TabletMetadataTest.java
+++
b/core/src/test/java/org/apache/accumulo/core/metadata/schema/TabletMetadataTest.java
@@ -49,6 +49,7 @@ import java.util.Set;
import java.util.SortedMap;
import java.util.TreeMap;
import java.util.UUID;
+import java.util.concurrent.atomic.AtomicBoolean;
import java.util.stream.Stream;
import org.apache.accumulo.core.client.admin.TabletAvailability;