Skip to content

Commit

Permalink
removed troubling disconnect from distributed configuration push
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Sep 30, 2016
1 parent 52cdec6 commit 4b79412
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,8 @@ public void pushDistribCfg2Clients(final ODocument iConfig) {
} finally {
channel.releaseWriteLock();
}
} catch (IOException e) {
disconnect(c);
} catch (Exception e) {
OLogManager.instance().warn(this, "Cannot push cluster configuration to the client %s", e, c.getRemoteAddress());
disconnect(c);
}
}
}
Expand Down

0 comments on commit 4b79412

Please sign in to comment.