Copilot commented on code in PR #9212:
URL: https://github.com/apache/ozone/pull/9212#discussion_r2483058186


##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/lock/FlatResource.java:
##########
@@ -28,7 +28,10 @@ public enum FlatResource implements Resource {
   // Lock acquired on a Snapshot's RocksDB Handle.
   SNAPSHOT_DB_LOCK("SNAPSHOT_DB_LOCK"),
   // Lock acquired on a Snapshot's Local Data.
-  SNAPSHOT_LOCAL_DATA_LOCK("SNAPSHOT_LOCAL_DATA_LOCK");
+  SNAPSHOT_LOCAL_DATA_LOCK("SNAPSHOT_LOCAL_DATA_LOCK"),
+  // Lock acquired on a Snapshot's RockDB contents.

Review Comment:
   Corrected spelling of 'RockDB' to 'RocksDB'.
   ```suggestion
     // Lock acquired on a Snapshot's RocksDB contents.
   ```



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