dlmarion commented on code in PR #5256: URL: https://github.com/apache/accumulo/pull/5256#discussion_r1930950898
########## core/src/main/java/org/apache/accumulo/core/zookeeper/ZcNode.java: ########## @@ -98,7 +98,6 @@ private ZcNode() { * @throws IllegalStateException in the case where the node exists and the data was never set */ byte[] getData() { - Preconditions.checkState(cachedData()); Review Comment: Added this back in db3bf2b -- 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