rishabhdaim commented on code in PR #1417:
URL: https://github.com/apache/jackrabbit-oak/pull/1417#discussion_r1566077327


##########
oak-store-spi/src/main/java/org/apache/jackrabbit/oak/spi/state/AbstractNodeState.java:
##########
@@ -50,6 +52,7 @@
  * alternatives.
  */
 public abstract class AbstractNodeState implements NodeState {
+    private static final Logger LOGGER = 
LoggerFactory.getLogger(AbstractNodeState.class.getName());

Review Comment:
   This logging will help us in case we are failing in verification during DGC.
   Since these logs would only execute in case nodes are not equal and 
debugging is enabled they shouldn't be causing any noise.



-- 
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: dev-unsubscr...@jackrabbit.apache.org

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

Reply via email to