EdColeman
EdColeman
This is the second half of splitting #2769 (first part is #2773)
Move GarbageCollectionLogger to ServerContext and start scheduled task in AbstractServer so that the is only one instance running for a server. Bumping the the spotbugs version in #2824 highlighted a...
This overrides equals in `StoredTabletFile` by delegating to the parent`TabletFile.equals()` - this seems to preserve current behavior - but not sure that it should. Provided for reference - this should...
**Describe the bug** Looking at the warning / errors generated when raising the spotBugs maxRank (in the spotbugs maven plug-in) from the current 16 to 17, there are a few...
**Is your feature request related to a problem? Please describe.** With recent changes in property handling with version information available we may be able to improve concurrency handling This was...
**Is your feature request related to a problem? Please describe.** As a follow-on to https://github.com/apache/accumulo/pull/1259, there may be ways to improved the du command performance, possibly at the sacrifice of...
From PR Comment ZooPropStore.get() method - this can be reviewed as a follow-on to the single node prop store changes. @keith-turner said: Tracing through the code, I think the following...
The current merge info that is printed to the logs is spammy, but may require significant changes to reduce the logging while still providing some useful information to monitor /...
As a follow-on to single node property storage in ZooKeeper (issue https://github.com/apache/accumulo/issues/1454) Currently ZooPropStore exposes the cache builder to facilitate testing. It may be possible that future code could create...