You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "GoGoWen (via GitHub)" <gi...@apache.org> on 2023/06/15 08:03:34 UTC

[GitHub] [doris] GoGoWen opened a new pull request, #20848: [enhance](2pc) enhance abort performance when 2pc for flink job

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

   ## Proposed changes
   
   1, disable logging when hold write lock
   2, enable timeout  time  configable
   
   <!--Describe your changes.-->
   
   ## 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


Re: [PR] [enhance](2pc) enhance abort transaction performance for flink job with 2pc [doris]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed pull request #20848: [enhance](2pc) enhance abort transaction performance for flink job with 2pc
URL: https://github.com/apache/doris/pull/20848


-- 
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] GoGoWen commented on pull request #20848: [enhance](2pc) enhance abort performance when 2pc for flink job

Posted by "GoGoWen (via GitHub)" <gi...@apache.org>.
GoGoWen commented on PR #20848:
URL: https://github.com/apache/doris/pull/20848#issuecomment-1592592668

   run buildall


-- 
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 #20848: [enhance](2pc) enhance abort transaction performance for flink job with 2pc

Posted by "dataroaring (via GitHub)" <gi...@apache.org>.
dataroaring commented on PR #20848:
URL: https://github.com/apache/doris/pull/20848#issuecomment-1703990694

   run buildall


-- 
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] hello-stephen commented on pull request #20848: [enhance](2pc) enhance abort transaction performance for flink job with 2pc

Posted by "hello-stephen (via GitHub)" <gi...@apache.org>.
hello-stephen commented on PR #20848:
URL: https://github.com/apache/doris/pull/20848#issuecomment-1703994289

   (From new machine)TeamCity pipeline, clickbench performance test result:
    the sum of best hot time: 47.48 seconds
    stream load tsv:          529 seconds loaded 74807831229 Bytes, about 134 MB/s
    stream load json:         20 seconds loaded 2358488459 Bytes, about 112 MB/s
    stream load orc:          64 seconds loaded 1101869774 Bytes, about 16 MB/s
    stream load parquet:          31 seconds loaded 861443392 Bytes, about 26 MB/s
    insert into select:          29.0 seconds inserted 10000000 Rows, about 344K ops/s
    storage size: 17162120134 Bytes


-- 
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] GoGoWen commented on pull request #20848: [enhance](2pc) enhance abort transaction performance for flink job with 2pc

Posted by "GoGoWen (via GitHub)" <gi...@apache.org>.
GoGoWen commented on PR #20848:
URL: https://github.com/apache/doris/pull/20848#issuecomment-1596598681

   > Consider reducing the lock granularity instead of disabling logging directly. Effective day-to-day retention is important
   Yes,  this pr is not try to disable logging directly,  it just move the logging outside the write lock.
   


-- 
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] GoGoWen commented on pull request #20848: [enhance](2pc) enhance abort transaction performance for flink job with 2pc

Posted by "GoGoWen (via GitHub)" <gi...@apache.org>.
GoGoWen commented on PR #20848:
URL: https://github.com/apache/doris/pull/20848#issuecomment-1592932362

   run buildall


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


Re: [PR] [enhance](2pc) enhance abort transaction performance for flink job with 2pc [doris]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #20848:
URL: https://github.com/apache/doris/pull/20848#issuecomment-1974114177

   We're closing this PR because it hasn't been updated in a while.
   This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
   If you'd like to revive this PR, please reopen it and feel free a maintainer to remove the Stale tag!


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