This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from ff98ee4498 Merge commit 'da7866ee3606fd43202f536fd50a6e2d890a1dee' into elasticity add 0c861fcdea adds fate table to AccumuloTable enum (#4163) No new revisions were added by this update. Summary of changes: .../accumulo/core/fate/FateInstanceType.java | 8 +------ .../accumulo/core/fate/accumulo/AccumuloStore.java | 4 ++-- .../accumulo/core/metadata/AccumuloTable.java | 13 ++++++++++- .../apache/accumulo/core/metadata/FateTable.java | 27 ---------------------- .../server/init/FileSystemInitializer.java | 12 +++++----- .../accumulo/server/init/ZooKeeperInitializer.java | 6 ++--- .../java/org/apache/accumulo/manager/Manager.java | 3 +-- .../functional/TabletManagementIteratorIT.java | 4 ++-- .../accumulo/test/functional/WALSunnyDayIT.java | 6 ++--- 9 files changed, 30 insertions(+), 53 deletions(-) delete mode 100644 core/src/main/java/org/apache/accumulo/core/metadata/FateTable.java