Hi,

>From AssignmentManager.java in trunk:


  boolean setOfflineInZooKeeper(final RegionState state) {
    if (!state.isClosed() && !state.isOffline()) {
        new RuntimeException("Unexpected state trying to OFFLINE; " + state);
      this.master.abort("Unexpected state trying to OFFLINE; " + state,
        new IllegalStateException());
      return false;
    }

That first "new RuntimeException..." is a left over I presume?

Lars

Reply via email to