This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new e1cb8c1745 Fix log issue (#11693)
e1cb8c1745 is described below
commit e1cb8c17453e60269e0de2bcaadebbe09aed4b06
Author: Sajjad Moradi <[email protected]>
AuthorDate: Tue Sep 26 21:11:25 2023 -0700
Fix log issue (#11693)
---
.../pinot/core/data/manager/realtime/RealtimeTableDataManager.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeTableDataManager.java
b/pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeTableDataManager.java
index 88ca87ad62..05d00c5ca0 100644
---
a/pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeTableDataManager.java
+++
b/pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeTableDataManager.java
@@ -406,7 +406,7 @@ public class RealtimeTableDataManager extends
BaseTableDataManager {
return;
} else {
// For LLC and uploaded segments, delete the local copy and download a
new copy
- _logger.error("Failed to load LLC segment: {}, downloading a new
copy", segmentName);
+ _logger.info("Unable to load local LLC segment: {}, downloading a new
copy", segmentName);
FileUtils.deleteQuietly(segmentDir);
}
// Local segment doesn't exist or cannot load, download a new copy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]