Dave Marion

Results 421 comments of Dave Marion

[This](https://github.com/apache/accumulo/blob/main/core/src/main/java/org/apache/accumulo/fate/Fate.java#L186) message is in the log, but without the stack trace

Run `ConcurrentDeleteTableIT.testConcurrentDeleteTablesOps`, then look in the MAC Manager out file

I think the issues is that there are no ThriftTableOperationException constructors that take a `cause` or `message`. The constructors on the Thrift objects don't call the super class constructors to...

## Background Accumulo TabletServers are responsible for: 1. ingesting new data 2. compacting (merging) new and old data into files 3. reading data from files to support system and user...

Using `set/getConsistencyLevel` on ScannerBase allows us to change the implementation without changing the API. Using a name tied to the implementation will cause API churn if the implementation changes. I'm...

> what the user desires is increased availability I think that depends on who the "user" is. If we are talking about an app developer, the person writing the code...

I can't get the ContinuousVerify M/R job in https://github.com/dlmarion/accumulo-testing/tree/ci-verify-consistency-level to use the ScanServer. I have modifed the AccumuloInputFormat configuration several times, I must be missing something. The CI scan, walk,...

I opened #2757 for the M/R issue above.

Summarizing the remaining unresolved issues from the conversation above: 1. There is disagreement on the naming of the API methods. 2. There is concern about merging this into 2.1 due...

I started up a 2 node cluster from commit `fcd2738` and my accumulo-testing [branch ](https://github.com/dlmarion/accumulo-testing/tree/ci-verify-consistency-level) which includes changes to set the consistency level for the continuous walker, batch walker, scanner,...