This is an automated email from the ASF dual-hosted git repository.
krathbun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/main by this push:
new ba6fe2b63d fix minor typo with a 4.0.0 prop (#5686)
ba6fe2b63d is described below
commit ba6fe2b63d38b2840968fd2f17e5389e9a251b84
Author: Kevin Rathbun <[email protected]>
AuthorDate: Fri Jun 27 12:58:32 2025 -0400
fix minor typo with a 4.0.0 prop (#5686)
manager.tablet.refresh.threads.mininum ->
manager.tablet.refresh.threads.minimum
also looked over all the other since 4.0.0 props for other typos. Rest
are okay
---
core/src/main/java/org/apache/accumulo/core/conf/Property.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
index 988d61a059..976c79dd82 100644
--- a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
+++ b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
@@ -405,7 +405,7 @@ public enum Property {
"Maximum number of threads the TabletGroupWatcher will use in its
BatchScanner to"
+ " look for tablets that need maintenance.",
"2.1.4"),
- MANAGER_TABLET_REFRESH_MINTHREADS("manager.tablet.refresh.threads.mininum",
"10",
+ MANAGER_TABLET_REFRESH_MINTHREADS("manager.tablet.refresh.threads.minimum",
"10",
PropertyType.COUNT,
"The Manager will notify TabletServers that a Tablet needs to be
refreshed after certain operations"
+ " are performed (e.g. Bulk Import). This property specifies the
number of core threads in a"