keith-turner commented on code in PR #5674:
URL: https://github.com/apache/accumulo/pull/5674#discussion_r2167829535
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/DatafileManager.java:
##########
@@ -198,6 +181,20 @@ public void removeOrphanedScanRefs() {
removeFilesAfterScan(snapshot);
}
+ /**
+ * @return true if any file is no longer in use by a scan and can be
removed, false otherwise.
+ */
+ boolean canScanFilesBeRemoved() {
Review Comment:
The following name would be consistent w/ `removeBatchedScanRefs` naming.
```suggestion
boolean canScanRefsBeRemoved() {
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]