ericnewton

Results 4 issues of ericnewton

`SharedBatchWriter` starts a thread in the constructor, which can leak `this`.

bug

`OracleClient` constructor starts a thread, which can leak this.

bug

There's a bit of code to cache tablet information in `RandomTabletChooser#getTablets()`. This could be replaced by a guava cache.

improvement

I ran the accumulo continuous ingest test on my baremetal cluster. The verify map-reduce job was not completing. It turns out that the home directory for the install user was...