apurtell opened a new pull request, #4373:
URL: https://github.com/apache/hbase/pull/4373

   
   
   In StoreFileTrackFile we have:
   
           } catch (EOFException e) {
             // this is normal case, so use info and do not log stacktrace
             LOG.info("Failed to load track file {}: {}", trackFiles[i], 
e.toString());
           }
   
   except that we see frequent stacktraces at INFO level from StoreFileListFile 
and this appear to be the culprit.
   


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