Skip to content

Commit

Permalink
do not unsubscribe to see if that some how fixes travis test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sanda committed Aug 19, 2015
1 parent 889a99a commit 29bdb47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ private void stopMetricsService() {
state = State.STOPPING;
metricsService.shutdown();
taskScheduler.shutdown();
jobs.values().forEach(Subscription::unsubscribe);
// jobs.values().forEach(Subscription::unsubscribe);
if (session != null) {
try {
session.close();
Expand Down

0 comments on commit 29bdb47

Please sign in to comment.