|
@@ -326,8 +326,8 @@ public class NodeStatusUpdaterImpl extends AbstractService implements
|
|
statusUpdater.join();
|
|
statusUpdater.join();
|
|
registerWithRM();
|
|
registerWithRM();
|
|
statusUpdater = new Thread(statusUpdaterRunnable, "Node Status Updater");
|
|
statusUpdater = new Thread(statusUpdaterRunnable, "Node Status Updater");
|
|
- statusUpdater.start();
|
|
|
|
this.isStopped = false;
|
|
this.isStopped = false;
|
|
|
|
+ statusUpdater.start();
|
|
LOG.info("NodeStatusUpdater thread is reRegistered and restarted");
|
|
LOG.info("NodeStatusUpdater thread is reRegistered and restarted");
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
String errorMessage = "Unexpected error rebooting NodeStatusUpdater";
|
|
String errorMessage = "Unexpected error rebooting NodeStatusUpdater";
|