rmatharu commented on a change in pull request #1083: SAMZA-2251: Minor
diagnostics manager change to emit additional job details
URL: https://github.com/apache/samza/pull/1083#discussion_r296898181
##########
File path:
samza-core/src/main/scala/org/apache/samza/diagnostics/DiagnosticsStreamMessage.java
##########
@@ -236,23 +228,15 @@ public static DiagnosticsStreamMessage
convertToDiagnosticsStreamMessage(Metrics
* @param containerModelMap map of container models to serialize.
* @return
*/
- private static Map<String, String> serializeContainerModelMap(Map<String,
ContainerModel> containerModelMap) {
- Map<String, String> serializedContainerModelMap = new HashMap<>();
+ private static String serializeContainerModelMap(Map<String, ContainerModel>
containerModelMap) {
Review comment:
added
----------------------------------------------------------------
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]
With regards,
Apache Git Services