You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/04/18 06:34:38 UTC

[GitHub] [skywalking] yangyiweigege commented on issue #8895: [Bug] ES flush thread will stop work when flush schedule task have exception

yangyiweigege commented on issue #8895:
URL: https://github.com/apache/skywalking/issues/8895#issuecomment-1101142344

   > @yangyiweigege Do you have any update about what you are going to do?
   
   i will replace the  runable code in flush scheduler by use RunnableWithExceptionProtection ,eg:
                  new RunnableWithExceptionProtection(this::flush,
                          t -> log.error("flush data to ES failure.", t) 
   and i will submit pr  later.


-- 
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: notifications-unsubscribe@skywalking.apache.org

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