-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23959/
-----------------------------------------------------------
Review request for accumulo and Josh Elser.
Bugs: ACCUMULO-2694
https://issues.apache.org/jira/browse/ACCUMULO-2694
Repository: accumulo
Description
-------
These are the changes needed on 1.6 after merging the fix for the 1.5 branch
forward.
- manually redo changes to Master
- convert python functional test to an IT
-- Add programmatic access to MasterMonitorInfo to MiniAccumuloClusterImpl
-- Make SystemCredentials work with MiniAccumuloClusterImpl
Diffs
-----
core/src/main/java/org/apache/accumulo/core/client/AccumuloSecurityException.java
06b148d79fa6f97aedff115ad21d7459f17567f6
minicluster/src/main/java/org/apache/accumulo/minicluster/impl/MiniAccumuloClusterImpl.java
977968ec3da356b9e3f3e6aa3a9fe3d7bf36ac46
minicluster/src/test/java/org/apache/accumulo/minicluster/impl/MiniAccumuloClusterImplTest.java
99f8d7d62b687dd8c9ccbb7f0879885ad3a8cf39
minicluster/src/test/resources/log4j.properties
b5efe8d6e29d14d4044c9b60c800f0e9d7cc85b3
server/base/src/main/java/org/apache/accumulo/server/security/SystemCredentials.java
767ed2589000e60bae63c106834b2493a7f39404
server/master/src/main/java/org/apache/accumulo/master/Master.java
797e06656a800cc9e3c4a1959b8b25a85768fc9e
test/pom.xml f3cc927c6cc724450109a7baa6a96b3278c3f86b
test/src/test/java/org/apache/accumulo/test/functional/BalanceInPresenceOfOfflineTableIT.java
PRE-CREATION
Diff: https://reviews.apache.org/r/23959/diff/
Testing
-------
Ran new IT prior to Master changes: test fails; ran new IT after Master
changes: test passes.
Thanks,
Sean Busbey