rmatharu commented on a change in pull request #1406:
URL: https://github.com/apache/samza/pull/1406#discussion_r463857273
##########
File path:
samza-core/src/main/scala/org/apache/samza/diagnostics/DiagnosticsStreamMessage.java
##########
@@ -237,7 +248,7 @@ public static DiagnosticsStreamMessage
convertToDiagnosticsStreamMessage(Metrics
metricsSnapshot.getHeader().getContainerName(),
metricsSnapshot.getHeader().getExecEnvironmentContainerId(),
metricsSnapshot.getHeader().getVersion(),
metricsSnapshot.getHeader().getSamzaVersion(),
metricsSnapshot.getHeader().getHost(),
metricsSnapshot.getHeader().getTime(),
- metricsSnapshot.getHeader().getResetTime());
+ metricsSnapshot.getHeader().getResetTime(),
metricsSnapshot.getHeader().getConfig());
Review comment:
Not needed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]