This is an automated email from the ASF dual-hosted git repository.
kturner pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push:
new e543c4b10f added missing log message to bulk load code (#5470)
e543c4b10f is described below
commit e543c4b10f908281d9b9c9664b68978e51c831ce
Author: Keith Turner <[email protected]>
AuthorDate: Mon Apr 14 18:23:10 2025 -0400
added missing log message to bulk load code (#5470)
Only a subset of tablet added for bulk load were logged. Copied an
existing log statement to another place where tablets were added.
---
.../java/org/apache/accumulo/manager/tableOps/bulkVer2/LoadFiles.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/bulkVer2/LoadFiles.java
b/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/bulkVer2/LoadFiles.java
index 4f1d8ecc66..98339f16e7 100644
---
a/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/bulkVer2/LoadFiles.java
+++
b/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/bulkVer2/LoadFiles.java
@@ -556,6 +556,7 @@ class LoadFiles extends ManagerRepo {
}
// we have found the first tablet in the range, add it to the list
+ log.trace("{}: Adding tablet: {} to overlapping list", fmtTid,
currTablet.getExtent());
tablets.add(currTablet);
// find the remaining tablets within the loadRange by