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/02/05 16:06:53 UTC

[GitHub] [incubator-doris] lingbin opened a new pull request #2842: Fix removing elements bug from partition_map in TabletManager

lingbin opened a new pull request #2842: Fix removing elements bug from partition_map in TabletManager
URL: https://github.com/apache/incubator-doris/pull/2842
 
 
   When using an iterator of _tablet_map.tablet_arr(`std::list`) to remove
   a tablet, we should first remove tablet from _partition_map to avoid
   the iterator becoming invalid.

----------------------------------------------------------------
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] lingbin merged pull request #2842: Fix removing tablet bug from partition_map in TabletManager

Posted by GitBox <gi...@apache.org>.
lingbin merged pull request #2842: Fix removing tablet bug from partition_map in TabletManager
URL: https://github.com/apache/incubator-doris/pull/2842
 
 
   

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