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/07/07 08:00:45 UTC

[GitHub] [hudi] zhangyue19921010 opened a new pull request, #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   Please take a look at https://github.com/apache/hudi/pull/6003 for more details.
   
   ## 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] zhangyue19921010 closed pull request #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

Posted by GitBox <gi...@apache.org>.
zhangyue19921010 closed pull request #6059: [HUDI-1575] Early Conflict Detection For Multi-writer
URL: https://github.com/apache/hudi/pull/6059


-- 
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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * f79cccf7b6b38289f3d70da5e25e247ef2fc87f1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766) 
   * 66e21e6f632355ec72e89ca876c35953acf2b684 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786) 
   * 75704b9e85a30643ac667f5779c3d493c8cbadfb 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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 75704b9e85a30643ac667f5779c3d493c8cbadfb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800",
       "triggerID" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812",
       "triggerID" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "06cfb976753793be40372ce4f1dad66480f9f6e9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "06cfb976753793be40372ce4f1dad66480f9f6e9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 75e5f1daebf44f02f36f9701da836a13afddc92e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812) 
   * 6a4b48cc4c113076a4ec7249c56aadf66293c9c5 UNKNOWN
   * 06cfb976753793be40372ce4f1dad66480f9f6e9 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] zhangyue19921010 commented on pull request #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   replaced  by https://github.com/apache/hudi/pull/6133


-- 
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] zhangyue19921010 commented on pull request #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   Added four cases for early conflict detection multi-writing:
   1. COPY_ON_WRITE + TIMELINE_SERVER_BASED MARKER
   2. MERGE_ON_READ + TIMELINE_SERVER_BASED MARKER
   3. MERGE_ON_READ + DIRECT MARKER
   4. COPY_ON_WRITE + DIRECT MARKER
   
   Also all the tests are passed including these new four cases.
   
   I believe this PR is ready for reviewing. PTAL :)


