Christopher Tubbs

Results 75 issues of Christopher Tubbs

This plugin should support writing files in a standard format, for easier verification. Standard tools have a convenient `-c` option to verify a checksum file, but this doesn't work with...

Feature

**Test name(s)** - org.apache.accumulo.test.functional.ZookeeperRestartIT.test **Describe the failure observed** ``` [ERROR] org.apache.accumulo.test.functional.ZookeeperRestartIT.test Time elapsed: 30.898 s

bug
test

This PR updates spotbugs-maven-plugin and adresses all the new warnings

Related to #1050 Supersedes https://issues.apache.org/jira/browse/ACCUMULO-3235 and https://issues.apache.org/jira/browse/ACCUMULO-4118 Merges currently require a special "chop" major compaction, which can be slow. The idea is simple: in the metadata entries for files, we...

enhancement

**Is your feature request related to a problem? Please describe.** Compactions, splits, merges, and table clones are tricky and complicated because we have multiple references to the same files, making...

enhancement

There's a bunch of TODOs in code now. We previously had them all removed, in favor of creating tickets to track work. I guess we've been less rigorous about that...

bug

The CacheEntry class uses a generic method for getIndex to retrieve a Weighable generic type. However, because the generic is on the method, instead of the class, there's no guarantee...

bug

**Is your feature request related to a problem? Please describe.** After #2569 was merged, we now have the groundwork in place to set multiple properties on a table (or for...

enhancement

This supersedes #1438 Note: This doesn't currently work, because of bugs in maven-javadoc-plugin which seem to force the use of a module path, even though our dependencies don't all have...

I thought of a fairly simple way to implement empty compactions w/o riddling the code w/ special cases for the empty set. Using a set with a special URI for...