imbajin commented on code in PR #2200:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2200#discussion_r1172225239


##########
hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java:
##########
@@ -149,6 +148,7 @@ private void closeIterator(RocksIterator iter) {
 
     protected final class ReusedRocksIterator {
 
+        // TODO: is the typo "EREUSING_ENABLED" right? or should be 
"REUSING_ENABLED"?
         private static final boolean EREUSING_ENABLED = false;

Review Comment:
   need ensure



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


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

Reply via email to