-- 
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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 271b98c2c24ecb8cce8010ec9d3a886cf772f6ce Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760) 
   * f79cccf7b6b38289f3d70da5e25e247ef2fc87f1 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * f79cccf7b6b38289f3d70da5e25e247ef2fc87f1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766) 
   * 66e21e6f632355ec72e89ca876c35953acf2b684 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786) 
   * 75704b9e85a30643ac667f5779c3d493c8cbadfb Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800",
       "triggerID" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * eb5767f06f802074f1efd40f6696e3a313df3c69 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800",
       "triggerID" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812",
       "triggerID" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * eb5767f06f802074f1efd40f6696e3a313df3c69 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800) 
   * 75e5f1daebf44f02f36f9701da836a13afddc92e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800",
       "triggerID" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812",
       "triggerID" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "06cfb976753793be40372ce4f1dad66480f9f6e9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9815",
       "triggerID" : "06cfb976753793be40372ce4f1dad66480f9f6e9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 75e5f1daebf44f02f36f9701da836a13afddc92e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812) 
   * 6a4b48cc4c113076a4ec7249c56aadf66293c9c5 UNKNOWN
   * 06cfb976753793be40372ce4f1dad66480f9f6e9 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9815) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800",
       "triggerID" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812",
       "triggerID" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "06cfb976753793be40372ce4f1dad66480f9f6e9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9815",
       "triggerID" : "06cfb976753793be40372ce4f1dad66480f9f6e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "98f55278b8529638977e0c662499a62a6af96b3b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "98f55278b8529638977e0c662499a62a6af96b3b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 6a4b48cc4c113076a4ec7249c56aadf66293c9c5 UNKNOWN
   * 06cfb976753793be40372ce4f1dad66480f9f6e9 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9815) 
   * 98f55278b8529638977e0c662499a62a6af96b3b 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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * f79cccf7b6b38289f3d70da5e25e247ef2fc87f1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 75704b9e85a30643ac667f5779c3d493c8cbadfb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789) 
   * eb5767f06f802074f1efd40f6696e3a313df3c69 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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e0d4af5cfc323b2bf357923ff3be1955f7d164e7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 66e21e6f632355ec72e89ca876c35953acf2b684 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786) 
   * 75704b9e85a30643ac667f5779c3d493c8cbadfb Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800",
       "triggerID" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812",
       "triggerID" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "06cfb976753793be40372ce4f1dad66480f9f6e9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9815",
       "triggerID" : "06cfb976753793be40372ce4f1dad66480f9f6e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "98f55278b8529638977e0c662499a62a6af96b3b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9817",
       "triggerID" : "98f55278b8529638977e0c662499a62a6af96b3b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 6a4b48cc4c113076a4ec7249c56aadf66293c9c5 UNKNOWN
   * 06cfb976753793be40372ce4f1dad66480f9f6e9 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9815) 
   * 98f55278b8529638977e0c662499a62a6af96b3b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9817) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 271b98c2c24ecb8cce8010ec9d3a886cf772f6ce Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e0d4af5cfc323b2bf357923ff3be1955f7d164e7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757) 
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 271b98c2c24ecb8cce8010ec9d3a886cf772f6ce 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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e0d4af5cfc323b2bf357923ff3be1955f7d164e7 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757) 
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 271b98c2c24ecb8cce8010ec9d3a886cf772f6ce Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800",
       "triggerID" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 75704b9e85a30643ac667f5779c3d493c8cbadfb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789) 
   * eb5767f06f802074f1efd40f6696e3a313df3c69 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800",
       "triggerID" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812",
       "triggerID" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 75e5f1daebf44f02f36f9701da836a13afddc92e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800",
       "triggerID" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812",
       "triggerID" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "06cfb976753793be40372ce4f1dad66480f9f6e9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9815",
       "triggerID" : "06cfb976753793be40372ce4f1dad66480f9f6e9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 6a4b48cc4c113076a4ec7249c56aadf66293c9c5 UNKNOWN
   * 06cfb976753793be40372ce4f1dad66480f9f6e9 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9815) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800",
       "triggerID" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * eb5767f06f802074f1efd40f6696e3a313df3c69 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800) 
   * 75e5f1daebf44f02f36f9701da836a13afddc92e 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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e0d4af5cfc323b2bf357923ff3be1955f7d164e7 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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e0d4af5cfc323b2bf357923ff3be1955f7d164e7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757) 
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc 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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * f79cccf7b6b38289f3d70da5e25e247ef2fc87f1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766) 
   * 66e21e6f632355ec72e89ca876c35953acf2b684 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800",
       "triggerID" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812",
       "triggerID" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "06cfb976753793be40372ce4f1dad66480f9f6e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9815",
       "triggerID" : "06cfb976753793be40372ce4f1dad66480f9f6e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "98f55278b8529638977e0c662499a62a6af96b3b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9817",
       "triggerID" : "98f55278b8529638977e0c662499a62a6af96b3b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 6a4b48cc4c113076a4ec7249c56aadf66293c9c5 UNKNOWN
   * 98f55278b8529638977e0c662499a62a6af96b3b Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9817) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * f79cccf7b6b38289f3d70da5e25e247ef2fc87f1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766) 
   * 66e21e6f632355ec72e89ca876c35953acf2b684 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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9766",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9786",
       "triggerID" : "66e21e6f632355ec72e89ca876c35953acf2b684",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9789",
       "triggerID" : "75704b9e85a30643ac667f5779c3d493c8cbadfb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9800",
       "triggerID" : "eb5767f06f802074f1efd40f6696e3a313df3c69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812",
       "triggerID" : "75e5f1daebf44f02f36f9701da836a13afddc92e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6a4b48cc4c113076a4ec7249c56aadf66293c9c5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 75e5f1daebf44f02f36f9701da836a13afddc92e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9812) 
   * 6a4b48cc4c113076a4ec7249c56aadf66293c9c5 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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e0d4af5cfc323b2bf357923ff3be1955f7d164e7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757) 
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 271b98c2c24ecb8cce8010ec9d3a886cf772f6ce Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760) 
   
   <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 #6059: [HUDI-1575] Early Conflict Detection For Multi-writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9757",
       "triggerID" : "e0d4af5cfc323b2bf357923ff3be1955f7d164e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58ea19aec0a87cf9567e805acb577dba7f1281bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760",
       "triggerID" : "271b98c2c24ecb8cce8010ec9d3a886cf772f6ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f79cccf7b6b38289f3d70da5e25e247ef2fc87f1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58ea19aec0a87cf9567e805acb577dba7f1281bc UNKNOWN
   * 271b98c2c24ecb8cce8010ec9d3a886cf772f6ce Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9760) 
   * f79cccf7b6b38289f3d70da5e25e247ef2fc87f1 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