Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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");
return false;
}
}
Expand Down