pbacsko commented on a change in pull request #702: HADOOP-16237. Fix new
findbugs issues after update guava to 27.0-jre …
URL: https://github.com/apache/hadoop/pull/702#discussion_r272955976
##########
File path:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore/src/main/java/org/apache/hadoop/yarn/server/timelineservice/documentstore/collection/document/flowrun/FlowRunDocument.java
##########
@@ -136,6 +140,7 @@ private TimelineMetric aggregate(TimelineMetric
incomingMetric,
.aggregate(incomingMetric, baseMetric, null);
default:
//NoOP
+ LOG.warn("Unknown TimelineMetricOperation.");
Review comment:
I'd log out the operation in question.
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]