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/02/14 12:09:01 UTC

[GitHub] [hudi] nsivabalan opened a new pull request #4812: [HUDI-2761][WIP] Fixing timeline server for repeated refreshes

nsivabalan opened a new pull request #4812:
URL: https://github.com/apache/hudi/pull/4812


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


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #4812: [HUDI-2761][WIP] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 373869c99af63b78b3e08e84e7cf08dae5164498 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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321) 
   * d67e7d11d3eba65df4a40636629c2a73796ab5d6 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] danny0405 commented on a change in pull request #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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



##########
File path: hudi-timeline-service/src/main/java/org/apache/hudi/timeline/service/RequestHandler.java
##########
@@ -134,7 +136,9 @@ private boolean isLocalViewBehind(Context ctx) {
     }
 
     String localTimelineHash = localTimeline.getTimelineHash();
-    if (!localTimelineHash.equals(timelineHashFromClient)) {
+    // refresh if timeline hash mismatches and if local's last known instant < client's last known instant
+    if (!localTimelineHash.equals(timelineHashFromClient)
+        && HoodieTimeline.compareTimestamps(localLastKnownInstant, HoodieTimeline.LESSER_THAN, lastKnownInstantFromClient)) {

Review comment:
       Finally i got the reason:
   
   We have a start commit method that may generate a rollback instant with greater timestamp than the actual passed in instant time: https://github.com/apache/hudi/blob/907e60c252e80be5ef3a848d773e0f866eb609f9/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java#L862
   
   And unfortunately, flink uses that (spark uses that too), here is how the problem comes:
   
   delta_commit      compaction           delta_commit    rollback_commit
   --- t1 --------------- t2 ------------ t3 ------------- t4 ------------
   
   The t4 was created before t3 was created and it was with the highest timestamp t4, then the following sequence happens:
   
   1. the rollback action would then refresh the remote timeline service with the latest timestamp t4 (remember the fs view as **V1**)
   2. the t3 delta commit start to execute and commit, say the commit was successful
   3. then we want to trigger the compaction after the commit of t3
   
   And the tricky things happens:
   
   the compaction scheduler takes the client, the client uses the latest timestamps on timeline and tries to fetch all the fileslices, but because the client timestamp t4 equals with the remote timeline time t4, the view does not sync and we still got **V1**  fs view here and we can not find any compaction plan because there was no log files in the view.
   
   Here is my fix patch to make sure the rollback timestamp not greater than the delta commit time. 
   
   [HUDI-2761.patch.zip](https://github.com/apache/hudi/files/8176836/HUDI-2761.patch.zip)
   
   




-- 
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 #4812: [HUDI-2761][WIP] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 373869c99af63b78b3e08e84e7cf08dae5164498 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985) 
   * 51b60eb4ca4c9972cec253351ed367fadc352724 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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351",
       "triggerID" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "acd36f747ee0df74b5f072cbfb53b4811c563dbf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "acd36f747ee0df74b5f072cbfb53b4811c563dbf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d67e7d11d3eba65df4a40636629c2a73796ab5d6 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351) 
   * acd36f747ee0df74b5f072cbfb53b4811c563dbf 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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351",
       "triggerID" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d67e7d11d3eba65df4a40636629c2a73796ab5d6 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351) 
   
   <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 #4812: [HUDI-2761][WIP] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 373869c99af63b78b3e08e84e7cf08dae5164498 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985) 
   
   <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 #4812: [HUDI-2761][WIP] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 51b60eb4ca4c9972cec253351ed367fadc352724 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034) 
   
   <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 #4812: [HUDI-2761][WIP] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 373869c99af63b78b3e08e84e7cf08dae5164498 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 #4812: [HUDI-2761][WIP] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 373869c99af63b78b3e08e84e7cf08dae5164498 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985) 
   
   <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 #4812: [HUDI-2761][WIP] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 373869c99af63b78b3e08e84e7cf08dae5164498 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985) 
   * 51b60eb4ca4c9972cec253351ed367fadc352724 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034) 
   
   <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 edited a comment on pull request #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

Posted by GitBox <gi...@apache.org>.
nsivabalan edited a comment on pull request #4812:
URL: https://github.com/apache/hudi/pull/4812#issuecomment-1050907571


   @danny0405 : I might need your help in this patch. There are few test failures in flink. can you take a look and see whats happening. If you can triage a fix and update the patch, would be of great help. 
   
   Description of the patch has all the info/context. 
   
   Failing tests: 
   TestWriteMergeOnReadWithCompact.testIndexStateBootstrap
   TestInputFormat.testReadBaseAndLogFilesWithDisorderUpdateDelete
   
   
   


