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/03/05 10:42:14 UTC

[GitHub] [hudi] XuQianJin-Stars opened a new pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

XuQianJin-Stars opened a new pull request #4957:
URL: https://github.com/apache/hudi/pull/4957


   ## *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
   [ListingBasedRollbackHelper](https://github.com/apache/hudi/blob/973087f385f0e42bd42e2d57008a756e182041ff/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackHelper.java#L135) is relying on FS listing (`getBaseAndLogFilesToBeDeleted`) to determine which files should be deleted instead of relying on Commit Metadata for successfully completed commits.
   link: [HUDI-3406](https://issues.apache.org/jira/browse/HUDI-3406)
   
   ## Brief change log
   
   1. completed commits: rollback should be based on persisted commit metadata
   2. uncompleted/failed/partial commits: use listing
   
   ## 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] hudi-bot commented on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5f6e62de5e5ea87b39630486bc8773f000961250 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1059749032


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c4dfb7718300d5397158c85e373ddd61075baf1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567) 
   
   <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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 69e264a00ed3f379b89af97bc949166c3ce53ee1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915) 
   * fab774c8a1d2c7b6301144e546777e79e91855a0 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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5f6e62de5e5ea87b39630486bc8773f000961250 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569) 
   * 236a47fb55f87fb60d8818d2beb479f088c126b5 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928) 
   * 24f14bb406f84e4469388aa8d9a2831660351590 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019) 
   * f777921b8987e2e17134088e373fea88579514d7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1072975089


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * f777921b8987e2e17134088e373fea88579514d7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074) 
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1079634246


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 9b058b037878c72205bcbbfb3baa2bfe95db736f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387) 
   * a94966d1a406ce6d0db3806ebe1346245c6ef1e9 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 72c927362484d42fa021edeb6cc76eb979801468 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366) 
   
   <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] alexeykudinkin commented on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1082292435


   Great work @XuQianJin-Stars! Great to see this flow cleaned up and greatly simplified.


-- 
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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1059741310


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c4dfb7718300d5397158c85e373ddd61075baf1 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1075886906


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a32a138bee8cb755b682c3c6dd97cd2831d0787e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 72c927362484d42fa021edeb6cc76eb979801468 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366) 
   * 9b058b037878c72205bcbbfb3baa2bfe95db736f 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1068671452


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7bfd0420dc03a97b129ddb6729702bed55099fe7 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983) 
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 6d129abe16af1cb27298326613053ecfa409d1f8 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7bfd0420dc03a97b129ddb6729702bed55099fe7 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983) 
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 6d129abe16af1cb27298326613053ecfa409d1f8 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] alexeykudinkin commented on a change in pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on a change in pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#discussion_r827539154



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackHelper.java
##########
@@ -132,7 +138,17 @@ public ListingBasedRollbackHelper(HoodieTableMetaClient metaClient, HoodieWriteC
     return fs.listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
   }
 
-  private FileStatus[] getBaseAndLogFilesToBeDeleted(String commit, String partitionPath, FileSystem fs) throws IOException {
+  private FileStatus[] getBaseAndLogFilesToBeDeleted(HoodieInstant instantToRollback, String partitionPath, FileSystem fs) throws IOException {

Review comment:
       There's no need to pass `fs` in, it can be accessed from `metaClient`

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/utils/MetadataConversionUtils.java
##########
@@ -146,6 +147,25 @@ public static HoodieArchivedMetaEntry createMetaWrapper(HoodieInstant hoodieInst
     return Option.of(TimelineMetadataUtils.deserializeRequestedReplaceMetadata(requestedContent.get()));
   }
 
+  public static Option<HoodieCommitMetadata> getHoodieCommitMetadata(HoodieTableMetaClient metaClient, HoodieInstant instant) throws IOException {
+    HoodieActiveTimeline activeTimeline = metaClient.getActiveTimeline();
+    HoodieTimeline timeline = activeTimeline.getCommitsTimeline().filterCompletedInstants();
+    return getHoodieCommitMetadata(timeline, Option.of(instant));
+  }
+
+  public static Option<HoodieCommitMetadata> getHoodieCommitMetadata(HoodieTimeline timeline, Option<HoodieInstant> hoodieInstant) throws IOException {

Review comment:
       There's no point in passing instant as `Option` -- we can't fetch the metadata if we don't know the instant

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackHelper.java
##########
@@ -132,7 +138,17 @@ public ListingBasedRollbackHelper(HoodieTableMetaClient metaClient, HoodieWriteC
     return fs.listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
   }
 
-  private FileStatus[] getBaseAndLogFilesToBeDeleted(String commit, String partitionPath, FileSystem fs) throws IOException {
+  private FileStatus[] getBaseAndLogFilesToBeDeleted(HoodieInstant instantToRollback, String partitionPath, FileSystem fs) throws IOException {
+    Option<HoodieCommitMetadata> commitMetadataOptional = getHoodieCommitMetadata(metaClient, instantToRollback);
+    if (commitMetadataOptional.isPresent() && instantToRollback.isCompleted()
+        && !WriteOperationType.UNKNOWN.equals(commitMetadataOptional.get().getOperationType())) {
+      return getBaseAndLogFilesFromCommitMetadataToBeDeleted(commitMetadataOptional.get(), partitionPath, fs);
+    } else {
+      return getBaseAndLogFilesFromFileListToBeDeleted(instantToRollback.getTimestamp(), partitionPath, fs);
+    }
+  }
+
+  private FileStatus[] getBaseAndLogFilesFromFileListToBeDeleted(String commit, String partitionPath, FileSystem fs) throws IOException {

Review comment:
       Also, no need to pass fs

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackHelper.java
##########
@@ -147,4 +163,15 @@ public ListingBasedRollbackHelper(HoodieTableMetaClient metaClient, HoodieWriteC
     };
     return fs.listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
   }
+
+  private FileStatus[] getBaseAndLogFilesFromCommitMetadataToBeDeleted(HoodieCommitMetadata commitMetadata, String partitionPath, FileSystem fs) throws IOException {

Review comment:
       Let's limit this method to just extract files paths from metadata, and then do the listing in its caller.  We can also shorten its name to just `getFilesFromCommitMetadata`

##########
File path: hudi-common/src/main/java/org/apache/hudi/common/model/HoodieCommitMetadata.java
##########
@@ -137,6 +147,16 @@ public WriteOperationType getOperationType() {
     return fullPaths;
   }
 
+  public HashMap<String, String> getFileIdAndFullPathsByPartitionPath(String basePath, String partitionPath) {

Review comment:
       In adding new APIs to shared components we should always strive for making sure that the set of APIs is bounded in size and orthogonal (ie non-overlapping b/w each other).
   
   This method heavily overlaps with `getFileIdAndRelativePathsByPartitionPath`, let's keep just the other one

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/utils/MetadataConversionUtils.java
##########
@@ -146,6 +147,25 @@ public static HoodieArchivedMetaEntry createMetaWrapper(HoodieInstant hoodieInst
     return Option.of(TimelineMetadataUtils.deserializeRequestedReplaceMetadata(requestedContent.get()));
   }
 
+  public static Option<HoodieCommitMetadata> getHoodieCommitMetadata(HoodieTableMetaClient metaClient, HoodieInstant instant) throws IOException {

Review comment:
       I think it's better to inline this method: since there's already `getHoodieCommitMetadata` method accepting the timeline and instant

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackHelper.java
##########
@@ -132,7 +138,17 @@ public ListingBasedRollbackHelper(HoodieTableMetaClient metaClient, HoodieWriteC
     return fs.listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
   }
 
-  private FileStatus[] getBaseAndLogFilesToBeDeleted(String commit, String partitionPath, FileSystem fs) throws IOException {
+  private FileStatus[] getBaseAndLogFilesToBeDeleted(HoodieInstant instantToRollback, String partitionPath, FileSystem fs) throws IOException {
+    Option<HoodieCommitMetadata> commitMetadataOptional = getHoodieCommitMetadata(metaClient, instantToRollback);
+    if (commitMetadataOptional.isPresent() && instantToRollback.isCompleted()
+        && !WriteOperationType.UNKNOWN.equals(commitMetadataOptional.get().getOperationType())) {
+      return getBaseAndLogFilesFromCommitMetadataToBeDeleted(commitMetadataOptional.get(), partitionPath, fs);
+    } else {
+      return getBaseAndLogFilesFromFileListToBeDeleted(instantToRollback.getTimestamp(), partitionPath, fs);
+    }
+  }
+
+  private FileStatus[] getBaseAndLogFilesFromFileListToBeDeleted(String commit, String partitionPath, FileSystem fs) throws IOException {

Review comment:
       Let's shorten the name to `listFilesToBeDeleted`

##########
File path: hudi-common/src/main/java/org/apache/hudi/common/model/HoodieCommitMetadata.java
##########
@@ -119,6 +119,16 @@ public void setCompacted(Boolean compacted) {
     return filePaths;
   }
 
+  public HashMap<String, String> getFileIdAndRelativePathsByPartitionPath(String partitionPath) {

Review comment:
       If we pass `partitionPath` as an argument there's no point in returning a Map -- all files will have the same path, we can just return the file-ids




-- 
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] xushiyan commented on a change in pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
xushiyan commented on a change in pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#discussion_r828014454



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackHelper.java
##########
@@ -145,6 +165,17 @@ public ListingBasedRollbackHelper(HoodieTableMetaClient metaClient, HoodieWriteC
       }
       return false;
     };
-    return fs.listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
+    return metaClient.getFs().listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
+  }
+
+  private FileStatus[] getFilesFromCommitMetadata(HoodieCommitMetadata commitMetadata, String partitionPath) throws IOException {
+    HashSet<String> fullPaths = commitMetadata.getFullPathsByPartitionPath(metaClient.getBasePath(), partitionPath);
+    List<String> commitPathNames = fullPaths.stream().filter(Objects::nonNull).collect(Collectors.toList());

Review comment:
       can filter null from inside `getFullPathsByPartitionPath` ? so caller does not need to worry about null items.

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackHelper.java
##########
@@ -145,6 +165,17 @@ public ListingBasedRollbackHelper(HoodieTableMetaClient metaClient, HoodieWriteC
       }
       return false;
     };
-    return fs.listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
+    return metaClient.getFs().listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
+  }
+
+  private FileStatus[] getFilesFromCommitMetadata(HoodieCommitMetadata commitMetadata, String partitionPath) throws IOException {
+    HashSet<String> fullPaths = commitMetadata.getFullPathsByPartitionPath(metaClient.getBasePath(), partitionPath);
+    List<String> commitPathNames = fullPaths.stream().filter(Objects::nonNull).collect(Collectors.toList());
+    if (commitPathNames.isEmpty()) {
+      return new FileStatus[0];
+    } else {
+      Path[] files = commitPathNames.stream().map(Path::new).toArray(Path[]::new);
+      return metaClient.getFs().listStatus(files);
+    }

Review comment:
       i don't think we need to check this; `listStatus()` should handle empty array input.

##########
File path: hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/rollback/TestMergeOnReadRollbackActionExecutor.java
##########
@@ -126,7 +125,11 @@ public void testMergeOnReadRollbackActionExecutor(boolean isUsingMarkers) throws
     for (Map.Entry<String, HoodieRollbackPartitionMetadata> entry : rollbackMetadata.entrySet()) {
       HoodieRollbackPartitionMetadata meta = entry.getValue();
       assertTrue(meta.getFailedDeleteFiles() == null || meta.getFailedDeleteFiles().size() == 0);
-      assertTrue(meta.getSuccessDeleteFiles() == null || meta.getSuccessDeleteFiles().size() == 0);
+      if (isUsingMarkers) {
+        assertTrue(meta.getSuccessDeleteFiles() == null || meta.getSuccessDeleteFiles().size() == 0);
+      } else {
+        assertFalse(meta.getSuccessDeleteFiles() == null || meta.getSuccessDeleteFiles().size() == 0);
+      }

Review comment:
       this is existing logic: are we able to fix the assertion conditions by not using `||` here and just check `meta.getSuccessDeleteFiles().size()`?  i'm curious to know why we need to null-check `meta.getSuccessDeleteFiles()` and `meta.getFailedDeleteFiles()`.




-- 
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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1067394676


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928) 
   * 24f14bb406f84e4469388aa8d9a2831660351590 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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 69e264a00ed3f379b89af97bc949166c3ce53ee1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915) 
   * fab774c8a1d2c7b6301144e546777e79e91855a0 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 24f14bb406f84e4469388aa8d9a2831660351590 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1073008819


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 4e7d5813de07e014ffa223e8c2e5b9960d062103 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1069910671


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * 438eecf51f0a2c08270ff6c1bca0ea2e4e83c594 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019) 
   * f777921b8987e2e17134088e373fea88579514d7 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * f777921b8987e2e17134088e373fea88579514d7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 175d11f12ff5e7fa06f4774e1fb0b52fd5005afa Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086) 
   * 4e7d5813de07e014ffa223e8c2e5b9960d062103 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1070350319






-- 
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] XuQianJin-Stars removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1070795746


   @alexeykudinkin  I have addressed  this pr.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

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



[GitHub] [hudi] hudi-bot commented on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * f777921b8987e2e17134088e373fea88579514d7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074) 
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 175d11f12ff5e7fa06f4774e1fb0b52fd5005afa Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 4e7d5813de07e014ffa223e8c2e5b9960d062103 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090) 
   * a32a138bee8cb755b682c3c6dd97cd2831d0787e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210) 
   
   <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] xiarixiaoyao merged pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
xiarixiaoyao merged pull request #4957:
URL: https://github.com/apache/hudi/pull/4957


   


