-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15482/
-----------------------------------------------------------
(Updated Nov. 13, 2013, 9:35 p.m.)
Review request for accumulo.
Changes
-------
rolling back catch of AccumuloException, since the ZC and TU close methods
don't throw it.
Bugs: ACCUMULO-1889
https://issues.apache.org/jira/browse/ACCUMULO-1889
Repository: accumulo
Description
-------
ACCUMULO-1889 mark ZKI as closed once close() is called.
Once a given ZKI has .close() called, mark that instance closed regardless of
outstanding client count.
Diffs (updated)
-----
src/core/src/main/java/org/apache/accumulo/core/client/ZooKeeperInstance.java
f657c07a28c3bf330556f0d4e02b9adcb0ea755e
Diff: https://reviews.apache.org/r/15482/diff/
Testing
-------
unit tests pass, functional tests in progress.
Thanks,
Sean Busbey