You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/06/22 10:08:19 UTC

[GitHub] [incubator-doris] acelyc111 opened a new pull request #3925: [log] Downgrade a log in RunLengthByteReader from WARNING to INFO

acelyc111 opened a new pull request #3925:
URL: https://github.com/apache/incubator-doris/pull/3925


   There are too many logs in be.WARNING looks like:
   ```
   W0622 17:47:52.513341 26554 run_length_byte_reader.cpp:102] fail to ReadOnlyFileStream seek.[res = -1705]
   W0622 17:47:52.513417 26554 run_length_byte_reader.cpp:102] fail to ReadOnlyFileStream seek.[res = -1705]
   W0622 17:47:52.513466 26554 run_length_byte_reader.cpp:102] fail to ReadOnlyFileStream seek.[res = -1705]
   ```
   It's a normal case when a run length is EOF, so we can downgrade it from
   WARNING to INFO to reduce useless log in be.WARNING


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] acelyc111 commented on pull request #3925: [log] Downgrade a log in RunLengthByteReader from WARNING to INFO

Posted by GitBox <gi...@apache.org>.
acelyc111 commented on pull request #3925:
URL: https://github.com/apache/incubator-doris/pull/3925#issuecomment-648545288


   > > If its, how about move it to VLOG?
   > > @chaoyli Any idea?
   > 
   > I agree it, downgrade to INFO will still have much of log.
   > You can use vlog(10) to replace it.
   
   Done


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman commented on pull request #3925: [log] Downgrade a log in RunLengthByteReader from WARNING to INFO

Posted by GitBox <gi...@apache.org>.
morningman commented on pull request #3925:
URL: https://github.com/apache/incubator-doris/pull/3925#issuecomment-648199723


   If its, how about move it to VLOG?


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] chaoyli commented on pull request #3925: [log] Downgrade a log in RunLengthByteReader from WARNING to INFO

Posted by GitBox <gi...@apache.org>.
chaoyli commented on pull request #3925:
URL: https://github.com/apache/incubator-doris/pull/3925#issuecomment-648534277


   > If its, how about move it to VLOG?
   > @chaoyli Any idea?
   
   I agree it, downgrade to INFO will still have much of log.
   You can use vlog(10) to replace it.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman edited a comment on pull request #3925: [log] Downgrade a log in RunLengthByteReader from WARNING to INFO

Posted by GitBox <gi...@apache.org>.
morningman edited a comment on pull request #3925:
URL: https://github.com/apache/incubator-doris/pull/3925#issuecomment-648199723


   If its, how about move it to VLOG?
   @chaoyli Any idea?


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman merged pull request #3925: [log] Downgrade a log in RunLengthByteReader from WARNING to VLOG

Posted by GitBox <gi...@apache.org>.
morningman merged pull request #3925:
URL: https://github.com/apache/incubator-doris/pull/3925


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org