javeme commented on code in PR #1653:
URL: 
https://github.com/apache/incubator-hugegraph/pull/1653#discussion_r857289641


##########
hugegraph-cassandra/src/main/java/com/baidu/hugegraph/backend/store/cassandra/CassandraSessionPool.java:
##########
@@ -68,6 +68,7 @@ public synchronized void open() {
         assert this.cluster == null || this.cluster.isClosed();
         Builder builder = Cluster.builder()
                                  .addContactPoints(hosts.split(","))
+                                 .withoutMetrics()

Review Comment:
   add some description why disabled Metrics



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to