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/09/13 03:32:12 UTC

[GitHub] [hudi] YuweiXiao opened a new pull request, #6660: [MINOR] Skip loading last completed txn for single writer

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

   ### Change Logs
   
   _Describe context and summary for this change. Highlight if any code was copied._
   
   Skip the loading of last completed txn for single writer case. The loading process will read the latest commit file. It may introduces non-negligible overhead in writing when the commit file is large (e.g., 100+MB).
   
   ### Impact
   
   _Describe any public API or user-facing feature change or any performance impact._
   
   NO API change and will bring performance benefit for single writer case.
   
   **Risk level: none | low | medium | high**
   
   _Choose one. If medium or high, explain what verification was done to mitigate the risks._
   
   None.
   
   ### Contributor's checklist
   
   - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [x] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759",
       "triggerID" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11817",
       "triggerID" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73bcfd5eacff97925dfd5297298dc3acec644bde",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12373",
       "triggerID" : "73bcfd5eacff97925dfd5297298dc3acec644bde",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d87607809107cfaa74a8d83f3d5037f1b9865356 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11817) 
   * 73bcfd5eacff97925dfd5297298dc3acec644bde Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12373) 
   
   <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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759",
       "triggerID" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11817",
       "triggerID" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73bcfd5eacff97925dfd5297298dc3acec644bde",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12373",
       "triggerID" : "73bcfd5eacff97925dfd5297298dc3acec644bde",
       "triggerType" : "PUSH"
     }, {
       "hash" : "542d9421e85f8b745780102e2201982763ed8db3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12492",
       "triggerID" : "542d9421e85f8b745780102e2201982763ed8db3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 73bcfd5eacff97925dfd5297298dc3acec644bde Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12373) 
   * 542d9421e85f8b745780102e2201982763ed8db3 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12492) 
   
   <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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755) 
   
   <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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759",
       "triggerID" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2294778f796f2a41333234d2d3aa300c27520ed1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759) 
   * d87607809107cfaa74a8d83f3d5037f1b9865356 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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759",
       "triggerID" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11817",
       "triggerID" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d87607809107cfaa74a8d83f3d5037f1b9865356 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11817) 
   
   <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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * eb3dc9a2d758fad25509ccb844fdde3808f8d875 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316) 
   * 364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755) 
   
   <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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * eb3dc9a2d758fad25509ccb844fdde3808f8d875 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316) 
   * 364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18 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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * eb3dc9a2d758fad25509ccb844fdde3808f8d875 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316) 
   
   <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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759",
       "triggerID" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11817",
       "triggerID" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2294778f796f2a41333234d2d3aa300c27520ed1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759) 
   * d87607809107cfaa74a8d83f3d5037f1b9865356 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11817) 
   
   <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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   @YuweiXiao : can you rebase w/ latest master. we fixed a flaky test.


-- 
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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755) 
   * 2294778f796f2a41333234d2d3aa300c27520ed1 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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759",
       "triggerID" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11817",
       "triggerID" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73bcfd5eacff97925dfd5297298dc3acec644bde",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12373",
       "triggerID" : "73bcfd5eacff97925dfd5297298dc3acec644bde",
       "triggerType" : "PUSH"
     }, {
       "hash" : "542d9421e85f8b745780102e2201982763ed8db3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "542d9421e85f8b745780102e2201982763ed8db3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 73bcfd5eacff97925dfd5297298dc3acec644bde Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12373) 
   * 542d9421e85f8b745780102e2201982763ed8db3 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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759",
       "triggerID" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11817",
       "triggerID" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73bcfd5eacff97925dfd5297298dc3acec644bde",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12373",
       "triggerID" : "73bcfd5eacff97925dfd5297298dc3acec644bde",
       "triggerType" : "PUSH"
     }, {
       "hash" : "542d9421e85f8b745780102e2201982763ed8db3",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12492",
       "triggerID" : "542d9421e85f8b745780102e2201982763ed8db3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 542d9421e85f8b745780102e2201982763ed8db3 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12492) 
   
   <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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759",
       "triggerID" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11817",
       "triggerID" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73bcfd5eacff97925dfd5297298dc3acec644bde",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12373",
       "triggerID" : "73bcfd5eacff97925dfd5297298dc3acec644bde",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 73bcfd5eacff97925dfd5297298dc3acec644bde Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12373) 
   
   <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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   hey @YuweiXiao : can you rebase. 
   once CI is green, we are good to land. 


-- 
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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759",
       "triggerID" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755) 
   * 2294778f796f2a41333234d2d3aa300c27520ed1 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759) 
   
   <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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759",
       "triggerID" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2294778f796f2a41333234d2d3aa300c27520ed1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759) 
   
   <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] codope commented on pull request #6660: [MINOR] Skip loading last completed txn for single writer

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

   Canceling the CI run to prioritize release blockers. Apologies.
   


-- 
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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     }, {
       "hash" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11755",
       "triggerID" : "364e48c950f3b7dc6f6b19aa2a2b9d92e09dbe18",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11759",
       "triggerID" : "2294778f796f2a41333234d2d3aa300c27520ed1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11817",
       "triggerID" : "d87607809107cfaa74a8d83f3d5037f1b9865356",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73bcfd5eacff97925dfd5297298dc3acec644bde",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "73bcfd5eacff97925dfd5297298dc3acec644bde",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d87607809107cfaa74a8d83f3d5037f1b9865356 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11817) 
   * 73bcfd5eacff97925dfd5297298dc3acec644bde 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] nsivabalan merged pull request #6660: [MINOR] Skip loading last completed txn for single writer

Posted by GitBox <gi...@apache.org>.
nsivabalan merged PR #6660:
URL: https://github.com/apache/hudi/pull/6660


-- 
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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * eb3dc9a2d758fad25509ccb844fdde3808f8d875 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 #6660: [MINOR] Skip loading last completed txn for single writer

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316",
       "triggerID" : "eb3dc9a2d758fad25509ccb844fdde3808f8d875",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * eb3dc9a2d758fad25509ccb844fdde3808f8d875 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11316) 
   
   <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