-- 
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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542",
       "triggerID" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "triggerType" : "PUSH"
     }, {
       "hash" : "46aea1281a8478aa21307bb9f5ae3ce659f62150",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7557",
       "triggerID" : "46aea1281a8478aa21307bb9f5ae3ce659f62150",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * d50f262e15fdb2f8a2854d911b08064fa6f1833c UNKNOWN
   * 3cbd929f41ce4669ae4c8027cea3fc218e1b1853 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542) 
   * 46aea1281a8478aa21307bb9f5ae3ce659f62150 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7557) 
   
   <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] XuQianJin-Stars commented on a change in pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on a change in pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#discussion_r838339208



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +81,252 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths =
+          FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
+          hoodieRollbackRequests.add(
+              deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+        } else {
+          String commit = instantToRollback.getTimestamp();
+          HoodieActiveTimeline activeTimeline = table.getMetaClient().reloadActiveTimeline();
+          switch (instantToRollback.getAction()) {
+            case HoodieTimeline.COMMIT_ACTION:
+            case HoodieTimeline.REPLACE_COMMIT_ACTION:
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              break;
+            case HoodieTimeline.COMPACTION_ACTION:
+              // If there is no delta commit present after the current commit (if compaction), no action, else we
+              // need to make sure that a compaction commit rollback also deletes any log files written as part of the
+              // succeeding deltacommit.
+              boolean higherDeltaCommits =
+                  !activeTimeline.getDeltaCommitTimeline().filterCompletedInstants().findInstantsAfter(commit, 1)
+                      .empty();
+              if (higherDeltaCommits) {
+                // Rollback of a compaction action with no higher deltacommit means that the compaction is scheduled
+                // and has not yet finished. In this scenario we should delete only the newly created base files
+                // and not corresponding base commit log files created with this as baseCommit since updates would
+                // have been written to the log files.
+                String baseFileExtension = getBaseFileExtension(metaClient);
+                hoodieRollbackRequests.add(deleteDataFilesOnlyRollbackRequest(instantToRollback, baseFileExtension, partitionPath,
+                        metaClient.getFs()));
+              } else {
+                // No deltacommits present after this compaction commit (inflight or requested). In this case, we
+                // can also delete any log files that were created with this compaction commit as base
+                // commit.
+                hoodieRollbackRequests.add(
+                    deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              }
+              break;
+            case HoodieTimeline.DELTA_COMMIT_ACTION:
+              // --------------------------------------------------------------------------------------------------
+              // (A) The following cases are possible if index.canIndexLogFiles and/or index.isGlobal
+              // --------------------------------------------------------------------------------------------------
+              // (A.1) Failed first commit - Inserts were written to log files and HoodieWriteStat has no entries. In
+              // this scenario we would want to delete these log files.
+              // (A.2) Failed recurring commit - Inserts/Updates written to log files. In this scenario,
+              // HoodieWriteStat will have the baseCommitTime for the first log file written, add rollback blocks.
+              // (A.3) Rollback triggered for first commit - Inserts were written to the log files but the commit is
+              // being reverted. In this scenario, HoodieWriteStat will be `null` for the attribute prevCommitTime and
+              // and hence will end up deleting these log files. This is done so there are no orphan log files
+              // lying around.
+              // (A.4) Rollback triggered for recurring commits - Inserts/Updates are being rolled back, the actions
+              // taken in this scenario is a combination of (A.2) and (A.3)
+              // ---------------------------------------------------------------------------------------------------
+              // (B) The following cases are possible if !index.canIndexLogFiles and/or !index.isGlobal
+              // ---------------------------------------------------------------------------------------------------
+              // (B.1) Failed first commit - Inserts were written to base files and HoodieWriteStat has no entries.
+              // In this scenario, we delete all the base files written for the failed commit.
+              // (B.2) Failed recurring commits - Inserts were written to base files and updates to log files. In
+              // this scenario, perform (A.1) and for updates written to log files, write rollback blocks.
+              // (B.3) Rollback triggered for first commit - Same as (B.1)
+              // (B.4) Rollback triggered for recurring commits - Same as (B.2) plus we need to delete the log files
+              // as well if the base base file gets deleted.
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              // In case all data was inserts and the commit failed, delete the file belonging to that commit
+              // We do not know fileIds for inserts (first inserts are either log files or base files),
+              // delete all files for the corresponding failed commit, if present (same as COW)
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+
+              // append rollback blocks for updates and inserts as A.2 and B.2
+              if (commitMetadata.getPartitionToWriteStats().containsKey(partitionPath)) {
+                hoodieRollbackRequests.addAll(
+                    getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));
+              }
+              break;
+            default:
+              throw new HoodieRollbackException("Unknown listing type, during rollback of " + instantToRollback);
+          }
+        }
+        return hoodieRollbackRequests.stream();
+      }, numPartitions);
+    } catch (Exception e) {
       LOG.error("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
       throw new HoodieRollbackException("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
     }
   }
+
+  private String getBaseFileExtension(HoodieTableMetaClient metaClient) {
+    return metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+  }
+
+  @NotNull
+  private HoodieRollbackRequest deleteDataAndLogFilesRollbackRequest(HoodieInstant instantToRollback,
+                                                                     HoodieTableMetaClient metaClient,
+                                                                     String partitionPath)
+      throws IOException {
+    final FileStatus[] filesToDeletedStatus = getBaseAndLogFilesToBeDeleted(metaClient, instantToRollback, partitionPath);
+    return getHoodieRollbackRequest(partitionPath, filesToDeletedStatus);
+  }
+
+  @NotNull
+  private HoodieRollbackRequest deleteDataFilesOnlyRollbackRequest(HoodieInstant instantToRollback,
+                                                                   String basefileExtension, String partitionPath,
+                                                                   FileSystem fs)
+      throws IOException {
+    final FileStatus[] dataFilesToDeletedStatus =
+        getBaseFilesToBeDeleted(instantToRollback.getTimestamp(), basefileExtension,
+            partitionPath, fs);
+    return getHoodieRollbackRequest(partitionPath, dataFilesToDeletedStatus);
+  }
+
+  @NotNull
+  private HoodieRollbackRequest getHoodieRollbackRequest(String partitionPath, FileStatus[] filesToDeletedStatus) {
+    List<String> filesToBeDeleted = getFilesToBeDeleted(filesToDeletedStatus);

Review comment:
       > Typo: `filesToDelete`
   
   Now Some file contain sheme Eg : file:/var/cat




-- 
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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1082595287


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a94966d1a406ce6d0db3806ebe1346245c6ef1e9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393) 
   * d50f262e15fdb2f8a2854d911b08064fa6f1833c UNKNOWN
   * 3cbd929f41ce4669ae4c8027cea3fc218e1b1853 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1078873017


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a32a138bee8cb755b682c3c6dd97cd2831d0787e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210) 
   * 72c927362484d42fa021edeb6cc76eb979801468 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1059749788


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c4dfb7718300d5397158c85e373ddd61075baf1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567) 
   * 5f6e62de5e5ea87b39630486bc8773f000961250 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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066802008


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8b057f530b47ed6e404a0a2c6cd4490a10ade4f6 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926) 
   * 0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef 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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066423547


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5f6e62de5e5ea87b39630486bc8773f000961250 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569) 
   * 236a47fb55f87fb60d8818d2beb479f088c126b5 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909) 
   
   <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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 236a47fb55f87fb60d8818d2beb479f088c126b5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909) 
   
   <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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fab774c8a1d2c7b6301144e546777e79e91855a0 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922) 
   * 8b057f530b47ed6e404a0a2c6cd4490a10ade4f6 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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 69e264a00ed3f379b89af97bc949166c3ce53ee1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915) 
   * fab774c8a1d2c7b6301144e546777e79e91855a0 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922) 
   * 8b057f530b47ed6e404a0a2c6cd4490a10ade4f6 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] XuQianJin-Stars commented on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1067450374


   hi @alexeykudinkin can you review this patch?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

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



[GitHub] [hudi] XuQianJin-Stars removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1070795746


   @alexeykudinkin  I have addressed  this pr.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066465762


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 236a47fb55f87fb60d8818d2beb479f088c126b5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * a19a778f36d2ad00357691d4a04a0da14f9b624f Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003) 
   * 438eecf51f0a2c08270ff6c1bca0ea2e4e83c594 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014) 
   
   <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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066874065


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8b057f530b47ed6e404a0a2c6cd4490a10ade4f6 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926) 
   * 0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 6d129abe16af1cb27298326613053ecfa409d1f8 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 6d129abe16af1cb27298326613053ecfa409d1f8 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986) 
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * a19a778f36d2ad00357691d4a04a0da14f9b624f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928) 
   * 24f14bb406f84e4469388aa8d9a2831660351590 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c4dfb7718300d5397158c85e373ddd61075baf1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567) 
   * 5f6e62de5e5ea87b39630486bc8773f000961250 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c4dfb7718300d5397158c85e373ddd61075baf1 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 175d11f12ff5e7fa06f4774e1fb0b52fd5005afa Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086) 
   * 4e7d5813de07e014ffa223e8c2e5b9960d062103 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1072990298


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 175d11f12ff5e7fa06f4774e1fb0b52fd5005afa Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1075859087


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 4e7d5813de07e014ffa223e8c2e5b9960d062103 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090) 
   * a32a138bee8cb755b682c3c6dd97cd2831d0787e 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a94966d1a406ce6d0db3806ebe1346245c6ef1e9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393) 
   * d50f262e15fdb2f8a2854d911b08064fa6f1833c 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] XuQianJin-Stars commented on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1083988454


   hi @alexeykudinkin I have addressed it.


