lingbin opened a new pull request #2918: Some refactor on `TabletManager`
URL: https://github.com/apache/incubator-doris/pull/2918
 
 
   1. Add some comments to make the code easier to understand;
   2. Make the metric `create_tablet_requests_failed` to be accurate;
   3. Some internal methods use naked pointers directly instead of `shared_ptr`;
   4. Using in `.h` files is contagious when included by other file,
      so we should only use it in `.cpp` files;
   5. Some formatting changes: such as wrapping lines that are too long
   6. Parameters that need to be modified, use pointers instead of references
   
   No functional changes in this patch.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to