mcvsubbu commented on a change in pull request #4037: Add more logs to ServiceStatus URL: https://github.com/apache/incubator-pinot/pull/4037#discussion_r270628791
########## File path: pinot-common/src/main/java/org/apache/pinot/common/utils/ServiceStatus.java ########## @@ -24,6 +24,7 @@ import java.util.List; import java.util.Map; import java.util.Set; +import org.apache.commons.math3.util.Pair; Review comment: I thought about that, but didn't want to make this PR bigger. I don't see anything wrong with apache commons though. Do you have a concern? ---------------------------------------------------------------- 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]
