sunithabeeram commented on a change in pull request #3568: Add guava cache to 
cache table schema in pinot broker
URL: https://github.com/apache/incubator-pinot/pull/3568#discussion_r237751355
 
 

 ##########
 File path: 
pinot-common/src/main/java/com/linkedin/pinot/common/metrics/BrokerMeter.java
 ##########
 @@ -94,7 +94,9 @@
   // Netty connection metrics
   NETTY_CONNECTION_REQUESTS_SENT("nettyConnection", true),
   NETTY_CONNECTION_BYTES_SENT("nettyConnection", true),
-  NETTY_CONNECTION_BYTES_RECEIVED("nettyConnection", true);
+  NETTY_CONNECTION_BYTES_RECEIVED("nettyConnection", true),
+
+  QUERY_NON_EXISTENCE_COLUMNS("queries", false);
 
 Review comment:
   EXISTENCE => EXISTENT

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to