ashvina commented on a change in pull request #2839: fix healthmgr metrics
URL: https://github.com/apache/incubator-heron/pull/2839#discussion_r180165518
##########
File path:
heron/healthmgr/src/java/com/twitter/heron/healthmgr/HealthManager.java
##########
@@ -276,10 +283,8 @@ public void initialize() throws
ReflectiveOperationException, FileNotFoundExcept
stateMgrAdaptor = createStateMgrAdaptor();
- this.runtime = Config.newBuilder()
- .put(Key.SCHEDULER_STATE_MANAGER_ADAPTOR, stateMgrAdaptor)
- .put(Key.TOPOLOGY_NAME, Context.topologyName(config))
- .build();
+ this.runtime =
Config.newBuilder().put(Key.SCHEDULER_STATE_MANAGER_ADAPTOR, stateMgrAdaptor)
+ .put(Key.TOPOLOGY_NAME, Context.topologyName(config)).build();
Review comment:
I can see many formatting changes like this one. Is this done by the IDE?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services