Dom G.
Dom G.
In #1099 there are some lists of methods that have been reported as "hot method too big". This PR refactors some of those methods to make them smaller. After these...
It appears that improvements could be made to `Key.equals()`. From [the original jira ticket](https://issues.apache.org/jira/browse/ACCUMULO-4468) regarding this idea: > In the Key.equals(Key, PartialKey) overload, the current method compares starting at the...
**Test name(s)** - HalfDeadTServerIT.testRecover **Describe the failure observed** It looks like this test has failed via timeout in the last two builds. It looks like it has failed at least...
**Is your feature request related to a problem? Please describe.** BatchScanner has very few options for controlling the amount of data retrieved. Propose moving setBatchSize to ScannerBase to allow for...
As a follow on to #2320, it was suggested that the action taken when a mismatch in tablet metadata is discovered, be revised. Currently, an error is just logged. I...
Original Jira ticket: https://issues.apache.org/jira/browse/ACCUMULO-4628 The ticket suggests adding a lexicoder for `BigDecimal`. The original ticket does not detail why this might be needed or what a lexicoder is used for....
I am unable to run any of the example code due to this exception. I am running accumulo 3.1.0-SNAPSHOT via fluo-uno. I am able to manually interact with the instance...
This is a continuation of #3980 fixing all the spots that were not present in main but are in elasticity.
**Test name(s)** - ExternalCompaction4_IT.testErrorDuringCompactionNoOutput - CompactionIT.testErrorDuringCompactionNoOutput - CompactionIT.testMultiStepCompactionThatDeletesAll **Describe the failure observed** It looks like the mentioned tests are failing after #4127 was merged into 2.1. I'm not sure if...