-- 
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 #4812: [HUDI-2761][WIP] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 373869c99af63b78b3e08e84e7cf08dae5164498 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985) 
   
   <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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351",
       "triggerID" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "acd36f747ee0df74b5f072cbfb53b4811c563dbf",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6550",
       "triggerID" : "acd36f747ee0df74b5f072cbfb53b4811c563dbf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * acd36f747ee0df74b5f072cbfb53b4811c563dbf Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6550) 
   
   <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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351",
       "triggerID" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "acd36f747ee0df74b5f072cbfb53b4811c563dbf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "acd36f747ee0df74b5f072cbfb53b4811c563dbf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d67e7d11d3eba65df4a40636629c2a73796ab5d6 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351) 
   * acd36f747ee0df74b5f072cbfb53b4811c563dbf 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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351",
       "triggerID" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d67e7d11d3eba65df4a40636629c2a73796ab5d6 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351) 
   
   <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 #4812: [HUDI-2761][WIP] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 373869c99af63b78b3e08e84e7cf08dae5164498 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985) 
   
   <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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 51b60eb4ca4c9972cec253351ed367fadc352724 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034) 
   * d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321) 
   
   <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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 51b60eb4ca4c9972cec253351ed367fadc352724 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034) 
   * d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38 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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351",
       "triggerID" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321) 
   * d67e7d11d3eba65df4a40636629c2a73796ab5d6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351) 
   
   <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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321) 
   
   <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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351",
       "triggerID" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "acd36f747ee0df74b5f072cbfb53b4811c563dbf",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6550",
       "triggerID" : "acd36f747ee0df74b5f072cbfb53b4811c563dbf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d67e7d11d3eba65df4a40636629c2a73796ab5d6 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351) 
   * acd36f747ee0df74b5f072cbfb53b4811c563dbf Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6550) 
   
   <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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351",
       "triggerID" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "acd36f747ee0df74b5f072cbfb53b4811c563dbf",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6550",
       "triggerID" : "acd36f747ee0df74b5f072cbfb53b4811c563dbf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d67e7d11d3eba65df4a40636629c2a73796ab5d6 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351) 
   * acd36f747ee0df74b5f072cbfb53b4811c563dbf Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6550) 
   
   <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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321) 
   * d67e7d11d3eba65df4a40636629c2a73796ab5d6 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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 51b60eb4ca4c9972cec253351ed367fadc352724 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034) 
   * d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38 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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321) 
   
   <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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 51b60eb4ca4c9972cec253351ed367fadc352724 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034) 
   * d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321) 
   
   <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] danny0405 commented on a change in pull request #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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



##########
File path: hudi-timeline-service/src/main/java/org/apache/hudi/timeline/service/RequestHandler.java
##########
@@ -134,7 +136,9 @@ private boolean isLocalViewBehind(Context ctx) {
     }
 
     String localTimelineHash = localTimeline.getTimelineHash();
-    if (!localTimelineHash.equals(timelineHashFromClient)) {
+    // refresh if timeline hash mismatches and if local's last known instant < client's last known instant
+    if (!localTimelineHash.equals(timelineHashFromClient)
+        && HoodieTimeline.compareTimestamps(localLastKnownInstant, HoodieTimeline.LESSER_THAN, lastKnownInstantFromClient)) {

Review comment:
       Finally i got the reason:
   
   We have a start commit method that may generate a rollback instant with greater timestamp that the actual passed in instant time: https://github.com/apache/hudi/blob/907e60c252e80be5ef3a848d773e0f866eb609f9/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java#L862
   
   And unfortunately, flink uses that (spark uses that too), here is how the problem comes:
   
   delta_commit      compaction           delta_commit    rollback_commit
   --- t1 --------------- t2 ------------ t3 ------------- t4 ------------
   
   The t4 was created before t3 was created and it was with the highest timestamp t4, then the following sequence happens:
   
   1. the rollback action would then refresh the remote timeline service with the latest timestamp t4 (remember the fs view as **V1**)
   2. the t3 delta commit start to execute and commit, say the commit was successful
   3. then we want to trigger the compaction after the commit of t3
   
   And the tricky things happens:
   
   the compaction scheduler takes the client, the client uses the latest timestamps on timeline and tries to fetch all the fileslices, but because the client timestamp t4 equals with the remote timeline time t4, the view does not sync and we still got **V1**  fs view here and we can not find any compaction plan because there was no log files in the view.
   
   Here is my fix patch to make sure the rollback timestamp not greater than the delta commit time. 
   
   [HUDI-2761.patch.zip](https://github.com/apache/hudi/files/8176836/HUDI-2761.patch.zip)
   
   




-- 
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 #4812: [HUDI-2761][WIP] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 373869c99af63b78b3e08e84e7cf08dae5164498 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985) 
   * 51b60eb4ca4c9972cec253351ed367fadc352724 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034) 
   
   <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 #4812: [HUDI-2761][WIP] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 373869c99af63b78b3e08e84e7cf08dae5164498 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985) 
   * 51b60eb4ca4c9972cec253351ed367fadc352724 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 commented on pull request #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   @danny0405 : I might need your help in this patch. There are few test failures in flink. can you take a look and see whats happening. If you can triage a fix and update the patch, would be of great help. 
   
   Description should have all the info/context. 
   
   Failing tests: 
   TestWriteMergeOnReadWithCompact.testIndexStateBootstrap
   TestInputFormat.testReadBaseAndLogFilesWithDisorderUpdateDelete
   
   
   


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

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

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



[GitHub] [hudi] danny0405 merged pull request #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   


-- 
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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5985",
       "triggerID" : "373869c99af63b78b3e08e84e7cf08dae5164498",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6034",
       "triggerID" : "51b60eb4ca4c9972cec253351ed367fadc352724",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321",
       "triggerID" : "d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351",
       "triggerID" : "d67e7d11d3eba65df4a40636629c2a73796ab5d6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d59ff5d0d37425f039f77c7c4bb02b41ba0a7e38 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6321) 
   * d67e7d11d3eba65df4a40636629c2a73796ab5d6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6351) 
   
   <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 #4812: [HUDI-2761] Fixing timeline server for repeated refreshes

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


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