You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/25 06:31:39 UTC

[GitHub] [hudi] cuibo01 opened a new pull request, #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

cuibo01 opened a new pull request, #5678:
URL: https://github.com/apache/hudi/pull/5678

   ## *Tips*
   - *Thank you very much for contributing to Apache Hudi.*
   - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.*
   
   ## What is the purpose of the pull request
   
   *(For example: This pull request adds quick-start document.)*
   
   ## Brief change log
   
   *(for example:)*
     - *Modify AnnotationLocation checkstyle rule in checkstyle.xml*
   
   ## Verify this pull request
   
   *(Please pick either of the following options)*
   
   This pull request is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   
     - *Added integration tests for end-to-end.*
     - *Added HoodieClientWriteTest to verify the change.*
     - *Manually verified the change by running a job locally.*
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] cuibo01 commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
cuibo01 commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1137001976

   > > > Thanks for the contribution, can we explain a little what's the purpose of this patch ? Is is an improvement or bug fix ? Personally i dislike to introducing multiple threads based on that StreamReadOperator is already with distributed parallelism.
   > > 
   > > 
   > > MergeOnReadInputFormat#open takes a long time, causing the chk to time out
   > > https://github.com/apache/hudi/blob/f30b3aef3e5e12e9119d6b5294c94a0282719e00/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/format/mor/MergeOnReadInputFormat.java#L655
   > 
   > Thanks, did you analyze what causes the most of time here ? I guess it is the Merge On Read table iterator initialization takes much time, because it reads all the records of one file group into a map (`BitCaskMap` by default), which takes time(for precombining logic here).
   > 
   > Is the time out caused by too many splits queued up there or due to some file split is huge ?
   ![image](https://user-images.githubusercontent.com/36881649/170227596-8a09d8de-7760-4966-b3c9-b1cf583ec8e6.png)
   
   i find that large files cause slow opening...For example, when a job is restarted using `start-commit=earliest`


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1136973699

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     }, {
       "hash" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915) 
   * 70f47485c23aca09d1ff04489b41875c7a5c096d UNKNOWN
   * 0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1136823733

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1140216861

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     }, {
       "hash" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920",
       "triggerID" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929",
       "triggerID" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929",
       "triggerID" : "1140129279",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7f1495e2196d2c0ea148c15ad95b3bfec5378a5a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7f1495e2196d2c0ea148c15ad95b3bfec5378a5a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70f47485c23aca09d1ff04489b41875c7a5c096d UNKNOWN
   * 72f368df6c8d7dafd5389ef10931a91fbd9dd771 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929) 
   * 7f1495e2196d2c0ea148c15ad95b3bfec5378a5a UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1137265980

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     }, {
       "hash" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920",
       "triggerID" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70f47485c23aca09d1ff04489b41875c7a5c096d UNKNOWN
   * 0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920) 
   * 72f368df6c8d7dafd5389ef10931a91fbd9dd771 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] cuibo01 commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
cuibo01 commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1136977140

   > Thanks for the contribution, can we explain a little what's the purpose of this patch ? Is is an improvement or bug fix ? Personally i dislike to introducing multiple threads based on that StreamReadOperator is already with distributed parallelism.
   
   MergeOnReadInputFormat#open takes a long time, causing the chk to time out


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1140135524

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     }, {
       "hash" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920",
       "triggerID" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929",
       "triggerID" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1140129279",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 70f47485c23aca09d1ff04489b41875c7a5c096d UNKNOWN
   * 72f368df6c8d7dafd5389ef10931a91fbd9dd771 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] cuibo01 commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
