Copilot commented on code in PR #8950:
URL: https://github.com/apache/ozone/pull/8950#discussion_r2279760505
##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/CheckNative.java:
##########
@@ -56,6 +56,7 @@ public Void call() throws Exception {
));
// Ozone
+ ManagedRocksObjectUtils.loadRocksDBLibrary();
Review Comment:
The call to ManagedRocksObjectUtils.loadRocksDBLibrary() should be wrapped
in exception handling to gracefully handle cases where the RocksDB library
fails to load, similar to how the subsequent
NativeLibraryLoader.getInstance().loadLibrary() call might be handled.
--
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]