swamirishi commented on code in PR #7290:
URL: https://github.com/apache/ozone/pull/7290#discussion_r1793949576
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/SnapshotDiffManager.java:
##########
@@ -284,7 +284,8 @@ private boolean initNativeLibraryForEfficientDiff(final
OzoneConfiguration conf)
try {
return ManagedRawSSTFileReader.loadLibrary();
} catch (NativeLibraryNotLoadedException e) {
- LOG.error("Native Library for raw sst file reading loading failed.",
e);
+ LOG.warn("Native Library for raw sst file reading loading failed." +
+ " Fallback to Handling raw sst file by deltas. {}",
e.getMessage());
Review Comment:
```suggestion
" Fallback to performing a full diff instead. {}",
e.getMessage());
```
--
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]