cuibo01 commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1137020455

   > > Thanks for the contribution, can we explain a little what's the purpose of this patch ? Is is an improvement or bug fix ? Personally i dislike to introducing multiple threads based on that StreamReadOperator is already with distributed parallelism.
   > 
   > MergeOnReadInputFormat#open takes a long time, causing the chk to time out
   > 
   > https://github.com/apache/hudi/blob/f30b3aef3e5e12e9119d6b5294c94a0282719e00/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/format/mor/MergeOnReadInputFormat.java#L655
   
   and another important reason is that even if we set the chk timeout to a large value, slow `open` affects the end-to-end latency of data.


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] danny0405 commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
danny0405 commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1136970574

   Thanks for the contribution, can we explain a little what's the purpose of this patch ? Is is an improvement or bug fix ? Personally i dislike to introducing multiple threads based on that StreamReadOperator is already with distributed parallelism.


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] danny0405 commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
danny0405 commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1136990146

   > > Thanks for the contribution, can we explain a little what's the purpose of this patch ? Is is an improvement or bug fix ? Personally i dislike to introducing multiple threads based on that StreamReadOperator is already with distributed parallelism.
   > 
   > MergeOnReadInputFormat#open takes a long time, causing the chk to time out
   > 
   > https://github.com/apache/hudi/blob/f30b3aef3e5e12e9119d6b5294c94a0282719e00/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/format/mor/MergeOnReadInputFormat.java#L655
   
   Thanks, did you analyze what causes the most of time here ? I guess it is the Merge On Read table iterator initialization takes much time, because it reads all the records of one file group into a map (`BitCaskMap` by default), which takes time(for precombining logic here).
   
   Is the time out caused by too many splits queued up there or due to some file split is huge ?


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1137102527

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     }, {
       "hash" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920",
       "triggerID" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70f47485c23aca09d1ff04489b41875c7a5c096d UNKNOWN
   * 0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1140219862

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     }, {
       "hash" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920",
       "triggerID" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929",
       "triggerID" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929",
       "triggerID" : "1140129279",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7f1495e2196d2c0ea148c15ad95b3bfec5378a5a",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8988",
       "triggerID" : "7f1495e2196d2c0ea148c15ad95b3bfec5378a5a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70f47485c23aca09d1ff04489b41875c7a5c096d UNKNOWN
   * 72f368df6c8d7dafd5389ef10931a91fbd9dd771 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929) 
   * 7f1495e2196d2c0ea148c15ad95b3bfec5378a5a Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8988) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1136829854

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1136921826

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1136977442

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     }, {
       "hash" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920",
       "triggerID" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915) 
   * 70f47485c23aca09d1ff04489b41875c7a5c096d UNKNOWN
   * 0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1137288581

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     }, {
       "hash" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920",
       "triggerID" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929",
       "triggerID" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70f47485c23aca09d1ff04489b41875c7a5c096d UNKNOWN
   * 0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920) 
   * 72f368df6c8d7dafd5389ef10931a91fbd9dd771 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] cuibo01 commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
cuibo01 commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1140129279

   @hudi-bot run azure


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1136970006

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     }, {
       "hash" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915) 
   * 70f47485c23aca09d1ff04489b41875c7a5c096d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1137543203

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     }, {
       "hash" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920",
       "triggerID" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929",
       "triggerID" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70f47485c23aca09d1ff04489b41875c7a5c096d UNKNOWN
   * 72f368df6c8d7dafd5389ef10931a91fbd9dd771 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1140136371

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     }, {
       "hash" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920",
       "triggerID" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929",
       "triggerID" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929",
       "triggerID" : "1140129279",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 70f47485c23aca09d1ff04489b41875c7a5c096d UNKNOWN
   * 72f368df6c8d7dafd5389ef10931a91fbd9dd771 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1140237830

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8915",
       "triggerID" : "cb96c0707ff1fea2760b2a94cd58c4a1bbb1fc63",
       "triggerType" : "PUSH"
     }, {
       "hash" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70f47485c23aca09d1ff04489b41875c7a5c096d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8920",
       "triggerID" : "0b3bf0bce64d3c0d1dc1447cc44ad475c7501d01",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929",
       "triggerID" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72f368df6c8d7dafd5389ef10931a91fbd9dd771",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8929",
       "triggerID" : "1140129279",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7f1495e2196d2c0ea148c15ad95b3bfec5378a5a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8988",
       "triggerID" : "7f1495e2196d2c0ea148c15ad95b3bfec5378a5a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70f47485c23aca09d1ff04489b41875c7a5c096d UNKNOWN
   * 7f1495e2196d2c0ea148c15ad95b3bfec5378a5a Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8988) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] cuibo01 commented on pull request #5678: [HUDI-4153]StreamReadOperator supports async opeing of foramt.

Posted by GitBox <gi...@apache.org>.
cuibo01 commented on PR #5678:
URL: https://github.com/apache/hudi/pull/5678#issuecomment-1140242900

   ![image](https://user-images.githubusercontent.com/36881649/170823538-2fa22fc8-a60b-4d11-8bb2-ed6d4ed9537a.png)
   whith the async open function, the read operator thime is reduced from 1+ minutes to 10+ seconds


-- 
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@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org