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 2022/06/24 10:01:25 UTC

[GitHub] [doris] pengxiangyu opened a new pull request, #10405: Add MigrationHandler

pengxiangyu opened a new pull request, #10405:
URL: https://github.com/apache/doris/pull/10405

   # Proposed changes
   
   Issue Number: close #10404
   
   ## Problem Summary:
   
   Describe the overview of changes.
   
   ## Checklist(Required)
   
   1. Does it affect the original behavior: (Yes/No/I Don't know)
   2. Has unit tests been added: (Yes/No/No Need)
   3. Has document been added or modified: (Yes/No/No Need)
   4. Does it need to update dependencies: (Yes/No)
   5. Are there any changes that cannot be rolled back: (Yes/No)
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   


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

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

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] [doris] pengxiangyu closed pull request #10405: Add MigrationHandler

Posted by GitBox <gi...@apache.org>.
pengxiangyu closed pull request #10405: Add MigrationHandler
URL: https://github.com/apache/doris/pull/10405


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

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

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] [doris] dataroaring commented on pull request #10405: Add MigrationHandler

Posted by GitBox <gi...@apache.org>.
dataroaring commented on PR #10405:
URL: https://github.com/apache/doris/pull/10405#issuecomment-1166939289

   It seems that the patch move cold data to s3 by creating new tablet on s3, then users can not insert new data to the cold tablet?
   
   We implement the feature by just moving cold rowset to s3, then users can continue insert new data to all tablets.  IMHO, the later solution is more friendly to users. The pr is here https://github.com/apache/doris/pull/10280.  
   
   BTW, https://github.com/apache/doris/pull/10280 is now being tested, and our regression tests has passed. We also did performance testing, and I will add performance data later in the pr.
   


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

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

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