-- 
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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066747266


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 69e264a00ed3f379b89af97bc949166c3ce53ee1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915) 
   * fab774c8a1d2c7b6301144e546777e79e91855a0 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922) 
   * 8b057f530b47ed6e404a0a2c6cd4490a10ade4f6 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542",
       "triggerID" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "triggerType" : "PUSH"
     }, {
       "hash" : "46aea1281a8478aa21307bb9f5ae3ce659f62150",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7557",
       "triggerID" : "46aea1281a8478aa21307bb9f5ae3ce659f62150",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * d50f262e15fdb2f8a2854d911b08064fa6f1833c UNKNOWN
   * 46aea1281a8478aa21307bb9f5ae3ce659f62150 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7557) 
   
   <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] alexeykudinkin commented on a change in pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on a change in pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#discussion_r837817036



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +81,252 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths =
+          FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
+          hoodieRollbackRequests.add(
+              deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+        } else {
+          String commit = instantToRollback.getTimestamp();
+          HoodieActiveTimeline activeTimeline = table.getMetaClient().reloadActiveTimeline();
+          switch (instantToRollback.getAction()) {
+            case HoodieTimeline.COMMIT_ACTION:
+            case HoodieTimeline.REPLACE_COMMIT_ACTION:
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              break;
+            case HoodieTimeline.COMPACTION_ACTION:
+              // If there is no delta commit present after the current commit (if compaction), no action, else we
+              // need to make sure that a compaction commit rollback also deletes any log files written as part of the
+              // succeeding deltacommit.
+              boolean higherDeltaCommits =
+                  !activeTimeline.getDeltaCommitTimeline().filterCompletedInstants().findInstantsAfter(commit, 1)
+                      .empty();
+              if (higherDeltaCommits) {
+                // Rollback of a compaction action with no higher deltacommit means that the compaction is scheduled
+                // and has not yet finished. In this scenario we should delete only the newly created base files
+                // and not corresponding base commit log files created with this as baseCommit since updates would
+                // have been written to the log files.
+                String baseFileExtension = getBaseFileExtension(metaClient);
+                hoodieRollbackRequests.add(deleteDataFilesOnlyRollbackRequest(instantToRollback, baseFileExtension, partitionPath,
+                        metaClient.getFs()));
+              } else {
+                // No deltacommits present after this compaction commit (inflight or requested). In this case, we
+                // can also delete any log files that were created with this compaction commit as base
+                // commit.
+                hoodieRollbackRequests.add(
+                    deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              }
+              break;
+            case HoodieTimeline.DELTA_COMMIT_ACTION:
+              // --------------------------------------------------------------------------------------------------
+              // (A) The following cases are possible if index.canIndexLogFiles and/or index.isGlobal
+              // --------------------------------------------------------------------------------------------------
+              // (A.1) Failed first commit - Inserts were written to log files and HoodieWriteStat has no entries. In
+              // this scenario we would want to delete these log files.
+              // (A.2) Failed recurring commit - Inserts/Updates written to log files. In this scenario,
+              // HoodieWriteStat will have the baseCommitTime for the first log file written, add rollback blocks.
+              // (A.3) Rollback triggered for first commit - Inserts were written to the log files but the commit is
+              // being reverted. In this scenario, HoodieWriteStat will be `null` for the attribute prevCommitTime and
+              // and hence will end up deleting these log files. This is done so there are no orphan log files
+              // lying around.
+              // (A.4) Rollback triggered for recurring commits - Inserts/Updates are being rolled back, the actions
+              // taken in this scenario is a combination of (A.2) and (A.3)
+              // ---------------------------------------------------------------------------------------------------
+              // (B) The following cases are possible if !index.canIndexLogFiles and/or !index.isGlobal
+              // ---------------------------------------------------------------------------------------------------
+              // (B.1) Failed first commit - Inserts were written to base files and HoodieWriteStat has no entries.
+              // In this scenario, we delete all the base files written for the failed commit.
+              // (B.2) Failed recurring commits - Inserts were written to base files and updates to log files. In
+              // this scenario, perform (A.1) and for updates written to log files, write rollback blocks.
+              // (B.3) Rollback triggered for first commit - Same as (B.1)
+              // (B.4) Rollback triggered for recurring commits - Same as (B.2) plus we need to delete the log files
+              // as well if the base base file gets deleted.
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              // In case all data was inserts and the commit failed, delete the file belonging to that commit
+              // We do not know fileIds for inserts (first inserts are either log files or base files),
+              // delete all files for the corresponding failed commit, if present (same as COW)
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+
+              // append rollback blocks for updates and inserts as A.2 and B.2
+              if (commitMetadata.getPartitionToWriteStats().containsKey(partitionPath)) {
+                hoodieRollbackRequests.addAll(
+                    getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));

Review comment:
       nit: `getRollbackRequestToAppend`

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +81,252 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths =
+          FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
+          hoodieRollbackRequests.add(
+              deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+        } else {

Review comment:
       Let's specify the conditional w/ all table-types being explicit like following:
   ```
   if (tableType == COW) { ... }
   else if (tableType == MOR) { ... }
   else { throw new Unsupported; }
   ```

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +81,252 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths =
+          FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
+          hoodieRollbackRequests.add(
+              deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+        } else {
+          String commit = instantToRollback.getTimestamp();
+          HoodieActiveTimeline activeTimeline = table.getMetaClient().reloadActiveTimeline();
+          switch (instantToRollback.getAction()) {
+            case HoodieTimeline.COMMIT_ACTION:
+            case HoodieTimeline.REPLACE_COMMIT_ACTION:
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              break;
+            case HoodieTimeline.COMPACTION_ACTION:
+              // If there is no delta commit present after the current commit (if compaction), no action, else we
+              // need to make sure that a compaction commit rollback also deletes any log files written as part of the
+              // succeeding deltacommit.
+              boolean higherDeltaCommits =
+                  !activeTimeline.getDeltaCommitTimeline().filterCompletedInstants().findInstantsAfter(commit, 1)
+                      .empty();
+              if (higherDeltaCommits) {
+                // Rollback of a compaction action with no higher deltacommit means that the compaction is scheduled
+                // and has not yet finished. In this scenario we should delete only the newly created base files
+                // and not corresponding base commit log files created with this as baseCommit since updates would
+                // have been written to the log files.
+                String baseFileExtension = getBaseFileExtension(metaClient);
+                hoodieRollbackRequests.add(deleteDataFilesOnlyRollbackRequest(instantToRollback, baseFileExtension, partitionPath,
+                        metaClient.getFs()));
+              } else {
+                // No deltacommits present after this compaction commit (inflight or requested). In this case, we
+                // can also delete any log files that were created with this compaction commit as base
+                // commit.
+                hoodieRollbackRequests.add(
+                    deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              }
+              break;
+            case HoodieTimeline.DELTA_COMMIT_ACTION:
+              // --------------------------------------------------------------------------------------------------
+              // (A) The following cases are possible if index.canIndexLogFiles and/or index.isGlobal
+              // --------------------------------------------------------------------------------------------------
+              // (A.1) Failed first commit - Inserts were written to log files and HoodieWriteStat has no entries. In
+              // this scenario we would want to delete these log files.
+              // (A.2) Failed recurring commit - Inserts/Updates written to log files. In this scenario,
+              // HoodieWriteStat will have the baseCommitTime for the first log file written, add rollback blocks.
+              // (A.3) Rollback triggered for first commit - Inserts were written to the log files but the commit is
+              // being reverted. In this scenario, HoodieWriteStat will be `null` for the attribute prevCommitTime and
+              // and hence will end up deleting these log files. This is done so there are no orphan log files
+              // lying around.
+              // (A.4) Rollback triggered for recurring commits - Inserts/Updates are being rolled back, the actions
+              // taken in this scenario is a combination of (A.2) and (A.3)
+              // ---------------------------------------------------------------------------------------------------
+              // (B) The following cases are possible if !index.canIndexLogFiles and/or !index.isGlobal
+              // ---------------------------------------------------------------------------------------------------
+              // (B.1) Failed first commit - Inserts were written to base files and HoodieWriteStat has no entries.
+              // In this scenario, we delete all the base files written for the failed commit.
+              // (B.2) Failed recurring commits - Inserts were written to base files and updates to log files. In
+              // this scenario, perform (A.1) and for updates written to log files, write rollback blocks.
+              // (B.3) Rollback triggered for first commit - Same as (B.1)
+              // (B.4) Rollback triggered for recurring commits - Same as (B.2) plus we need to delete the log files
+              // as well if the base base file gets deleted.
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              // In case all data was inserts and the commit failed, delete the file belonging to that commit
+              // We do not know fileIds for inserts (first inserts are either log files or base files),
+              // delete all files for the corresponding failed commit, if present (same as COW)
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+
+              // append rollback blocks for updates and inserts as A.2 and B.2
+              if (commitMetadata.getPartitionToWriteStats().containsKey(partitionPath)) {
+                hoodieRollbackRequests.addAll(
+                    getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));
+              }
+              break;
+            default:
+              throw new HoodieRollbackException("Unknown listing type, during rollback of " + instantToRollback);
+          }
+        }
+        return hoodieRollbackRequests.stream();
+      }, numPartitions);
+    } catch (Exception e) {
       LOG.error("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
       throw new HoodieRollbackException("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
     }
   }
+
+  private String getBaseFileExtension(HoodieTableMetaClient metaClient) {
+    return metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+  }
+
+  @NotNull
+  private HoodieRollbackRequest deleteDataAndLogFilesRollbackRequest(HoodieInstant instantToRollback,
+                                                                     HoodieTableMetaClient metaClient,
+                                                                     String partitionPath)
+      throws IOException {
+    final FileStatus[] filesToDeletedStatus = getBaseAndLogFilesToBeDeleted(metaClient, instantToRollback, partitionPath);
+    return getHoodieRollbackRequest(partitionPath, filesToDeletedStatus);
+  }
+
+  @NotNull
+  private HoodieRollbackRequest deleteDataFilesOnlyRollbackRequest(HoodieInstant instantToRollback,
+                                                                   String basefileExtension, String partitionPath,
+                                                                   FileSystem fs)
+      throws IOException {
+    final FileStatus[] dataFilesToDeletedStatus =
+        getBaseFilesToBeDeleted(instantToRollback.getTimestamp(), basefileExtension,
+            partitionPath, fs);
+    return getHoodieRollbackRequest(partitionPath, dataFilesToDeletedStatus);
+  }
+
+  @NotNull
+  private HoodieRollbackRequest getHoodieRollbackRequest(String partitionPath, FileStatus[] filesToDeletedStatus) {
+    List<String> filesToBeDeleted = getFilesToBeDeleted(filesToDeletedStatus);
+    return new HoodieRollbackRequest(
+        partitionPath, EMPTY_STRING, EMPTY_STRING, filesToBeDeleted, Collections.emptyMap());
+  }
+
+  @NotNull
+  private List<String> getFilesToBeDeleted(FileStatus[] dataFilesToDeletedStatus) {
+    return Arrays.stream(dataFilesToDeletedStatus).map(fileStatus -> {
+      String dataFileToBeDeleted = fileStatus.getPath().toString();
+      // strip scheme
+      return dataFileToBeDeleted.substring(dataFileToBeDeleted.indexOf(":") + 1);

Review comment:
       Why do we need to strip the scheme?

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +81,252 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths =
+          FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
+          hoodieRollbackRequests.add(
+              deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+        } else {
+          String commit = instantToRollback.getTimestamp();
+          HoodieActiveTimeline activeTimeline = table.getMetaClient().reloadActiveTimeline();
+          switch (instantToRollback.getAction()) {
+            case HoodieTimeline.COMMIT_ACTION:
+            case HoodieTimeline.REPLACE_COMMIT_ACTION:
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              break;
+            case HoodieTimeline.COMPACTION_ACTION:
+              // If there is no delta commit present after the current commit (if compaction), no action, else we
+              // need to make sure that a compaction commit rollback also deletes any log files written as part of the
+              // succeeding deltacommit.
+              boolean higherDeltaCommits =
+                  !activeTimeline.getDeltaCommitTimeline().filterCompletedInstants().findInstantsAfter(commit, 1)
+                      .empty();
+              if (higherDeltaCommits) {
+                // Rollback of a compaction action with no higher deltacommit means that the compaction is scheduled
+                // and has not yet finished. In this scenario we should delete only the newly created base files
+                // and not corresponding base commit log files created with this as baseCommit since updates would
+                // have been written to the log files.
+                String baseFileExtension = getBaseFileExtension(metaClient);
+                hoodieRollbackRequests.add(deleteDataFilesOnlyRollbackRequest(instantToRollback, baseFileExtension, partitionPath,
+                        metaClient.getFs()));
+              } else {
+                // No deltacommits present after this compaction commit (inflight or requested). In this case, we
+                // can also delete any log files that were created with this compaction commit as base
+                // commit.
+                hoodieRollbackRequests.add(
+                    deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              }
+              break;
+            case HoodieTimeline.DELTA_COMMIT_ACTION:
+              // --------------------------------------------------------------------------------------------------
+              // (A) The following cases are possible if index.canIndexLogFiles and/or index.isGlobal
+              // --------------------------------------------------------------------------------------------------
+              // (A.1) Failed first commit - Inserts were written to log files and HoodieWriteStat has no entries. In
+              // this scenario we would want to delete these log files.
+              // (A.2) Failed recurring commit - Inserts/Updates written to log files. In this scenario,
+              // HoodieWriteStat will have the baseCommitTime for the first log file written, add rollback blocks.
+              // (A.3) Rollback triggered for first commit - Inserts were written to the log files but the commit is
+              // being reverted. In this scenario, HoodieWriteStat will be `null` for the attribute prevCommitTime and
+              // and hence will end up deleting these log files. This is done so there are no orphan log files
+              // lying around.
+              // (A.4) Rollback triggered for recurring commits - Inserts/Updates are being rolled back, the actions
+              // taken in this scenario is a combination of (A.2) and (A.3)
+              // ---------------------------------------------------------------------------------------------------
+              // (B) The following cases are possible if !index.canIndexLogFiles and/or !index.isGlobal
+              // ---------------------------------------------------------------------------------------------------
+              // (B.1) Failed first commit - Inserts were written to base files and HoodieWriteStat has no entries.
+              // In this scenario, we delete all the base files written for the failed commit.
+              // (B.2) Failed recurring commits - Inserts were written to base files and updates to log files. In
+              // this scenario, perform (A.1) and for updates written to log files, write rollback blocks.
+              // (B.3) Rollback triggered for first commit - Same as (B.1)
+              // (B.4) Rollback triggered for recurring commits - Same as (B.2) plus we need to delete the log files
+              // as well if the base base file gets deleted.
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              // In case all data was inserts and the commit failed, delete the file belonging to that commit
+              // We do not know fileIds for inserts (first inserts are either log files or base files),
+              // delete all files for the corresponding failed commit, if present (same as COW)
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+
+              // append rollback blocks for updates and inserts as A.2 and B.2
+              if (commitMetadata.getPartitionToWriteStats().containsKey(partitionPath)) {
+                hoodieRollbackRequests.addAll(
+                    getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));
+              }
+              break;
+            default:
+              throw new HoodieRollbackException("Unknown listing type, during rollback of " + instantToRollback);
+          }
+        }
+        return hoodieRollbackRequests.stream();
+      }, numPartitions);
+    } catch (Exception e) {
       LOG.error("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
       throw new HoodieRollbackException("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
     }
   }
+
+  private String getBaseFileExtension(HoodieTableMetaClient metaClient) {
+    return metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+  }
+
+  @NotNull
+  private HoodieRollbackRequest deleteDataAndLogFilesRollbackRequest(HoodieInstant instantToRollback,

Review comment:
       We should inline those methods, given that we're going to be supporting both rollbacks of completed instance as well as pending ones: 
   
   ```
   getHoodieRollbackRequest(partitionPath, getBaseAndLogFilesToBeDeleted(metaClient, instantToRollback, partitionPath))
   ```
   
   will become (for completed instants)
   
   ```
   getHoodieRollbackRequest(partitionPath, fetchFilesFromCommitMetadata(metaClient, instantToRollback, partitionPath))
   ```
   
   for pending ones
   
   ```
   getHoodieRollbackRequest(partitionPath, listFilesToBeDeleted(instantToRollback.getTimestamp(), basefileExtension, partitionPath, fs))
   ```

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +81,252 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths =
+          FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
+          hoodieRollbackRequests.add(
+              deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+        } else {
+          String commit = instantToRollback.getTimestamp();
+          HoodieActiveTimeline activeTimeline = table.getMetaClient().reloadActiveTimeline();
+          switch (instantToRollback.getAction()) {
+            case HoodieTimeline.COMMIT_ACTION:
+            case HoodieTimeline.REPLACE_COMMIT_ACTION:
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              break;
+            case HoodieTimeline.COMPACTION_ACTION:
+              // If there is no delta commit present after the current commit (if compaction), no action, else we
+              // need to make sure that a compaction commit rollback also deletes any log files written as part of the
+              // succeeding deltacommit.
+              boolean higherDeltaCommits =
+                  !activeTimeline.getDeltaCommitTimeline().filterCompletedInstants().findInstantsAfter(commit, 1)
+                      .empty();
+              if (higherDeltaCommits) {
+                // Rollback of a compaction action with no higher deltacommit means that the compaction is scheduled
+                // and has not yet finished. In this scenario we should delete only the newly created base files
+                // and not corresponding base commit log files created with this as baseCommit since updates would
+                // have been written to the log files.
+                String baseFileExtension = getBaseFileExtension(metaClient);
+                hoodieRollbackRequests.add(deleteDataFilesOnlyRollbackRequest(instantToRollback, baseFileExtension, partitionPath,
+                        metaClient.getFs()));
+              } else {
+                // No deltacommits present after this compaction commit (inflight or requested). In this case, we
+                // can also delete any log files that were created with this compaction commit as base
+                // commit.
+                hoodieRollbackRequests.add(
+                    deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              }
+              break;
+            case HoodieTimeline.DELTA_COMMIT_ACTION:
+              // --------------------------------------------------------------------------------------------------
+              // (A) The following cases are possible if index.canIndexLogFiles and/or index.isGlobal
+              // --------------------------------------------------------------------------------------------------
+              // (A.1) Failed first commit - Inserts were written to log files and HoodieWriteStat has no entries. In
+              // this scenario we would want to delete these log files.
+              // (A.2) Failed recurring commit - Inserts/Updates written to log files. In this scenario,
+              // HoodieWriteStat will have the baseCommitTime for the first log file written, add rollback blocks.
+              // (A.3) Rollback triggered for first commit - Inserts were written to the log files but the commit is
+              // being reverted. In this scenario, HoodieWriteStat will be `null` for the attribute prevCommitTime and
+              // and hence will end up deleting these log files. This is done so there are no orphan log files
+              // lying around.
+              // (A.4) Rollback triggered for recurring commits - Inserts/Updates are being rolled back, the actions
+              // taken in this scenario is a combination of (A.2) and (A.3)
+              // ---------------------------------------------------------------------------------------------------
+              // (B) The following cases are possible if !index.canIndexLogFiles and/or !index.isGlobal
+              // ---------------------------------------------------------------------------------------------------
+              // (B.1) Failed first commit - Inserts were written to base files and HoodieWriteStat has no entries.
+              // In this scenario, we delete all the base files written for the failed commit.
+              // (B.2) Failed recurring commits - Inserts were written to base files and updates to log files. In
+              // this scenario, perform (A.1) and for updates written to log files, write rollback blocks.
+              // (B.3) Rollback triggered for first commit - Same as (B.1)
+              // (B.4) Rollback triggered for recurring commits - Same as (B.2) plus we need to delete the log files
+              // as well if the base base file gets deleted.
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              // In case all data was inserts and the commit failed, delete the file belonging to that commit
+              // We do not know fileIds for inserts (first inserts are either log files or base files),
+              // delete all files for the corresponding failed commit, if present (same as COW)
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+
+              // append rollback blocks for updates and inserts as A.2 and B.2
+              if (commitMetadata.getPartitionToWriteStats().containsKey(partitionPath)) {
+                hoodieRollbackRequests.addAll(
+                    getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));
+              }
+              break;
+            default:
+              throw new HoodieRollbackException("Unknown listing type, during rollback of " + instantToRollback);
+          }
+        }
+        return hoodieRollbackRequests.stream();
+      }, numPartitions);
+    } catch (Exception e) {
       LOG.error("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
       throw new HoodieRollbackException("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
     }
   }
+
+  private String getBaseFileExtension(HoodieTableMetaClient metaClient) {
+    return metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+  }
+
+  @NotNull
+  private HoodieRollbackRequest deleteDataAndLogFilesRollbackRequest(HoodieInstant instantToRollback,
+                                                                     HoodieTableMetaClient metaClient,
+                                                                     String partitionPath)
+      throws IOException {
+    final FileStatus[] filesToDeletedStatus = getBaseAndLogFilesToBeDeleted(metaClient, instantToRollback, partitionPath);
+    return getHoodieRollbackRequest(partitionPath, filesToDeletedStatus);
+  }
+
+  @NotNull
+  private HoodieRollbackRequest deleteDataFilesOnlyRollbackRequest(HoodieInstant instantToRollback,
+                                                                   String basefileExtension, String partitionPath,
+                                                                   FileSystem fs)
+      throws IOException {
+    final FileStatus[] dataFilesToDeletedStatus =
+        getBaseFilesToBeDeleted(instantToRollback.getTimestamp(), basefileExtension,
+            partitionPath, fs);
+    return getHoodieRollbackRequest(partitionPath, dataFilesToDeletedStatus);
+  }
+
+  @NotNull
+  private HoodieRollbackRequest getHoodieRollbackRequest(String partitionPath, FileStatus[] filesToDeletedStatus) {
+    List<String> filesToBeDeleted = getFilesToBeDeleted(filesToDeletedStatus);
+    return new HoodieRollbackRequest(
+        partitionPath, EMPTY_STRING, EMPTY_STRING, filesToBeDeleted, Collections.emptyMap());
+  }
+
+  @NotNull
+  private List<String> getFilesToBeDeleted(FileStatus[] dataFilesToDeletedStatus) {
+    return Arrays.stream(dataFilesToDeletedStatus).map(fileStatus -> {
+      String dataFileToBeDeleted = fileStatus.getPath().toString();
+      // strip scheme
+      return dataFileToBeDeleted.substring(dataFileToBeDeleted.indexOf(":") + 1);
+    }).collect(Collectors.toList());
+  }
+
+  private FileStatus[] getBaseFilesToBeDeleted(String commit, String basefileExtension, String partitionPath,

Review comment:
       Let's make naming more aliased with an actions we're performing, for ex:
   
    - `getBaseFilesToBeDeleted` > `listFilesToBeDeleted`
    - `getBaseAndLogFilesToBeDeleted` > `fetchFilesFromCommitMetadata`
   

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/ZeroToOneUpgradeHandler.java
##########
@@ -126,12 +114,12 @@ protected void recreateMarkers(final String commitInstantTime,
     }
   }
 
-  List<HoodieRollbackStat> getListBasedRollBackStats(
-      HoodieTableMetaClient metaClient, HoodieWriteConfig config, HoodieEngineContext context,
-      Option<HoodieInstant> commitInstantOpt, List<ListingBasedRollbackRequest> rollbackRequests) {
-    List<HoodieRollbackRequest> hoodieRollbackRequests = new ListingBasedRollbackHelper(metaClient, config)
-        .getRollbackRequestsForRollbackPlan(context, commitInstantOpt.get(), rollbackRequests);
-    return new BaseRollbackHelper(metaClient, config).collectRollbackStats(context, commitInstantOpt.get(), hoodieRollbackRequests);
+  List<HoodieRollbackStat> getListBasedRollBackStats(HoodieTable table, HoodieEngineContext context, Option<HoodieInstant> commitInstantOpt) {

Review comment:
       Please specify generic params `HoodieTable<?, ?, ?, ?>`

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +81,252 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths =
+          FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
+          hoodieRollbackRequests.add(
+              deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+        } else {
+          String commit = instantToRollback.getTimestamp();
+          HoodieActiveTimeline activeTimeline = table.getMetaClient().reloadActiveTimeline();
+          switch (instantToRollback.getAction()) {
+            case HoodieTimeline.COMMIT_ACTION:
+            case HoodieTimeline.REPLACE_COMMIT_ACTION:
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              break;
+            case HoodieTimeline.COMPACTION_ACTION:
+              // If there is no delta commit present after the current commit (if compaction), no action, else we
+              // need to make sure that a compaction commit rollback also deletes any log files written as part of the
+              // succeeding deltacommit.
+              boolean higherDeltaCommits =
+                  !activeTimeline.getDeltaCommitTimeline().filterCompletedInstants().findInstantsAfter(commit, 1)
+                      .empty();
+              if (higherDeltaCommits) {
+                // Rollback of a compaction action with no higher deltacommit means that the compaction is scheduled
+                // and has not yet finished. In this scenario we should delete only the newly created base files
+                // and not corresponding base commit log files created with this as baseCommit since updates would
+                // have been written to the log files.
+                String baseFileExtension = getBaseFileExtension(metaClient);
+                hoodieRollbackRequests.add(deleteDataFilesOnlyRollbackRequest(instantToRollback, baseFileExtension, partitionPath,
+                        metaClient.getFs()));
+              } else {
+                // No deltacommits present after this compaction commit (inflight or requested). In this case, we
+                // can also delete any log files that were created with this compaction commit as base
+                // commit.
+                hoodieRollbackRequests.add(
+                    deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              }
+              break;
+            case HoodieTimeline.DELTA_COMMIT_ACTION:
+              // --------------------------------------------------------------------------------------------------
+              // (A) The following cases are possible if index.canIndexLogFiles and/or index.isGlobal
+              // --------------------------------------------------------------------------------------------------
+              // (A.1) Failed first commit - Inserts were written to log files and HoodieWriteStat has no entries. In
+              // this scenario we would want to delete these log files.
+              // (A.2) Failed recurring commit - Inserts/Updates written to log files. In this scenario,
+              // HoodieWriteStat will have the baseCommitTime for the first log file written, add rollback blocks.
+              // (A.3) Rollback triggered for first commit - Inserts were written to the log files but the commit is
+              // being reverted. In this scenario, HoodieWriteStat will be `null` for the attribute prevCommitTime and
+              // and hence will end up deleting these log files. This is done so there are no orphan log files
+              // lying around.
+              // (A.4) Rollback triggered for recurring commits - Inserts/Updates are being rolled back, the actions
+              // taken in this scenario is a combination of (A.2) and (A.3)
+              // ---------------------------------------------------------------------------------------------------
+              // (B) The following cases are possible if !index.canIndexLogFiles and/or !index.isGlobal
+              // ---------------------------------------------------------------------------------------------------
+              // (B.1) Failed first commit - Inserts were written to base files and HoodieWriteStat has no entries.
+              // In this scenario, we delete all the base files written for the failed commit.
+              // (B.2) Failed recurring commits - Inserts were written to base files and updates to log files. In
+              // this scenario, perform (A.1) and for updates written to log files, write rollback blocks.
+              // (B.3) Rollback triggered for first commit - Same as (B.1)
+              // (B.4) Rollback triggered for recurring commits - Same as (B.2) plus we need to delete the log files
+              // as well if the base base file gets deleted.
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              // In case all data was inserts and the commit failed, delete the file belonging to that commit
+              // We do not know fileIds for inserts (first inserts are either log files or base files),
+              // delete all files for the corresponding failed commit, if present (same as COW)
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+
+              // append rollback blocks for updates and inserts as A.2 and B.2
+              if (commitMetadata.getPartitionToWriteStats().containsKey(partitionPath)) {
+                hoodieRollbackRequests.addAll(
+                    getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));
+              }
+              break;
+            default:
+              throw new HoodieRollbackException("Unknown listing type, during rollback of " + instantToRollback);
+          }
+        }
+        return hoodieRollbackRequests.stream();
+      }, numPartitions);
+    } catch (Exception e) {
       LOG.error("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
       throw new HoodieRollbackException("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
     }
   }
+
+  private String getBaseFileExtension(HoodieTableMetaClient metaClient) {
+    return metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+  }
+
+  @NotNull
+  private HoodieRollbackRequest deleteDataAndLogFilesRollbackRequest(HoodieInstant instantToRollback,
+                                                                     HoodieTableMetaClient metaClient,
+                                                                     String partitionPath)
+      throws IOException {
+    final FileStatus[] filesToDeletedStatus = getBaseAndLogFilesToBeDeleted(metaClient, instantToRollback, partitionPath);
+    return getHoodieRollbackRequest(partitionPath, filesToDeletedStatus);
+  }
+
+  @NotNull
+  private HoodieRollbackRequest deleteDataFilesOnlyRollbackRequest(HoodieInstant instantToRollback,
+                                                                   String basefileExtension, String partitionPath,
+                                                                   FileSystem fs)
+      throws IOException {
+    final FileStatus[] dataFilesToDeletedStatus =
+        getBaseFilesToBeDeleted(instantToRollback.getTimestamp(), basefileExtension,
+            partitionPath, fs);
+    return getHoodieRollbackRequest(partitionPath, dataFilesToDeletedStatus);
+  }
+
+  @NotNull
+  private HoodieRollbackRequest getHoodieRollbackRequest(String partitionPath, FileStatus[] filesToDeletedStatus) {
+    List<String> filesToBeDeleted = getFilesToBeDeleted(filesToDeletedStatus);

Review comment:
       Typo: `filesToDelete`

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +81,252 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths =
+          FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
+          hoodieRollbackRequests.add(

Review comment:
       Generally, in all of these branches we need to handle 2 cases -- when commit has been completed, and when it is still pending at the time of the rollback:
   
    - If it's completed, we get list of files from Metadata and rollback those
    - If it was not completed, we list the files from FS (matching commit description), and rollback those
    
   Does it make sense?




-- 
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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1069322997


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * a19a778f36d2ad00357691d4a04a0da14f9b624f Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1069800698


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * a19a778f36d2ad00357691d4a04a0da14f9b624f Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003) 
   * 438eecf51f0a2c08270ff6c1bca0ea2e4e83c594 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1069799095


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * a19a778f36d2ad00357691d4a04a0da14f9b624f Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003) 
   * 438eecf51f0a2c08270ff6c1bca0ea2e4e83c594 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * a19a778f36d2ad00357691d4a04a0da14f9b624f Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003) 
   * 438eecf51f0a2c08270ff6c1bca0ea2e4e83c594 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] alexeykudinkin commented on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1071493358


   Taking a step back here and looking at things more holistically I think we should actually approach it differently: we should actually change revisit this flow from how ListingBasedRollbackRequests are generated all the way to HoodieRollbackRequest generation.
   
   See, the flow right now does look like following for listing-based rollback:
   1. We first create `ListingBasedRollbackRequest` (there's not a lot of value in this abstraction since it is very shallow in itself, only contains `type` of the rollback and `partitionPath` which is obviously not enough to do the rollback)
   2. Then we actually create `HoodieRollbackRequest` based on the former ones
   
   Instead, we should combine these 2 steps into 1 very we directly generate `HoodieRollbackRequest` (similar to what MarkerBasedRollbackStrategy is doing). Flow would look like following in that case:
   1. If instant is completed — we rely on `CommitMetadata` to produce HoodieRollbackInstant
   2. If instant is incomplete — we actually list the files and do the instant based filtering
   
   cc @nsivabalan @xushiyan 


-- 
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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * f777921b8987e2e17134088e373fea88579514d7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074) 
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 175d11f12ff5e7fa06f4774e1fb0b52fd5005afa 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] alexeykudinkin commented on a change in pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on a change in pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#discussion_r831683651



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +84,242 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths = FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        List<ListingRollbackActionType> types = getListingRollbackType(instantToRollback, table, partitionPath);
+        for (ListingRollbackActionType type : types) {
+          switch (type) {
+            case DELETE_DATA_FILES_ONLY:
+              final FileStatus[] dataFilesToDeletedStatus = getBaseFilesToBeDeleted(metaClient, config, instantToRollback.getTimestamp(),
+                  partitionPath, metaClient.getFs());
+              List<String> dataFilesToBeDeleted = Arrays.stream(dataFilesToDeletedStatus).map(fileStatus -> {
+                String dataFileToBeDeleted = fileStatus.getPath().toString();
+                // strip scheme
+                return dataFileToBeDeleted.substring(dataFileToBeDeleted.indexOf(":") + 1);
+              }).collect(Collectors.toList());
+              hoodieRollbackRequests.add(new HoodieRollbackRequest(partitionPath,
+                  EMPTY_STRING, EMPTY_STRING, dataFilesToBeDeleted, Collections.emptyMap()));
+              break;
+            case DELETE_DATA_AND_LOG_FILES:
+              final FileStatus[] filesToDeletedStatus = getBaseAndLogFilesToBeDeleted(metaClient, instantToRollback, partitionPath);
+              List<String> filesToBeDeleted = Arrays.stream(filesToDeletedStatus).map(fileStatus -> {
+                String fileToBeDeleted = fileStatus.getPath().toString();
+                // strip scheme
+                return fileToBeDeleted.substring(fileToBeDeleted.indexOf(":") + 1);
+              }).collect(Collectors.toList());
+              hoodieRollbackRequests.add(new HoodieRollbackRequest(
+                  partitionPath, EMPTY_STRING, EMPTY_STRING, filesToBeDeleted, Collections.emptyMap()));
+              break;
+            case APPEND_ROLLBACK_BLOCK:
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              hoodieRollbackRequests.addAll(getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));
+              break;
+            default:
+              break;
+          }
+        }
+        return hoodieRollbackRequests.stream();
+      }, numPartitions);
+    } catch (Exception e) {
       LOG.error("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
       throw new HoodieRollbackException("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
     }
   }
+
+  private FileStatus[] getBaseFilesToBeDeleted(HoodieTableMetaClient metaClient, HoodieWriteConfig config,
+                                               String commit, String partitionPath, FileSystem fs) throws IOException {
+    LOG.info("Collecting files to be cleaned/rolledback up for path " + partitionPath + " and commit " + commit);
+    String basefileExtension = metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+    PathFilter filter = (path) -> {
+      if (path.toString().contains(basefileExtension)) {
+        String fileCommitTime = FSUtils.getCommitTime(path.getName());
+        return commit.equals(fileCommitTime);
+      }
+      return false;
+    };
+    return fs.listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
+  }
+
+  private FileStatus[] getBaseAndLogFilesToBeDeleted(HoodieTableMetaClient metaClient, HoodieInstant instantToRollback, String partitionPath) throws IOException {
+    HoodieActiveTimeline activeTimeline = metaClient.getActiveTimeline();
+    HoodieTimeline timeline = activeTimeline.getCommitsTimeline().filterCompletedInstants();
+    Option<HoodieCommitMetadata> commitMetadataOptional = getHoodieCommitMetadata(timeline, instantToRollback);
+    SerializablePathFilter pathFilter = getSerializablePathFilter(metaClient, instantToRollback.getTimestamp());
+    Path[] filePaths;
+    if (commitMetadataOptional.isPresent() && instantToRollback.isCompleted()
+        && !WriteOperationType.UNKNOWN.equals(commitMetadataOptional.get().getOperationType())) {
+      filePaths = getFilesFromCommitMetadata(metaClient, commitMetadataOptional.get(), partitionPath);
+    } else {
+      filePaths = listFilesToBeDeleted(metaClient, partitionPath);
+    }
+
+    return metaClient.getFs().listStatus(filePaths, pathFilter);
+  }
+
+  private static Path[] listFilesToBeDeleted(HoodieTableMetaClient metaClient, String partitionPath) {

Review comment:
       If we're just accessing the base-path there's no need to pass whole `metaClient`, right?

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -18,33 +18,60 @@
 
 package org.apache.hudi.table.action.rollback;
 
+import org.apache.hadoop.fs.FileStatus;
+import org.apache.hadoop.fs.FileSystem;
+import org.apache.hadoop.fs.Path;
+import org.apache.hadoop.fs.PathFilter;
 import org.apache.hudi.avro.model.HoodieRollbackRequest;
 import org.apache.hudi.common.engine.HoodieEngineContext;
+import org.apache.hudi.common.fs.FSUtils;
+import org.apache.hudi.common.model.FileSlice;
+import org.apache.hudi.common.model.HoodieCommitMetadata;
+import org.apache.hudi.common.model.HoodieRecordPayload;
 import org.apache.hudi.common.model.HoodieTableType;
+import org.apache.hudi.common.model.HoodieWriteStat;
+import org.apache.hudi.common.model.WriteOperationType;
+import org.apache.hudi.common.table.HoodieTableMetaClient;
+import org.apache.hudi.common.table.timeline.HoodieActiveTimeline;
 import org.apache.hudi.common.table.timeline.HoodieInstant;
+import org.apache.hudi.common.table.timeline.HoodieTimeline;
+import org.apache.hudi.common.util.Option;
 import org.apache.hudi.config.HoodieWriteConfig;
 import org.apache.hudi.exception.HoodieRollbackException;
 import org.apache.hudi.table.HoodieTable;
-
 import org.apache.log4j.LogManager;
 import org.apache.log4j.Logger;
+import org.jetbrains.annotations.NotNull;
 
 import java.io.IOException;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.Collections;
 import java.util.List;
+import java.util.Map;
+import java.util.function.Function;
+import java.util.stream.Collectors;
+
+import static org.apache.hudi.client.utils.MetadataConversionUtils.getHoodieCommitMetadata;
+import static org.apache.hudi.common.util.ValidationUtils.checkArgument;
+import static org.apache.hudi.table.action.rollback.BaseRollbackHelper.EMPTY_STRING;
 
 /**
  * Listing based rollback strategy to fetch list of {@link HoodieRollbackRequest}s.
  */
-public class ListingBasedRollbackStrategy implements BaseRollbackPlanActionExecutor.RollbackStrategy {
+public class ListingBasedRollbackStrategy<T extends HoodieRecordPayload, I, K, O> implements BaseRollbackPlanActionExecutor.RollbackStrategy {

Review comment:
       This should not be necessary

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +84,242 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths = FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        List<ListingRollbackActionType> types = getListingRollbackType(instantToRollback, table, partitionPath);
+        for (ListingRollbackActionType type : types) {
+          switch (type) {
+            case DELETE_DATA_FILES_ONLY:
+              final FileStatus[] dataFilesToDeletedStatus = getBaseFilesToBeDeleted(metaClient, config, instantToRollback.getTimestamp(),
+                  partitionPath, metaClient.getFs());
+              List<String> dataFilesToBeDeleted = Arrays.stream(dataFilesToDeletedStatus).map(fileStatus -> {
+                String dataFileToBeDeleted = fileStatus.getPath().toString();
+                // strip scheme
+                return dataFileToBeDeleted.substring(dataFileToBeDeleted.indexOf(":") + 1);

Review comment:
       Let's extract this to a method and handle the case when there's no scheme in the path

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +84,242 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths = FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        List<ListingRollbackActionType> types = getListingRollbackType(instantToRollback, table, partitionPath);
+        for (ListingRollbackActionType type : types) {
+          switch (type) {
+            case DELETE_DATA_FILES_ONLY:
+              final FileStatus[] dataFilesToDeletedStatus = getBaseFilesToBeDeleted(metaClient, config, instantToRollback.getTimestamp(),
+                  partitionPath, metaClient.getFs());
+              List<String> dataFilesToBeDeleted = Arrays.stream(dataFilesToDeletedStatus).map(fileStatus -> {
+                String dataFileToBeDeleted = fileStatus.getPath().toString();
+                // strip scheme
+                return dataFileToBeDeleted.substring(dataFileToBeDeleted.indexOf(":") + 1);
+              }).collect(Collectors.toList());
+              hoodieRollbackRequests.add(new HoodieRollbackRequest(partitionPath,
+                  EMPTY_STRING, EMPTY_STRING, dataFilesToBeDeleted, Collections.emptyMap()));
+              break;
+            case DELETE_DATA_AND_LOG_FILES:
+              final FileStatus[] filesToDeletedStatus = getBaseAndLogFilesToBeDeleted(metaClient, instantToRollback, partitionPath);
+              List<String> filesToBeDeleted = Arrays.stream(filesToDeletedStatus).map(fileStatus -> {
+                String fileToBeDeleted = fileStatus.getPath().toString();
+                // strip scheme
+                return fileToBeDeleted.substring(fileToBeDeleted.indexOf(":") + 1);
+              }).collect(Collectors.toList());
+              hoodieRollbackRequests.add(new HoodieRollbackRequest(
+                  partitionPath, EMPTY_STRING, EMPTY_STRING, filesToBeDeleted, Collections.emptyMap()));
+              break;
+            case APPEND_ROLLBACK_BLOCK:
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              hoodieRollbackRequests.addAll(getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));
+              break;
+            default:
+              break;
+          }
+        }
+        return hoodieRollbackRequests.stream();
+      }, numPartitions);
+    } catch (Exception e) {
       LOG.error("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
       throw new HoodieRollbackException("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
     }
   }
+
+  private FileStatus[] getBaseFilesToBeDeleted(HoodieTableMetaClient metaClient, HoodieWriteConfig config,
+                                               String commit, String partitionPath, FileSystem fs) throws IOException {
+    LOG.info("Collecting files to be cleaned/rolledback up for path " + partitionPath + " and commit " + commit);
+    String basefileExtension = metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+    PathFilter filter = (path) -> {
+      if (path.toString().contains(basefileExtension)) {
+        String fileCommitTime = FSUtils.getCommitTime(path.getName());
+        return commit.equals(fileCommitTime);
+      }
+      return false;
+    };
+    return fs.listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
+  }
+
+  private FileStatus[] getBaseAndLogFilesToBeDeleted(HoodieTableMetaClient metaClient, HoodieInstant instantToRollback, String partitionPath) throws IOException {
+    HoodieActiveTimeline activeTimeline = metaClient.getActiveTimeline();
+    HoodieTimeline timeline = activeTimeline.getCommitsTimeline().filterCompletedInstants();
+    Option<HoodieCommitMetadata> commitMetadataOptional = getHoodieCommitMetadata(timeline, instantToRollback);
+    SerializablePathFilter pathFilter = getSerializablePathFilter(metaClient, instantToRollback.getTimestamp());
+    Path[] filePaths;
+    if (commitMetadataOptional.isPresent() && instantToRollback.isCompleted()
+        && !WriteOperationType.UNKNOWN.equals(commitMetadataOptional.get().getOperationType())) {
+      filePaths = getFilesFromCommitMetadata(metaClient, commitMetadataOptional.get(), partitionPath);
+    } else {
+      filePaths = listFilesToBeDeleted(metaClient, partitionPath);
+    }
+
+    return metaClient.getFs().listStatus(filePaths, pathFilter);
+  }
+
+  private static Path[] listFilesToBeDeleted(HoodieTableMetaClient metaClient, String partitionPath) {
+    return new Path[]{FSUtils.getPartitionPath(metaClient.getBasePath(), partitionPath)};
+  }
+
+  private static Path[] getFilesFromCommitMetadata(HoodieTableMetaClient metaClient, HoodieCommitMetadata commitMetadata, String partitionPath) {

Review comment:
       Same as above

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +84,242 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths = FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        List<ListingRollbackActionType> types = getListingRollbackType(instantToRollback, table, partitionPath);
+        for (ListingRollbackActionType type : types) {
+          switch (type) {
+            case DELETE_DATA_FILES_ONLY:
+              final FileStatus[] dataFilesToDeletedStatus = getBaseFilesToBeDeleted(metaClient, config, instantToRollback.getTimestamp(),
+                  partitionPath, metaClient.getFs());
+              List<String> dataFilesToBeDeleted = Arrays.stream(dataFilesToDeletedStatus).map(fileStatus -> {
+                String dataFileToBeDeleted = fileStatus.getPath().toString();
+                // strip scheme
+                return dataFileToBeDeleted.substring(dataFileToBeDeleted.indexOf(":") + 1);
+              }).collect(Collectors.toList());
+              hoodieRollbackRequests.add(new HoodieRollbackRequest(partitionPath,
+                  EMPTY_STRING, EMPTY_STRING, dataFilesToBeDeleted, Collections.emptyMap()));
+              break;
+            case DELETE_DATA_AND_LOG_FILES:
+              final FileStatus[] filesToDeletedStatus = getBaseAndLogFilesToBeDeleted(metaClient, instantToRollback, partitionPath);
+              List<String> filesToBeDeleted = Arrays.stream(filesToDeletedStatus).map(fileStatus -> {
+                String fileToBeDeleted = fileStatus.getPath().toString();
+                // strip scheme
+                return fileToBeDeleted.substring(fileToBeDeleted.indexOf(":") + 1);
+              }).collect(Collectors.toList());
+              hoodieRollbackRequests.add(new HoodieRollbackRequest(
+                  partitionPath, EMPTY_STRING, EMPTY_STRING, filesToBeDeleted, Collections.emptyMap()));
+              break;
+            case APPEND_ROLLBACK_BLOCK:
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              hoodieRollbackRequests.addAll(getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));
+              break;
+            default:
+              break;
+          }
+        }
+        return hoodieRollbackRequests.stream();
+      }, numPartitions);
+    } catch (Exception e) {
       LOG.error("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
       throw new HoodieRollbackException("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
     }
   }
+
+  private FileStatus[] getBaseFilesToBeDeleted(HoodieTableMetaClient metaClient, HoodieWriteConfig config,
+                                               String commit, String partitionPath, FileSystem fs) throws IOException {
+    LOG.info("Collecting files to be cleaned/rolledback up for path " + partitionPath + " and commit " + commit);
+    String basefileExtension = metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+    PathFilter filter = (path) -> {
+      if (path.toString().contains(basefileExtension)) {
+        String fileCommitTime = FSUtils.getCommitTime(path.getName());
+        return commit.equals(fileCommitTime);
+      }
+      return false;
+    };
+    return fs.listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
+  }
+
+  private FileStatus[] getBaseAndLogFilesToBeDeleted(HoodieTableMetaClient metaClient, HoodieInstant instantToRollback, String partitionPath) throws IOException {
+    HoodieActiveTimeline activeTimeline = metaClient.getActiveTimeline();
+    HoodieTimeline timeline = activeTimeline.getCommitsTimeline().filterCompletedInstants();
+    Option<HoodieCommitMetadata> commitMetadataOptional = getHoodieCommitMetadata(timeline, instantToRollback);
+    SerializablePathFilter pathFilter = getSerializablePathFilter(metaClient, instantToRollback.getTimestamp());
+    Path[] filePaths;
+    if (commitMetadataOptional.isPresent() && instantToRollback.isCompleted()
+        && !WriteOperationType.UNKNOWN.equals(commitMetadataOptional.get().getOperationType())) {
+      filePaths = getFilesFromCommitMetadata(metaClient, commitMetadataOptional.get(), partitionPath);
+    } else {
+      filePaths = listFilesToBeDeleted(metaClient, partitionPath);
+    }
+
+    return metaClient.getFs().listStatus(filePaths, pathFilter);
+  }
+
+  private static Path[] listFilesToBeDeleted(HoodieTableMetaClient metaClient, String partitionPath) {
+    return new Path[]{FSUtils.getPartitionPath(metaClient.getBasePath(), partitionPath)};
+  }
+
+  private static Path[] getFilesFromCommitMetadata(HoodieTableMetaClient metaClient, HoodieCommitMetadata commitMetadata, String partitionPath) {
+    List<String> fullPaths = commitMetadata.getFullPathsByPartitionPath(metaClient.getBasePath(), partitionPath);
+    return fullPaths.stream().map(Path::new).toArray(Path[]::new);
+  }
+
+  @NotNull
+  private static SerializablePathFilter getSerializablePathFilter(HoodieTableMetaClient metaClient, String commit) {
+    String basefileExtension = metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+    return (path) -> {
+      if (path.toString().endsWith(basefileExtension)) {
+        String fileCommitTime = FSUtils.getCommitTime(path.getName());
+        return commit.equals(fileCommitTime);
+      } else if (FSUtils.isLogFile(path)) {
+        // Since the baseCommitTime is the only commit for new log files, it's okay here
+        String fileCommitTime = FSUtils.getBaseCommitTimeFromLogPath(path);
+        return commit.equals(fileCommitTime);
+      }
+      return false;
+    };
+  }
+
+  private static List<ListingRollbackActionType> getListingRollbackType(HoodieInstant instantToRollback,
+                                                                        HoodieTable<?, ?, ?, ?> table, String partitionPath) throws IOException {
+    List<ListingRollbackActionType> listingRollbackActionTypes = new ArrayList<>(2);
+    if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
+      listingRollbackActionTypes.add(ListingRollbackActionType.DELETE_DATA_AND_LOG_FILES);
+    } else {
+      String commit = instantToRollback.getTimestamp();
+      HoodieActiveTimeline activeTimeline = table.getMetaClient().reloadActiveTimeline();
+      switch (instantToRollback.getAction()) {
+        case HoodieTimeline.COMMIT_ACTION:
+        case HoodieTimeline.REPLACE_COMMIT_ACTION:
+          listingRollbackActionTypes.add(ListingRollbackActionType.DELETE_DATA_AND_LOG_FILES);

Review comment:
       Please ditto in all branches

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +84,242 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths = FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        List<ListingRollbackActionType> types = getListingRollbackType(instantToRollback, table, partitionPath);

Review comment:
       We will need to untangle this a little bit -- i don't think it's possible for a single commit to write both base files _and_  log files, hence rollback should only be handling either of this.
   
   cc @nsivabalan 

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +84,242 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths = FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        List<ListingRollbackActionType> types = getListingRollbackType(instantToRollback, table, partitionPath);
+        for (ListingRollbackActionType type : types) {
+          switch (type) {
+            case DELETE_DATA_FILES_ONLY:
+              final FileStatus[] dataFilesToDeletedStatus = getBaseFilesToBeDeleted(metaClient, config, instantToRollback.getTimestamp(),
+                  partitionPath, metaClient.getFs());
+              List<String> dataFilesToBeDeleted = Arrays.stream(dataFilesToDeletedStatus).map(fileStatus -> {
+                String dataFileToBeDeleted = fileStatus.getPath().toString();
+                // strip scheme
+                return dataFileToBeDeleted.substring(dataFileToBeDeleted.indexOf(":") + 1);
+              }).collect(Collectors.toList());
+              hoodieRollbackRequests.add(new HoodieRollbackRequest(partitionPath,
+                  EMPTY_STRING, EMPTY_STRING, dataFilesToBeDeleted, Collections.emptyMap()));
+              break;
+            case DELETE_DATA_AND_LOG_FILES:
+              final FileStatus[] filesToDeletedStatus = getBaseAndLogFilesToBeDeleted(metaClient, instantToRollback, partitionPath);
+              List<String> filesToBeDeleted = Arrays.stream(filesToDeletedStatus).map(fileStatus -> {
+                String fileToBeDeleted = fileStatus.getPath().toString();
+                // strip scheme
+                return fileToBeDeleted.substring(fileToBeDeleted.indexOf(":") + 1);
+              }).collect(Collectors.toList());
+              hoodieRollbackRequests.add(new HoodieRollbackRequest(
+                  partitionPath, EMPTY_STRING, EMPTY_STRING, filesToBeDeleted, Collections.emptyMap()));
+              break;
+            case APPEND_ROLLBACK_BLOCK:
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              hoodieRollbackRequests.addAll(getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));
+              break;
+            default:
+              break;
+          }
+        }
+        return hoodieRollbackRequests.stream();
+      }, numPartitions);
+    } catch (Exception e) {
       LOG.error("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
       throw new HoodieRollbackException("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
     }
   }
+
+  private FileStatus[] getBaseFilesToBeDeleted(HoodieTableMetaClient metaClient, HoodieWriteConfig config,
+                                               String commit, String partitionPath, FileSystem fs) throws IOException {
+    LOG.info("Collecting files to be cleaned/rolledback up for path " + partitionPath + " and commit " + commit);
+    String basefileExtension = metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+    PathFilter filter = (path) -> {
+      if (path.toString().contains(basefileExtension)) {
+        String fileCommitTime = FSUtils.getCommitTime(path.getName());
+        return commit.equals(fileCommitTime);
+      }
+      return false;
+    };
+    return fs.listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
+  }
+
+  private FileStatus[] getBaseAndLogFilesToBeDeleted(HoodieTableMetaClient metaClient, HoodieInstant instantToRollback, String partitionPath) throws IOException {
+    HoodieActiveTimeline activeTimeline = metaClient.getActiveTimeline();
+    HoodieTimeline timeline = activeTimeline.getCommitsTimeline().filterCompletedInstants();
+    Option<HoodieCommitMetadata> commitMetadataOptional = getHoodieCommitMetadata(timeline, instantToRollback);
+    SerializablePathFilter pathFilter = getSerializablePathFilter(metaClient, instantToRollback.getTimestamp());
+    Path[] filePaths;
+    if (commitMetadataOptional.isPresent() && instantToRollback.isCompleted()
+        && !WriteOperationType.UNKNOWN.equals(commitMetadataOptional.get().getOperationType())) {
+      filePaths = getFilesFromCommitMetadata(metaClient, commitMetadataOptional.get(), partitionPath);
+    } else {
+      filePaths = listFilesToBeDeleted(metaClient, partitionPath);
+    }
+
+    return metaClient.getFs().listStatus(filePaths, pathFilter);
+  }
+
+  private static Path[] listFilesToBeDeleted(HoodieTableMetaClient metaClient, String partitionPath) {
+    return new Path[]{FSUtils.getPartitionPath(metaClient.getBasePath(), partitionPath)};
+  }
+
+  private static Path[] getFilesFromCommitMetadata(HoodieTableMetaClient metaClient, HoodieCommitMetadata commitMetadata, String partitionPath) {
+    List<String> fullPaths = commitMetadata.getFullPathsByPartitionPath(metaClient.getBasePath(), partitionPath);
+    return fullPaths.stream().map(Path::new).toArray(Path[]::new);
+  }
+
+  @NotNull
+  private static SerializablePathFilter getSerializablePathFilter(HoodieTableMetaClient metaClient, String commit) {

Review comment:
       Please do holistic eval of all parameters being passed and let's make sure that we pass only necessary payload

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +84,242 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths = FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        List<ListingRollbackActionType> types = getListingRollbackType(instantToRollback, table, partitionPath);
+        for (ListingRollbackActionType type : types) {
+          switch (type) {
+            case DELETE_DATA_FILES_ONLY:
+              final FileStatus[] dataFilesToDeletedStatus = getBaseFilesToBeDeleted(metaClient, config, instantToRollback.getTimestamp(),
+                  partitionPath, metaClient.getFs());
+              List<String> dataFilesToBeDeleted = Arrays.stream(dataFilesToDeletedStatus).map(fileStatus -> {
+                String dataFileToBeDeleted = fileStatus.getPath().toString();
+                // strip scheme
+                return dataFileToBeDeleted.substring(dataFileToBeDeleted.indexOf(":") + 1);
+              }).collect(Collectors.toList());
+              hoodieRollbackRequests.add(new HoodieRollbackRequest(partitionPath,
+                  EMPTY_STRING, EMPTY_STRING, dataFilesToBeDeleted, Collections.emptyMap()));
+              break;
+            case DELETE_DATA_AND_LOG_FILES:
+              final FileStatus[] filesToDeletedStatus = getBaseAndLogFilesToBeDeleted(metaClient, instantToRollback, partitionPath);
+              List<String> filesToBeDeleted = Arrays.stream(filesToDeletedStatus).map(fileStatus -> {
+                String fileToBeDeleted = fileStatus.getPath().toString();
+                // strip scheme
+                return fileToBeDeleted.substring(fileToBeDeleted.indexOf(":") + 1);
+              }).collect(Collectors.toList());
+              hoodieRollbackRequests.add(new HoodieRollbackRequest(
+                  partitionPath, EMPTY_STRING, EMPTY_STRING, filesToBeDeleted, Collections.emptyMap()));
+              break;
+            case APPEND_ROLLBACK_BLOCK:
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              hoodieRollbackRequests.addAll(getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));
+              break;
+            default:
+              break;
+          }
+        }
+        return hoodieRollbackRequests.stream();
+      }, numPartitions);
+    } catch (Exception e) {
       LOG.error("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
       throw new HoodieRollbackException("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
     }
   }
+
+  private FileStatus[] getBaseFilesToBeDeleted(HoodieTableMetaClient metaClient, HoodieWriteConfig config,
+                                               String commit, String partitionPath, FileSystem fs) throws IOException {
+    LOG.info("Collecting files to be cleaned/rolledback up for path " + partitionPath + " and commit " + commit);
+    String basefileExtension = metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+    PathFilter filter = (path) -> {
+      if (path.toString().contains(basefileExtension)) {
+        String fileCommitTime = FSUtils.getCommitTime(path.getName());
+        return commit.equals(fileCommitTime);
+      }
+      return false;
+    };
+    return fs.listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
+  }
+
+  private FileStatus[] getBaseAndLogFilesToBeDeleted(HoodieTableMetaClient metaClient, HoodieInstant instantToRollback, String partitionPath) throws IOException {
+    HoodieActiveTimeline activeTimeline = metaClient.getActiveTimeline();
+    HoodieTimeline timeline = activeTimeline.getCommitsTimeline().filterCompletedInstants();
+    Option<HoodieCommitMetadata> commitMetadataOptional = getHoodieCommitMetadata(timeline, instantToRollback);
+    SerializablePathFilter pathFilter = getSerializablePathFilter(metaClient, instantToRollback.getTimestamp());
+    Path[] filePaths;
+    if (commitMetadataOptional.isPresent() && instantToRollback.isCompleted()
+        && !WriteOperationType.UNKNOWN.equals(commitMetadataOptional.get().getOperationType())) {
+      filePaths = getFilesFromCommitMetadata(metaClient, commitMetadataOptional.get(), partitionPath);
+    } else {
+      filePaths = listFilesToBeDeleted(metaClient, partitionPath);
+    }
+
+    return metaClient.getFs().listStatus(filePaths, pathFilter);
+  }
+
+  private static Path[] listFilesToBeDeleted(HoodieTableMetaClient metaClient, String partitionPath) {
+    return new Path[]{FSUtils.getPartitionPath(metaClient.getBasePath(), partitionPath)};
+  }
+
+  private static Path[] getFilesFromCommitMetadata(HoodieTableMetaClient metaClient, HoodieCommitMetadata commitMetadata, String partitionPath) {
+    List<String> fullPaths = commitMetadata.getFullPathsByPartitionPath(metaClient.getBasePath(), partitionPath);
+    return fullPaths.stream().map(Path::new).toArray(Path[]::new);
+  }
+
+  @NotNull
+  private static SerializablePathFilter getSerializablePathFilter(HoodieTableMetaClient metaClient, String commit) {
+    String basefileExtension = metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+    return (path) -> {
+      if (path.toString().endsWith(basefileExtension)) {
+        String fileCommitTime = FSUtils.getCommitTime(path.getName());
+        return commit.equals(fileCommitTime);
+      } else if (FSUtils.isLogFile(path)) {
+        // Since the baseCommitTime is the only commit for new log files, it's okay here
+        String fileCommitTime = FSUtils.getBaseCommitTimeFromLogPath(path);
+        return commit.equals(fileCommitTime);
+      }
+      return false;
+    };
+  }
+
+  private static List<ListingRollbackActionType> getListingRollbackType(HoodieInstant instantToRollback,
+                                                                        HoodieTable<?, ?, ?, ?> table, String partitionPath) throws IOException {
+    List<ListingRollbackActionType> listingRollbackActionTypes = new ArrayList<>(2);
+    if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
+      listingRollbackActionTypes.add(ListingRollbackActionType.DELETE_DATA_AND_LOG_FILES);
+    } else {
+      String commit = instantToRollback.getTimestamp();
+      HoodieActiveTimeline activeTimeline = table.getMetaClient().reloadActiveTimeline();
+      switch (instantToRollback.getAction()) {
+        case HoodieTimeline.COMMIT_ACTION:
+        case HoodieTimeline.REPLACE_COMMIT_ACTION:
+          listingRollbackActionTypes.add(ListingRollbackActionType.DELETE_DATA_AND_LOG_FILES);

Review comment:
       Let's simplify control flow and just return here

##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +84,242 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths = FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        List<ListingRollbackActionType> types = getListingRollbackType(instantToRollback, table, partitionPath);
+        for (ListingRollbackActionType type : types) {
+          switch (type) {
+            case DELETE_DATA_FILES_ONLY:
+              final FileStatus[] dataFilesToDeletedStatus = getBaseFilesToBeDeleted(metaClient, config, instantToRollback.getTimestamp(),
+                  partitionPath, metaClient.getFs());
+              List<String> dataFilesToBeDeleted = Arrays.stream(dataFilesToDeletedStatus).map(fileStatus -> {
+                String dataFileToBeDeleted = fileStatus.getPath().toString();
+                // strip scheme
+                return dataFileToBeDeleted.substring(dataFileToBeDeleted.indexOf(":") + 1);
+              }).collect(Collectors.toList());
+              hoodieRollbackRequests.add(new HoodieRollbackRequest(partitionPath,
+                  EMPTY_STRING, EMPTY_STRING, dataFilesToBeDeleted, Collections.emptyMap()));
+              break;
+            case DELETE_DATA_AND_LOG_FILES:
+              final FileStatus[] filesToDeletedStatus = getBaseAndLogFilesToBeDeleted(metaClient, instantToRollback, partitionPath);
+              List<String> filesToBeDeleted = Arrays.stream(filesToDeletedStatus).map(fileStatus -> {
+                String fileToBeDeleted = fileStatus.getPath().toString();
+                // strip scheme
+                return fileToBeDeleted.substring(fileToBeDeleted.indexOf(":") + 1);
+              }).collect(Collectors.toList());
+              hoodieRollbackRequests.add(new HoodieRollbackRequest(
+                  partitionPath, EMPTY_STRING, EMPTY_STRING, filesToBeDeleted, Collections.emptyMap()));
+              break;
+            case APPEND_ROLLBACK_BLOCK:
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              hoodieRollbackRequests.addAll(getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));
+              break;
+            default:
+              break;
+          }
+        }
+        return hoodieRollbackRequests.stream();
+      }, numPartitions);
+    } catch (Exception e) {
       LOG.error("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
       throw new HoodieRollbackException("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
     }
   }
+
+  private FileStatus[] getBaseFilesToBeDeleted(HoodieTableMetaClient metaClient, HoodieWriteConfig config,
+                                               String commit, String partitionPath, FileSystem fs) throws IOException {
+    LOG.info("Collecting files to be cleaned/rolledback up for path " + partitionPath + " and commit " + commit);
+    String basefileExtension = metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+    PathFilter filter = (path) -> {
+      if (path.toString().contains(basefileExtension)) {
+        String fileCommitTime = FSUtils.getCommitTime(path.getName());
+        return commit.equals(fileCommitTime);
+      }
+      return false;
+    };
+    return fs.listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
+  }
+
+  private FileStatus[] getBaseAndLogFilesToBeDeleted(HoodieTableMetaClient metaClient, HoodieInstant instantToRollback, String partitionPath) throws IOException {
+    HoodieActiveTimeline activeTimeline = metaClient.getActiveTimeline();
+    HoodieTimeline timeline = activeTimeline.getCommitsTimeline().filterCompletedInstants();
+    Option<HoodieCommitMetadata> commitMetadataOptional = getHoodieCommitMetadata(timeline, instantToRollback);
+    SerializablePathFilter pathFilter = getSerializablePathFilter(metaClient, instantToRollback.getTimestamp());
+    Path[] filePaths;
+    if (commitMetadataOptional.isPresent() && instantToRollback.isCompleted()
+        && !WriteOperationType.UNKNOWN.equals(commitMetadataOptional.get().getOperationType())) {
+      filePaths = getFilesFromCommitMetadata(metaClient, commitMetadataOptional.get(), partitionPath);
+    } else {
+      filePaths = listFilesToBeDeleted(metaClient, partitionPath);
+    }
+
+    return metaClient.getFs().listStatus(filePaths, pathFilter);
+  }
+
+  private static Path[] listFilesToBeDeleted(HoodieTableMetaClient metaClient, String partitionPath) {
+    return new Path[]{FSUtils.getPartitionPath(metaClient.getBasePath(), partitionPath)};
+  }
+
+  private static Path[] getFilesFromCommitMetadata(HoodieTableMetaClient metaClient, HoodieCommitMetadata commitMetadata, String partitionPath) {
+    List<String> fullPaths = commitMetadata.getFullPathsByPartitionPath(metaClient.getBasePath(), partitionPath);
+    return fullPaths.stream().map(Path::new).toArray(Path[]::new);
+  }
+
+  @NotNull
+  private static SerializablePathFilter getSerializablePathFilter(HoodieTableMetaClient metaClient, String commit) {
+    String basefileExtension = metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+    return (path) -> {
+      if (path.toString().endsWith(basefileExtension)) {
+        String fileCommitTime = FSUtils.getCommitTime(path.getName());
+        return commit.equals(fileCommitTime);
+      } else if (FSUtils.isLogFile(path)) {
+        // Since the baseCommitTime is the only commit for new log files, it's okay here
+        String fileCommitTime = FSUtils.getBaseCommitTimeFromLogPath(path);
+        return commit.equals(fileCommitTime);
+      }
+      return false;
+    };
+  }
+
+  private static List<ListingRollbackActionType> getListingRollbackType(HoodieInstant instantToRollback,
+                                                                        HoodieTable<?, ?, ?, ?> table, String partitionPath) throws IOException {
+    List<ListingRollbackActionType> listingRollbackActionTypes = new ArrayList<>(2);
+    if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
+      listingRollbackActionTypes.add(ListingRollbackActionType.DELETE_DATA_AND_LOG_FILES);
+    } else {
+      String commit = instantToRollback.getTimestamp();
+      HoodieActiveTimeline activeTimeline = table.getMetaClient().reloadActiveTimeline();
+      switch (instantToRollback.getAction()) {
+        case HoodieTimeline.COMMIT_ACTION:
+        case HoodieTimeline.REPLACE_COMMIT_ACTION:
+          listingRollbackActionTypes.add(ListingRollbackActionType.DELETE_DATA_AND_LOG_FILES);
+          break;
+        case HoodieTimeline.COMPACTION_ACTION:
+          // If there is no delta commit present after the current commit (if compaction), no action, else we
+          // need to make sure that a compaction commit rollback also deletes any log files written as part of the
+          // succeeding deltacommit.
+          boolean higherDeltaCommits =
+              !activeTimeline.getDeltaCommitTimeline().filterCompletedInstants().findInstantsAfter(commit, 1).empty();
+          if (higherDeltaCommits) {
+            // Rollback of a compaction action with no higher deltacommit means that the compaction is scheduled
+            // and has not yet finished. In this scenario we should delete only the newly created base files
+            // and not corresponding base commit log files created with this as baseCommit since updates would
+            // have been written to the log files.
+            listingRollbackActionTypes.add(ListingRollbackActionType.DELETE_DATA_FILES_ONLY);
+          } else {
+            // No deltacommits present after this compaction commit (inflight or requested). In this case, we
+            // can also delete any log files that were created with this compaction commit as base
+            // commit.
+            listingRollbackActionTypes.add(ListingRollbackActionType.DELETE_DATA_AND_LOG_FILES);
+          }
+          break;
+        case HoodieTimeline.DELTA_COMMIT_ACTION:
+          // --------------------------------------------------------------------------------------------------
+          // (A) The following cases are possible if index.canIndexLogFiles and/or index.isGlobal

Review comment:
       Note to self: we need to review and update this comments as they seem to be out of sync with the code




-- 
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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1072981771


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * f777921b8987e2e17134088e373fea88579514d7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074) 
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 175d11f12ff5e7fa06f4774e1fb0b52fd5005afa Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1075860567


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 4e7d5813de07e014ffa223e8c2e5b9960d062103 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090) 
   * a32a138bee8cb755b682c3c6dd97cd2831d0787e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 72c927362484d42fa021edeb6cc76eb979801468 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366) 
   * 9b058b037878c72205bcbbfb3baa2bfe95db736f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 9b058b037878c72205bcbbfb3baa2bfe95db736f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387) 
   * a94966d1a406ce6d0db3806ebe1346245c6ef1e9 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542",
       "triggerID" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a94966d1a406ce6d0db3806ebe1346245c6ef1e9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393) 
   * d50f262e15fdb2f8a2854d911b08064fa6f1833c UNKNOWN
   * 3cbd929f41ce4669ae4c8027cea3fc218e1b1853 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1082855786


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542",
       "triggerID" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "triggerType" : "PUSH"
     }, {
       "hash" : "46aea1281a8478aa21307bb9f5ae3ce659f62150",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "46aea1281a8478aa21307bb9f5ae3ce659f62150",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * d50f262e15fdb2f8a2854d911b08064fa6f1833c UNKNOWN
   * 3cbd929f41ce4669ae4c8027cea3fc218e1b1853 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542) 
   * 46aea1281a8478aa21307bb9f5ae3ce659f62150 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019) 
   
   <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] XuQianJin-Stars commented on a change in pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on a change in pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#discussion_r838339208



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +81,252 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths =
+          FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
+          hoodieRollbackRequests.add(
+              deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+        } else {
+          String commit = instantToRollback.getTimestamp();
+          HoodieActiveTimeline activeTimeline = table.getMetaClient().reloadActiveTimeline();
+          switch (instantToRollback.getAction()) {
+            case HoodieTimeline.COMMIT_ACTION:
+            case HoodieTimeline.REPLACE_COMMIT_ACTION:
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              break;
+            case HoodieTimeline.COMPACTION_ACTION:
+              // If there is no delta commit present after the current commit (if compaction), no action, else we
+              // need to make sure that a compaction commit rollback also deletes any log files written as part of the
+              // succeeding deltacommit.
+              boolean higherDeltaCommits =
+                  !activeTimeline.getDeltaCommitTimeline().filterCompletedInstants().findInstantsAfter(commit, 1)
+                      .empty();
+              if (higherDeltaCommits) {
+                // Rollback of a compaction action with no higher deltacommit means that the compaction is scheduled
+                // and has not yet finished. In this scenario we should delete only the newly created base files
+                // and not corresponding base commit log files created with this as baseCommit since updates would
+                // have been written to the log files.
+                String baseFileExtension = getBaseFileExtension(metaClient);
+                hoodieRollbackRequests.add(deleteDataFilesOnlyRollbackRequest(instantToRollback, baseFileExtension, partitionPath,
+                        metaClient.getFs()));
+              } else {
+                // No deltacommits present after this compaction commit (inflight or requested). In this case, we
+                // can also delete any log files that were created with this compaction commit as base
+                // commit.
+                hoodieRollbackRequests.add(
+                    deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              }
+              break;
+            case HoodieTimeline.DELTA_COMMIT_ACTION:
+              // --------------------------------------------------------------------------------------------------
+              // (A) The following cases are possible if index.canIndexLogFiles and/or index.isGlobal
+              // --------------------------------------------------------------------------------------------------
+              // (A.1) Failed first commit - Inserts were written to log files and HoodieWriteStat has no entries. In
+              // this scenario we would want to delete these log files.
+              // (A.2) Failed recurring commit - Inserts/Updates written to log files. In this scenario,
+              // HoodieWriteStat will have the baseCommitTime for the first log file written, add rollback blocks.
+              // (A.3) Rollback triggered for first commit - Inserts were written to the log files but the commit is
+              // being reverted. In this scenario, HoodieWriteStat will be `null` for the attribute prevCommitTime and
+              // and hence will end up deleting these log files. This is done so there are no orphan log files
+              // lying around.
+              // (A.4) Rollback triggered for recurring commits - Inserts/Updates are being rolled back, the actions
+              // taken in this scenario is a combination of (A.2) and (A.3)
+              // ---------------------------------------------------------------------------------------------------
+              // (B) The following cases are possible if !index.canIndexLogFiles and/or !index.isGlobal
+              // ---------------------------------------------------------------------------------------------------
+              // (B.1) Failed first commit - Inserts were written to base files and HoodieWriteStat has no entries.
+              // In this scenario, we delete all the base files written for the failed commit.
+              // (B.2) Failed recurring commits - Inserts were written to base files and updates to log files. In
+              // this scenario, perform (A.1) and for updates written to log files, write rollback blocks.
+              // (B.3) Rollback triggered for first commit - Same as (B.1)
+              // (B.4) Rollback triggered for recurring commits - Same as (B.2) plus we need to delete the log files
+              // as well if the base base file gets deleted.
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              // In case all data was inserts and the commit failed, delete the file belonging to that commit
+              // We do not know fileIds for inserts (first inserts are either log files or base files),
+              // delete all files for the corresponding failed commit, if present (same as COW)
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+
+              // append rollback blocks for updates and inserts as A.2 and B.2
+              if (commitMetadata.getPartitionToWriteStats().containsKey(partitionPath)) {
+                hoodieRollbackRequests.addAll(
+                    getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));
+              }
+              break;
+            default:
+              throw new HoodieRollbackException("Unknown listing type, during rollback of " + instantToRollback);
+          }
+        }
+        return hoodieRollbackRequests.stream();
+      }, numPartitions);
+    } catch (Exception e) {
       LOG.error("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
       throw new HoodieRollbackException("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
     }
   }
+
+  private String getBaseFileExtension(HoodieTableMetaClient metaClient) {
+    return metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+  }
+
+  @NotNull
+  private HoodieRollbackRequest deleteDataAndLogFilesRollbackRequest(HoodieInstant instantToRollback,
+                                                                     HoodieTableMetaClient metaClient,
+                                                                     String partitionPath)
+      throws IOException {
+    final FileStatus[] filesToDeletedStatus = getBaseAndLogFilesToBeDeleted(metaClient, instantToRollback, partitionPath);
+    return getHoodieRollbackRequest(partitionPath, filesToDeletedStatus);
+  }
+
+  @NotNull
+  private HoodieRollbackRequest deleteDataFilesOnlyRollbackRequest(HoodieInstant instantToRollback,
+                                                                   String basefileExtension, String partitionPath,
+                                                                   FileSystem fs)
+      throws IOException {
+    final FileStatus[] dataFilesToDeletedStatus =
+        getBaseFilesToBeDeleted(instantToRollback.getTimestamp(), basefileExtension,
+            partitionPath, fs);
+    return getHoodieRollbackRequest(partitionPath, dataFilesToDeletedStatus);
+  }
+
+  @NotNull
+  private HoodieRollbackRequest getHoodieRollbackRequest(String partitionPath, FileStatus[] filesToDeletedStatus) {
+    List<String> filesToBeDeleted = getFilesToBeDeleted(filesToDeletedStatus);

Review comment:
       > Typo: `filesToDelete`
   
   Now file containe sheme E .g : file:/var/cat




-- 
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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542",
       "triggerID" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "triggerType" : "PUSH"
     }, {
       "hash" : "46aea1281a8478aa21307bb9f5ae3ce659f62150",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "46aea1281a8478aa21307bb9f5ae3ce659f62150",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * d50f262e15fdb2f8a2854d911b08064fa6f1833c UNKNOWN
   * 3cbd929f41ce4669ae4c8027cea3fc218e1b1853 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542) 
   * 46aea1281a8478aa21307bb9f5ae3ce659f62150 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1082748488


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542",
       "triggerID" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * d50f262e15fdb2f8a2854d911b08064fa6f1833c UNKNOWN
   * 3cbd929f41ce4669ae4c8027cea3fc218e1b1853 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1072476281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019) 
   * f777921b8987e2e17134088e373fea88579514d7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074) 
   
   <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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 69e264a00ed3f379b89af97bc949166c3ce53ee1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915) 
   
   <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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 236a47fb55f87fb60d8818d2beb479f088c126b5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909) 
   * 69e264a00ed3f379b89af97bc949166c3ce53ee1 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1067462366


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 24f14bb406f84e4469388aa8d9a2831660351590 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1068664490


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 24f14bb406f84e4469388aa8d9a2831660351590 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942) 
   * 7bfd0420dc03a97b129ddb6729702bed55099fe7 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7bfd0420dc03a97b129ddb6729702bed55099fe7 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983) 
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 6d129abe16af1cb27298326613053ecfa409d1f8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1068693712


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7bfd0420dc03a97b129ddb6729702bed55099fe7 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983) 
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 6d129abe16af1cb27298326613053ecfa409d1f8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986) 
   
   <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] XuQianJin-Stars commented on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1079540723


   hi @alexeykudinkin can you continue review this patch?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1079300756


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 72c927362484d42fa021edeb6cc76eb979801468 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a32a138bee8cb755b682c3c6dd97cd2831d0787e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210) 
   * 72c927362484d42fa021edeb6cc76eb979801468 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a32a138bee8cb755b682c3c6dd97cd2831d0787e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210) 
   * 72c927362484d42fa021edeb6cc76eb979801468 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1079585326


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 72c927362484d42fa021edeb6cc76eb979801468 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366) 
   * 9b058b037878c72205bcbbfb3baa2bfe95db736f 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a94966d1a406ce6d0db3806ebe1346245c6ef1e9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393) 
   * d50f262e15fdb2f8a2854d911b08064fa6f1833c UNKNOWN
   * 3cbd929f41ce4669ae4c8027cea3fc218e1b1853 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1082874597


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542",
       "triggerID" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "triggerType" : "PUSH"
     }, {
       "hash" : "46aea1281a8478aa21307bb9f5ae3ce659f62150",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7557",
       "triggerID" : "46aea1281a8478aa21307bb9f5ae3ce659f62150",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * d50f262e15fdb2f8a2854d911b08064fa6f1833c UNKNOWN
   * 3cbd929f41ce4669ae4c8027cea3fc218e1b1853 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542) 
   * 46aea1281a8478aa21307bb9f5ae3ce659f62150 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7557) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1069242119


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 6d129abe16af1cb27298326613053ecfa409d1f8 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986) 
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * a19a778f36d2ad00357691d4a04a0da14f9b624f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 24f14bb406f84e4469388aa8d9a2831660351590 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942) 
   * 7bfd0420dc03a97b129ddb6729702bed55099fe7 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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fab774c8a1d2c7b6301144e546777e79e91855a0 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922) 
   * 8b057f530b47ed6e404a0a2c6cd4490a10ade4f6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926) 
   
   <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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066727395


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 69e264a00ed3f379b89af97bc949166c3ce53ee1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915) 
   * fab774c8a1d2c7b6301144e546777e79e91855a0 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922) 
   
   <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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 236a47fb55f87fb60d8818d2beb479f088c126b5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909) 
   * 69e264a00ed3f379b89af97bc949166c3ce53ee1 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915) 
   
   <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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066724916


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 69e264a00ed3f379b89af97bc949166c3ce53ee1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915) 
   * fab774c8a1d2c7b6301144e546777e79e91855a0 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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8b057f530b47ed6e404a0a2c6cd4490a10ade4f6 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926) 
   * 0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef 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] alexeykudinkin commented on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1071493358


   Taking a step back here and looking at things more holistically I think we should actually approach it differently: we should actually change revisit this flow from how ListingBasedRollbackRequests are generated all the way to HoodieRollbackRequest generation.
   
   See, the flow right now does look like following for listing-based rollback:
   1. We first create `ListingBasedRollbackRequest` (there's not a lot of value in this abstraction since it is very shallow in itself, only contains `type` of the rollback and `partitionPath` which is obviously not enough to do the rollback)
   2. Then we actually create `HoodieRollbackRequest` based on the former ones
   
   Instead, we should combine these 2 steps into 1 very we directly generate `HoodieRollbackRequest` (similar to what MarkerBasedRollbackStrategy is doing). Flow would look like following in that case:
   1. If instant is completed — we rely on `CommitMetadata` to produce HoodieRollbackInstant
   2. If instant is incomplete — we actually list the files and do the instant based filtering
   
   cc @nsivabalan @xushiyan 


-- 
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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019) 
   * f777921b8987e2e17134088e373fea88579514d7 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * f777921b8987e2e17134088e373fea88579514d7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074) 
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1059740919


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c4dfb7718300d5397158c85e373ddd61075baf1 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c4dfb7718300d5397158c85e373ddd61075baf1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1072996685


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 175d11f12ff5e7fa06f4774e1fb0b52fd5005afa Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086) 
   * 4e7d5813de07e014ffa223e8c2e5b9960d062103 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1070319717


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * 438eecf51f0a2c08270ff6c1bca0ea2e4e83c594 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014) 
   * d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1070350319


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1069226243


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 6d129abe16af1cb27298326613053ecfa409d1f8 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986) 
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * a19a778f36d2ad00357691d4a04a0da14f9b624f 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1072542589


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * f777921b8987e2e17134088e373fea88579514d7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1068670235


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 24f14bb406f84e4469388aa8d9a2831660351590 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942) 
   * 7bfd0420dc03a97b129ddb6729702bed55099fe7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983) 
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * 438eecf51f0a2c08270ff6c1bca0ea2e4e83c594 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014) 
   * d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * a19a778f36d2ad00357691d4a04a0da14f9b624f Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a94966d1a406ce6d0db3806ebe1346245c6ef1e9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1079633338


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 9b058b037878c72205bcbbfb3baa2bfe95db736f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387) 
   * a94966d1a406ce6d0db3806ebe1346245c6ef1e9 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1079604726


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 9b058b037878c72205bcbbfb3baa2bfe95db736f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1082615150


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542",
       "triggerID" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a94966d1a406ce6d0db3806ebe1346245c6ef1e9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393) 
   * d50f262e15fdb2f8a2854d911b08064fa6f1833c UNKNOWN
   * 3cbd929f41ce4669ae4c8027cea3fc218e1b1853 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542) 
   
   <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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1059750122


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c4dfb7718300d5397158c85e373ddd61075baf1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567) 
   * 5f6e62de5e5ea87b39630486bc8773f000961250 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569) 
   
   <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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1059763969


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5f6e62de5e5ea87b39630486bc8773f000961250 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569) 
   
   <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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fab774c8a1d2c7b6301144e546777e79e91855a0 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922) 
   * 8b057f530b47ed6e404a0a2c6cd4490a10ade4f6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926) 
   * 0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef 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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066787978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fab774c8a1d2c7b6301144e546777e79e91855a0 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922) 
   * 8b057f530b47ed6e404a0a2c6cd4490a10ade4f6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926) 
   
   <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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8b057f530b47ed6e404a0a2c6cd4490a10ade4f6 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926) 
   * 0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928) 
   
   <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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1067396351


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928) 
   * 24f14bb406f84e4469388aa8d9a2831660351590 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066977302


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928) 
   
   <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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066422028


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5f6e62de5e5ea87b39630486bc8773f000961250 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569) 
   * 236a47fb55f87fb60d8818d2beb479f088c126b5 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1069219410


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 6d129abe16af1cb27298326613053ecfa409d1f8 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986) 
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1068724220


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 6d129abe16af1cb27298326613053ecfa409d1f8 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * 438eecf51f0a2c08270ff6c1bca0ea2e4e83c594 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 24f14bb406f84e4469388aa8d9a2831660351590 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942) 
   * 7bfd0420dc03a97b129ddb6729702bed55099fe7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983) 
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 4e7d5813de07e014ffa223e8c2e5b9960d062103 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090) 
   * a32a138bee8cb755b682c3c6dd97cd2831d0787e 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1072978177


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * f777921b8987e2e17134088e373fea88579514d7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074) 
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 175d11f12ff5e7fa06f4774e1fb0b52fd5005afa 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c4dfb7718300d5397158c85e373ddd61075baf1 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1079589375


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 72c927362484d42fa021edeb6cc76eb979801468 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366) 
   * 9b058b037878c72205bcbbfb3baa2bfe95db736f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 9b058b037878c72205bcbbfb3baa2bfe95db736f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387) 
   * a94966d1a406ce6d0db3806ebe1346245c6ef1e9 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1079644731


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a94966d1a406ce6d0db3806ebe1346245c6ef1e9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393) 
   
   <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] XuQianJin-Stars commented on a change in pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on a change in pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#discussion_r838339208



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackStrategy.java
##########
@@ -57,20 +81,252 @@ public ListingBasedRollbackStrategy(HoodieTable table,
   @Override
   public List<HoodieRollbackRequest> getRollbackRequests(HoodieInstant instantToRollback) {
     try {
-      List<ListingBasedRollbackRequest> rollbackRequests = null;
-      if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
-        rollbackRequests = RollbackUtils.generateRollbackRequestsByListingCOW(context,
-            table.getMetaClient().getBasePath());
-      } else {
-        rollbackRequests = RollbackUtils
-            .generateRollbackRequestsUsingFileListingMOR(instantToRollback, table, context);
-      }
-      List<HoodieRollbackRequest> listingBasedRollbackRequests = new ListingBasedRollbackHelper(table.getMetaClient(), config)
-          .getRollbackRequestsForRollbackPlan(context, instantToRollback, rollbackRequests);
-      return listingBasedRollbackRequests;
-    } catch (IOException e) {
+      HoodieTableMetaClient metaClient = table.getMetaClient();
+      List<String> partitionPaths =
+          FSUtils.getAllPartitionPaths(context, table.getMetaClient().getBasePath(), false, false);
+      int numPartitions = Math.max(Math.min(partitionPaths.size(), config.getRollbackParallelism()), 1);
+
+      context.setJobStatus(this.getClass().getSimpleName(), "Creating Listing Rollback Plan");
+
+      return context.flatMap(partitionPaths, partitionPath -> {
+        List<HoodieRollbackRequest> hoodieRollbackRequests = new ArrayList<>(partitionPaths.size());
+        if (table.getMetaClient().getTableType() == HoodieTableType.COPY_ON_WRITE) {
+          hoodieRollbackRequests.add(
+              deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+        } else {
+          String commit = instantToRollback.getTimestamp();
+          HoodieActiveTimeline activeTimeline = table.getMetaClient().reloadActiveTimeline();
+          switch (instantToRollback.getAction()) {
+            case HoodieTimeline.COMMIT_ACTION:
+            case HoodieTimeline.REPLACE_COMMIT_ACTION:
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              break;
+            case HoodieTimeline.COMPACTION_ACTION:
+              // If there is no delta commit present after the current commit (if compaction), no action, else we
+              // need to make sure that a compaction commit rollback also deletes any log files written as part of the
+              // succeeding deltacommit.
+              boolean higherDeltaCommits =
+                  !activeTimeline.getDeltaCommitTimeline().filterCompletedInstants().findInstantsAfter(commit, 1)
+                      .empty();
+              if (higherDeltaCommits) {
+                // Rollback of a compaction action with no higher deltacommit means that the compaction is scheduled
+                // and has not yet finished. In this scenario we should delete only the newly created base files
+                // and not corresponding base commit log files created with this as baseCommit since updates would
+                // have been written to the log files.
+                String baseFileExtension = getBaseFileExtension(metaClient);
+                hoodieRollbackRequests.add(deleteDataFilesOnlyRollbackRequest(instantToRollback, baseFileExtension, partitionPath,
+                        metaClient.getFs()));
+              } else {
+                // No deltacommits present after this compaction commit (inflight or requested). In this case, we
+                // can also delete any log files that were created with this compaction commit as base
+                // commit.
+                hoodieRollbackRequests.add(
+                    deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+              }
+              break;
+            case HoodieTimeline.DELTA_COMMIT_ACTION:
+              // --------------------------------------------------------------------------------------------------
+              // (A) The following cases are possible if index.canIndexLogFiles and/or index.isGlobal
+              // --------------------------------------------------------------------------------------------------
+              // (A.1) Failed first commit - Inserts were written to log files and HoodieWriteStat has no entries. In
+              // this scenario we would want to delete these log files.
+              // (A.2) Failed recurring commit - Inserts/Updates written to log files. In this scenario,
+              // HoodieWriteStat will have the baseCommitTime for the first log file written, add rollback blocks.
+              // (A.3) Rollback triggered for first commit - Inserts were written to the log files but the commit is
+              // being reverted. In this scenario, HoodieWriteStat will be `null` for the attribute prevCommitTime and
+              // and hence will end up deleting these log files. This is done so there are no orphan log files
+              // lying around.
+              // (A.4) Rollback triggered for recurring commits - Inserts/Updates are being rolled back, the actions
+              // taken in this scenario is a combination of (A.2) and (A.3)
+              // ---------------------------------------------------------------------------------------------------
+              // (B) The following cases are possible if !index.canIndexLogFiles and/or !index.isGlobal
+              // ---------------------------------------------------------------------------------------------------
+              // (B.1) Failed first commit - Inserts were written to base files and HoodieWriteStat has no entries.
+              // In this scenario, we delete all the base files written for the failed commit.
+              // (B.2) Failed recurring commits - Inserts were written to base files and updates to log files. In
+              // this scenario, perform (A.1) and for updates written to log files, write rollback blocks.
+              // (B.3) Rollback triggered for first commit - Same as (B.1)
+              // (B.4) Rollback triggered for recurring commits - Same as (B.2) plus we need to delete the log files
+              // as well if the base base file gets deleted.
+              HoodieCommitMetadata commitMetadata = HoodieCommitMetadata.fromBytes(
+                  table.getMetaClient().getCommitTimeline().getInstantDetails(instantToRollback).get(),
+                  HoodieCommitMetadata.class);
+
+              // In case all data was inserts and the commit failed, delete the file belonging to that commit
+              // We do not know fileIds for inserts (first inserts are either log files or base files),
+              // delete all files for the corresponding failed commit, if present (same as COW)
+              hoodieRollbackRequests.add(
+                  deleteDataAndLogFilesRollbackRequest(instantToRollback, metaClient, partitionPath));
+
+              // append rollback blocks for updates and inserts as A.2 and B.2
+              if (commitMetadata.getPartitionToWriteStats().containsKey(partitionPath)) {
+                hoodieRollbackRequests.addAll(
+                    getRollbackRequestForAppend(partitionPath, instantToRollback, commitMetadata, table));
+              }
+              break;
+            default:
+              throw new HoodieRollbackException("Unknown listing type, during rollback of " + instantToRollback);
+          }
+        }
+        return hoodieRollbackRequests.stream();
+      }, numPartitions);
+    } catch (Exception e) {
       LOG.error("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
       throw new HoodieRollbackException("Generating rollback requests failed for " + instantToRollback.getTimestamp(), e);
     }
   }
+
+  private String getBaseFileExtension(HoodieTableMetaClient metaClient) {
+    return metaClient.getTableConfig().getBaseFileFormat().getFileExtension();
+  }
+
+  @NotNull
+  private HoodieRollbackRequest deleteDataAndLogFilesRollbackRequest(HoodieInstant instantToRollback,
+                                                                     HoodieTableMetaClient metaClient,
+                                                                     String partitionPath)
+      throws IOException {
+    final FileStatus[] filesToDeletedStatus = getBaseAndLogFilesToBeDeleted(metaClient, instantToRollback, partitionPath);
+    return getHoodieRollbackRequest(partitionPath, filesToDeletedStatus);
+  }
+
+  @NotNull
+  private HoodieRollbackRequest deleteDataFilesOnlyRollbackRequest(HoodieInstant instantToRollback,
+                                                                   String basefileExtension, String partitionPath,
+                                                                   FileSystem fs)
+      throws IOException {
+    final FileStatus[] dataFilesToDeletedStatus =
+        getBaseFilesToBeDeleted(instantToRollback.getTimestamp(), basefileExtension,
+            partitionPath, fs);
+    return getHoodieRollbackRequest(partitionPath, dataFilesToDeletedStatus);
+  }
+
+  @NotNull
+  private HoodieRollbackRequest getHoodieRollbackRequest(String partitionPath, FileStatus[] filesToDeletedStatus) {
+    List<String> filesToBeDeleted = getFilesToBeDeleted(filesToDeletedStatus);

Review comment:
       > Typo: `filesToDelete`
   
   Now file contain sheme E .g : file:/var/cat




-- 
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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c4dfb7718300d5397158c85e373ddd61075baf1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567) 
   * 5f6e62de5e5ea87b39630486bc8773f000961250 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569) 
   
   <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] nsivabalan commented on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1061175134


   @alexeykudinkin : can you review this once the patch is ready to be reviewed. 


-- 
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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066796791


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fab774c8a1d2c7b6301144e546777e79e91855a0 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922) 
   * 8b057f530b47ed6e404a0a2c6cd4490a10ade4f6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926) 
   * 0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef 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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066749674


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fab774c8a1d2c7b6301144e546777e79e91855a0 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922) 
   * 8b057f530b47ed6e404a0a2c6cd4490a10ade4f6 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 #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5f6e62de5e5ea87b39630486bc8773f000961250 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569) 
   * 236a47fb55f87fb60d8818d2beb479f088c126b5 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909) 
   
   <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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066468931


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 236a47fb55f87fb60d8818d2beb479f088c126b5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909) 
   * 69e264a00ed3f379b89af97bc949166c3ce53ee1 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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066470567


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 236a47fb55f87fb60d8818d2beb479f088c126b5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909) 
   * 69e264a00ed3f379b89af97bc949166c3ce53ee1 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915) 
   
   <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 removed a comment on pull request #4957: [WIP][HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1066588556


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 69e264a00ed3f379b89af97bc949166c3ce53ee1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1068665920


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 24f14bb406f84e4469388aa8d9a2831660351590 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942) 
   * 7bfd0420dc03a97b129ddb6729702bed55099fe7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983) 
   
   <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] XuQianJin-Stars commented on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1070795746


   @alexeykudinkin  I have addressed  this pr.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

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



