Results 275 issues of Keith Turner

**Is your feature request related to a problem? Please describe.** Scan server references stored in the metadata table use a fully qualified file path in the row. This can lead...

enhancement

The log message set to trace in this PR was consuming 20% to 30% of the logs for the compaction coordinator.

For the case of really quick compactions there is a good chance these finish during the check done by the dead compaction detector. Currently when this happens a log message...

The FateCleaner persist a [uuid and long](https://github.com/apache/accumulo/blob/cb25f26ab3be77dbfce54e9d1e7234e5974510ec/core/src/main/java/org/apache/accumulo/core/fate/FateCleaner.java#L67-L68) in order to reliably track the age of a fate operation across processes. It may be possible to replace this uuid+long with a...

When the compaction management code was moved from the tablet server to the manager support for the functionality behind [this property](https://github.com/apache/accumulo/blob/212e3cd27cf9701e750ca8c3a2566a74d88867f3/core/src/main/java/org/apache/accumulo/core/conf/Property.java#L850) was dropped. This property controlled functionality that would allows...

**Is your feature request related to a problem? Please describe.** In an IDE a user could discover the [setConsistencyLevel](https://github.com/apache/accumulo/blob/714fdb7e1ac949eebb05fbe6d0fd7fe36c20d5f9/core/src/main/java/org/apache/accumulo/core/client/ScannerBase.java#L382) method and [ConsitencyLevel.EVENTUAL](https://github.com/apache/accumulo/blob/714fdb7e1ac949eebb05fbe6d0fd7fe36c20d5f9/core/src/main/java/org/apache/accumulo/core/client/ScannerBase.java#L56) by exploring methods on Scanner. Once here this...

enhancement

The following code exists to cleanup the manager migration set for the case of tablets splitting. It does not seem to consider the metadata table when cleaning up. The metadata...

bug

Scan servers differ from in tablet servers in that they can service scans for any tablet, but must read the tablets files and reserve those files to prevent the Accumulo...

In #3733 issues with writes after close that caused metadata inconsistencies were addressed in the batch writer. In the elasticity branch the conditional writer is now used for metadata updates...

**Describe the bug** After running a user compaction with hints, the hints will show up in the logs for system compactions. **Versions (OS, Maven, Java, and others, as appropriate):** -...

bug