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/08/20 05:10:56 UTC

[GitHub] [incubator-doris] yiguolei opened a new issue #4400: Some deleted tablets are not recycled on BE and occupy too much disk space!

yiguolei opened a new issue #4400:
URL: https://github.com/apache/incubator-doris/issues/4400


   If a tablet is rebalanced to and from the same BE too many times, there will be many tablet folder on the BE. 
   
   In tablet manager code, there is a shutdown tablet SET to track deleted tablets using  TABLET ID. But the tablet id is the same one if the same tablet is balanced to and from the same BE many times and there will be only one tablet id in the set at last. So that other folders with same tablet will not be recycled.
   


----------------------------------------------------------------
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] yiguolei commented on issue #4400: [Bug] Some deleted tablets are not recycled on BE and occupy too much disk space!

Posted by GitBox <gi...@apache.org>.
yiguolei commented on issue #4400:
URL: https://github.com/apache/incubator-doris/issues/4400#issuecomment-756602841


   already merged


----------------------------------------------------------------
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 issue #4400: [Bug] Some deleted tablets are not recycled on BE and occupy too much disk space!

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #4400:
URL: https://github.com/apache/incubator-doris/issues/4400#issuecomment-756613378


   > already merged
   
   This patch also slow down the startup time of BE...
   Can you help us to improve it? LOL!


----------------------------------------------------------------
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 issue #4400: [Bug] Some deleted tablets are not recycled on BE and occupy too much disk space!

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #4400:
URL: https://github.com/apache/incubator-doris/issues/4400#issuecomment-756613378


   > already merged
   
   This patch also slow down the startup time of BE...
   Can you help us to improve it? LOL!


----------------------------------------------------------------
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] yiguolei closed issue #4400: [Bug] Some deleted tablets are not recycled on BE and occupy too much disk space!

Posted by GitBox <gi...@apache.org>.
yiguolei closed issue #4400:
URL: https://github.com/apache/incubator-doris/issues/4400


   


----------------------------------------------------------------
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] stalary commented on issue #4400: [Bug] Some deleted tablets are not recycled on BE and occupy too much disk space!

Posted by GitBox <gi...@apache.org>.
stalary commented on issue #4400:
URL: https://github.com/apache/incubator-doris/issues/4400#issuecomment-683227767


   good, This solves the problem of my disk space not being freed


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