[GitHub] [hudi] hudi-bot commented on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 24f14bb406f84e4469388aa8d9a2831660351590 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942) 
   * 7bfd0420dc03a97b129ddb6729702bed55099fe7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983) 
   
   <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] alexeykudinkin commented on a change in pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
alexeykudinkin commented on a change in pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#discussion_r828347532



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackHelper.java
##########
@@ -145,6 +163,12 @@ public ListingBasedRollbackHelper(HoodieTableMetaClient metaClient, HoodieWriteC
       }
       return false;
     };
-    return fs.listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);
+    return metaClient.getFs().listStatus(FSUtils.getPartitionPath(config.getBasePath(), partitionPath), filter);

Review comment:
       Let's extract `listStatus` into the parent method, and make both `listFilesToBeDeleted` and `getFilesFromCommitMetadata` static

##########
File path: hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/rollback/TestMergeOnReadRollbackActionExecutor.java
##########
@@ -125,8 +125,12 @@ public void testMergeOnReadRollbackActionExecutor(boolean isUsingMarkers) throws
 
     for (Map.Entry<String, HoodieRollbackPartitionMetadata> entry : rollbackMetadata.entrySet()) {
       HoodieRollbackPartitionMetadata meta = entry.getValue();
-      assertTrue(meta.getFailedDeleteFiles() == null || meta.getFailedDeleteFiles().size() == 0);
-      assertTrue(meta.getSuccessDeleteFiles() == null || meta.getSuccessDeleteFiles().size() == 0);
+      assertEquals(0, meta.getFailedDeleteFiles().size());
+      if (isUsingMarkers) {

Review comment:
       Can you please elaborate why numbers diverge based on how we rollback




-- 
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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * 438eecf51f0a2c08270ff6c1bca0ea2e4e83c594 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014) 
   * d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 9b058b037878c72205bcbbfb3baa2bfe95db736f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1078819930


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a32a138bee8cb755b682c3c6dd97cd2831d0787e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210) 
   * 72c927362484d42fa021edeb6cc76eb979801468 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a32a138bee8cb755b682c3c6dd97cd2831d0787e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1072999429


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 175d11f12ff5e7fa06f4774e1fb0b52fd5005afa Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086) 
   * 4e7d5813de07e014ffa223e8c2e5b9960d062103 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 4e7d5813de07e014ffa223e8c2e5b9960d062103 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090) 
   
   <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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * 175d11f12ff5e7fa06f4774e1fb0b52fd5005afa Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086) 
   
   <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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1070311808


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * 438eecf51f0a2c08270ff6c1bca0ea2e4e83c594 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014) 
   * d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648 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 removed a comment on pull request #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4957:
URL: https://github.com/apache/hudi/pull/4957#issuecomment-1082590199


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * a94966d1a406ce6d0db3806ebe1346245c6ef1e9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393) 
   * d50f262e15fdb2f8a2854d911b08064fa6f1833c 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 #4957: [HUDI-3406] Rollback incorrectly relying on FS listing instead of Com…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6567",
       "triggerID" : "3c4dfb7718300d5397158c85e373ddd61075baf1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6569",
       "triggerID" : "5f6e62de5e5ea87b39630486bc8773f000961250",
       "triggerType" : "PUSH"
     }, {
       "hash" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6909",
       "triggerID" : "236a47fb55f87fb60d8818d2beb479f088c126b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6915",
       "triggerID" : "69e264a00ed3f379b89af97bc949166c3ce53ee1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6922",
       "triggerID" : "fab774c8a1d2c7b6301144e546777e79e91855a0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6926",
       "triggerID" : "8b057f530b47ed6e404a0a2c6cd4490a10ade4f6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6928",
       "triggerID" : "0ae3fb8bc577663f05abc86d65c7f5c85f5c91ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6942",
       "triggerID" : "24f14bb406f84e4469388aa8d9a2831660351590",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6983",
       "triggerID" : "7bfd0420dc03a97b129ddb6729702bed55099fe7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba5c351c32f9f364c30b4bc9a814075150d9728",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6986",
       "triggerID" : "6d129abe16af1cb27298326613053ecfa409d1f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53b4cec7d05dd0bb5a622ffb33597471da7711de",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7003",
       "triggerID" : "a19a778f36d2ad00357691d4a04a0da14f9b624f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7014",
       "triggerID" : "438eecf51f0a2c08270ff6c1bca0ea2e4e83c594",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7019",
       "triggerID" : "d8d62a5172a872f65aaca78ee5b3e8bc9c5d3648",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f777921b8987e2e17134088e373fea88579514d7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7074",
       "triggerID" : "f777921b8987e2e17134088e373fea88579514d7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e3140bb9abef7d5e9dc0405b9f8b12f11c2438da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7086",
       "triggerID" : "175d11f12ff5e7fa06f4774e1fb0b52fd5005afa",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7090",
       "triggerID" : "4e7d5813de07e014ffa223e8c2e5b9960d062103",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7210",
       "triggerID" : "a32a138bee8cb755b682c3c6dd97cd2831d0787e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72c927362484d42fa021edeb6cc76eb979801468",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7366",
       "triggerID" : "72c927362484d42fa021edeb6cc76eb979801468",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7387",
       "triggerID" : "9b058b037878c72205bcbbfb3baa2bfe95db736f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7393",
       "triggerID" : "a94966d1a406ce6d0db3806ebe1346245c6ef1e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d50f262e15fdb2f8a2854d911b08064fa6f1833c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542",
       "triggerID" : "3cbd929f41ce4669ae4c8027cea3fc218e1b1853",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9ba5c351c32f9f364c30b4bc9a814075150d9728 UNKNOWN
   * 53b4cec7d05dd0bb5a622ffb33597471da7711de UNKNOWN
   * e3140bb9abef7d5e9dc0405b9f8b12f11c2438da UNKNOWN
   * d50f262e15fdb2f8a2854d911b08064fa6f1833c UNKNOWN
   * 3cbd929f41ce4669ae4c8027cea3fc218e1b1853 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7542) 
   
   <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