frankxieke commented on a change in pull request #2757:
URL: https://github.com/apache/bookkeeper/pull/2757#discussion_r678768315



##########
File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/ReadLacProcessorV3.java
##########
@@ -74,10 +74,10 @@ private ReadLacResponse getReadLacResponse() {
             }
         } catch (Bookie.NoLedgerException e) {
             status = StatusCode.ENOLEDGER;
-            logger.error("No ledger found while performing readLac from 
ledger: {}", ledgerId, e);
+            logger.warn("No ledger found while performing readLac from ledger: 
{}", ledgerId, e);
         } catch (IOException e) {
             status = StatusCode.EIO;
-            logger.error("IOException while performing readLac from ledger: 
{}", ledgerId);
+            logger.warn("IOException while performing readLac from ledger: 
{}", ledgerId);

Review comment:
       yes, it should be error here,  i change it back to error.
   
   There is another IOException error log, i think it maybe "warn" level, help 
to review. thanks




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


Reply via email to