keith-turner commented on code in PR #4563:
URL: https://github.com/apache/accumulo/pull/4563#discussion_r1602417698


##########
core/src/main/java/org/apache/accumulo/core/fate/zookeeper/ZooUtil.java:
##########
@@ -75,7 +74,7 @@ public LockID(String root, String serializedLID) {
         path = root + "/" + sa[0].substring(0, lastSlash);
       }
       node = sa[0].substring(lastSlash + 1);
-      eid = new BigInteger(sa[1], 16).longValue();

Review Comment:
   Does anyone know why this was using BigInteger?  Its a slow way to parse a 
long, not sure if there is a reason for doing it this way.



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to