}
});
<<<<<<< HEAD
watchers.add(new TabletGroupWatcher(this, new MetaDataStateStore(this, this), null));
watchers.add(new TabletGroupWatcher(this, new RootTabletStateStore(this, this), watchers.get(0)));
=======
Credentials systemCreds = SystemCredentials.get();
// ACCUMULO-3580 ACCUMULO-3618 disable metadata table scanning optimizations
watchers.add(new TabletGroupWatcher(this, new MetaDataStateStore(instance, systemCreds, null), null));
watchers.add(new TabletGroupWatcher(this, new RootTabletStateStore(instance, systemCreds, null), watchers.get(0)));
>>>>>>> f2868c6210124afece595fd5adca04479cc827a1
watchers.add(new TabletGroupWatcher(this, new ZooTabletStateStore(new ZooStore(zroot)), watchers.get(1)));
for (TabletGroupWatcher watcher : watchers) {
watcher.start(); |