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/03/11 02:55:52 UTC

[GitHub] [incubator-doris] XShun opened a new issue #3073: BE may be crashed due to brpc?

XShun opened a new issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073
 
 
   ![image](https://user-images.githubusercontent.com/34292183/76377317-83b99800-6385-11ea-90a2-309839d1ee9a.png)
   
   When BE is running normally, sometimes BE may crash. And be.out may output some messages about brpc. The picture above is be.out. I don't know why. Seeking reasons and help!
   

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

---------------------------------------------------------------------
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 issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-599302779
 
 
   You may be caused by brpc. I willl track the problem today.
   Could you add me Wechat to supply more information.
   WeChat No : 15652918147

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

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


[GitHub] [incubator-doris] XShun commented on issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
XShun commented on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-599301454
 
 
   @chaoyli 
   core dump file1:
   ![image](https://user-images.githubusercontent.com/34292183/76715935-5b58e180-6769-11ea-9a65-d3723f089664.png)
   
   core dump file2:
   ![image](https://user-images.githubusercontent.com/34292183/76715991-94915180-6769-11ea-94dd-e79fe8cad5a1.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

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


[GitHub] [incubator-doris] XShun removed a comment on issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
XShun removed a comment on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-598513369
 
 
   @

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

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


[GitHub] [incubator-doris] XShun commented on issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
XShun commented on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-598513369
 
 
   @

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

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


[GitHub] [incubator-doris] XShun commented on issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
XShun commented on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-598513287
 
 
   @gaodayue Does your BE occur this problem frequently? Have you found that what scenarios will trigger this problem? And what is the doris versoin of your cluster?

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

---------------------------------------------------------------------
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 issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-598590192
 
 
   you can open core dump file for it.
   choose a machine
   ```
   ulimiit -c unlimited
   ```
   restart be process.
   Next time, it will generated core dump file when crash.

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

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


[GitHub] [incubator-doris] gaodayue commented on issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
gaodayue commented on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-597495128
 
 
   +1 We have encountered the same problems, exactly the same stack trace as yours.
   
   Could you find a way to reproduce the problem?

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

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


[GitHub] [incubator-doris] XShun commented on issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
XShun commented on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-597510517
 
 
   @gaodayue I am also finding the way to reproduce the problem! It's incidental! I found that when our BE's memory reached 4G~5G, the probelem will occur. To solve this problem, I had tried to update brpc to 0.9.6 but it doesn't work. 

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

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


[GitHub] [incubator-doris] XShun removed a comment on issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
XShun removed a comment on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-610723025
 
 
   Similar to this issue: https://github.com/apache/incubator-doris/issues/2466

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

---------------------------------------------------------------------
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 issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-598520670
 
 
   can you give me a case to reproduce 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


With regards,
Apache Git Services

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


[GitHub] [incubator-doris] XShun commented on issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
XShun commented on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-610723230
 
 
   Similar to this issue: https://github.com/apache/incubator-doris/issues/2466

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

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


[GitHub] [incubator-doris] XShun commented on issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
XShun commented on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-610723025
 
 
   Similar to this issue: https://github.com/apache/incubator-doris/issues/2466

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

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


[GitHub] [incubator-doris] XShun commented on issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
XShun commented on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-598527893
 
 
   @chaoyli It's very accidental, till now I don't know what scenarios will trigger it. BE is running normaly, but it just may be crashed and print something in be.out.

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

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


[GitHub] [incubator-doris] XShun commented on issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
XShun commented on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-598514369
 
 
   When I use doris 0.10.17 version, I have never met this problem. When I update 0.10.17 to 0.11.33.1, the problem occurred frequently. Hope to solve this problem urgently!

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

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


[GitHub] [incubator-doris] gaodayue edited a comment on issue #3073: BE may be crashed due to brpc?

Posted by GitBox <gi...@apache.org>.
gaodayue edited a comment on issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-597495128
 
 
   +1 We have encountered the same problem, exactly the same stack trace as yours.
   
   Could you find a way to reproduce the problem?

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

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