Skip to content

Commit

Permalink
add more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ywelsch committed Jun 13, 2018
1 parent e205ad2 commit 7b92bdb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ private void connect(ActionListener<Void> connectListener, boolean forceRun) {

private void forkConnect(final Collection<ActionListener<Void>> toNotify) {
ThreadPool threadPool = transportService.getThreadPool();
assert threadPool.getThreadContext().isSystemContext() == false : "context is a system context";
ExecutorService executor = threadPool.executor(ThreadPool.Names.MANAGEMENT);
executor.submit(new AbstractRunnable() {
@Override
Expand Down

0 comments on commit 7b92bdb

Please sign in to comment.