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 2019/06/14 05:44:12 UTC

[GitHub] [skywalking] karott commented on issue #2066: One trace segment has been abandoned, cause by buffer is full

karott commented on issue #2066: One trace segment has been abandoned, cause by buffer is full
URL: https://github.com/apache/skywalking/issues/2066#issuecomment-501976024
 
 
   i encountered  this problem too...and i saw some es about threads blocked on BulkProcessor,it's lock is  hold by another thread which waits for a BulkRequestHandler#semaphore.acquire(),the semaphore can't acquire
   
   ![image](https://user-images.githubusercontent.com/3212080/59485998-716c0580-8eaa-11e9-95c3-f3faa784cb64.png)
   
   ![image](https://user-images.githubusercontent.com/3212080/59486009-792baa00-8eaa-11e9-813b-dd5f75b63dd4.png)
   

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


With regards,
Apache Git Services