This is an automated email from the ASF dual-hosted git repository. domgarguilo 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 a45971769d Replace unapproved characters in DatafileManager.java a45971769d is described below commit a45971769d0e4c5c9d6d3288b82c61b2d387c366 Author: Dom Garguilo <domgargu...@apache.org> AuthorDate: Mon Jun 23 12:42:04 2025 -0400 Replace unapproved characters in DatafileManager.java --- .../main/java/org/apache/accumulo/tserver/tablet/DatafileManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/DatafileManager.java b/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/DatafileManager.java index 33f16c98de..e4bd761a71 100644 --- a/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/DatafileManager.java +++ b/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/DatafileManager.java @@ -185,7 +185,7 @@ class DatafileManager { } /** - * Removes any scan‐in‐use metadata entries that were left behind when a scan cleanup was + * Removes any scan-in-use metadata entries that were left behind when a scan cleanup was * interrupted. Intended to be called periodically to clear these orphaned scan refs once their * in-memory reference count reaches zero. */