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/21 10:21:47 UTC

[GitHub] [hudi] danny0405 opened a new pull request #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

danny0405 opened a new pull request #4861:
URL: https://github.com/apache/hudi/pull/4861


   …ot be reused
   
   * Before the patch, the flink streaming reader cache the meta client thus the archived timeline,
     when fething the instant details from the reused timeline, the exception throws
   * Add a method in HoodieTableMetaClient to return a fresh new archived timeline eachtime
   * Fix the loading of archived timeline instants, the loadXXX methods does nothing before
   
   ## *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 commented on pull request #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 417a28c522e477ba3fce81da65d6efa9ec097d02 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161) 
   
   <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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75f70ba1856029f7530b75cbd314597af55db867",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "75f70ba1856029f7530b75cbd314597af55db867",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 805c912d164c10de9db27434d8efc7890250f3eb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163) 
   * 75f70ba1856029f7530b75cbd314597af55db867 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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 417a28c522e477ba3fce81da65d6efa9ec097d02 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161) 
   * 805c912d164c10de9db27434d8efc7890250f3eb Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163) 
   
   <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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75f70ba1856029f7530b75cbd314597af55db867",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6191",
       "triggerID" : "75f70ba1856029f7530b75cbd314597af55db867",
       "triggerType" : "PUSH"
     }, {
       "hash" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1047459666",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1047459666",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * 26828a92c5dd961e75bb943ca057ff0e21feabd6 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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75f70ba1856029f7530b75cbd314597af55db867",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6191",
       "triggerID" : "75f70ba1856029f7530b75cbd314597af55db867",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1047459666",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6193",
       "triggerID" : "1047459666",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6193",
       "triggerID" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * 26828a92c5dd961e75bb943ca057ff0e21feabd6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6193) 
   
   <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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 805c912d164c10de9db27434d8efc7890250f3eb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163) 
   
   <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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75f70ba1856029f7530b75cbd314597af55db867",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6191",
       "triggerID" : "75f70ba1856029f7530b75cbd314597af55db867",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 75f70ba1856029f7530b75cbd314597af55db867 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6191) 
   
   <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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 417a28c522e477ba3fce81da65d6efa9ec097d02 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 merged pull request #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   


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

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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 805c912d164c10de9db27434d8efc7890250f3eb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163) 
   
   <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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 417a28c522e477ba3fce81da65d6efa9ec097d02 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161) 
   * 805c912d164c10de9db27434d8efc7890250f3eb 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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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



##########
File path: hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieArchivedTimeline.java
##########
@@ -117,12 +130,19 @@ public static Path getArchiveLogPath(String archiveFolder) {
   }
 
   public void loadInstantDetailsInMemory(String startTs, String endTs) {
-    loadInstants(startTs, endTs);
+    setInstants(loadInstants(startTs, endTs));
   }
 
   public void loadCompletedInstantDetailsInMemory() {
-    loadInstants(null, true,
+    final List<HoodieInstant> instants = loadInstants(null, true,
         record -> HoodieInstant.State.COMPLETED.toString().equals(record.get(ACTION_STATE).toString()));
+    setInstants(instants);

Review comment:
       I'm shocked that this method does nothing before, the return value is ignored, please help to conform this @nsivabalan :)

##########
File path: hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieArchivedTimeline.java
##########
@@ -117,12 +130,19 @@ public static Path getArchiveLogPath(String archiveFolder) {
   }
 
   public void loadInstantDetailsInMemory(String startTs, String endTs) {
-    loadInstants(startTs, endTs);
+    setInstants(loadInstants(startTs, endTs));
   }
 
   public void loadCompletedInstantDetailsInMemory() {
-    loadInstants(null, true,
+    final List<HoodieInstant> instants = loadInstants(null, true,
         record -> HoodieInstant.State.COMPLETED.toString().equals(record.get(ACTION_STATE).toString()));
+    setInstants(instants);

Review comment:
       Oops, my fault, ignore this comment, the `readCommits` is updated in method `readCommit`.




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

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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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



##########
File path: hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieArchivedTimeline.java
##########
@@ -117,12 +130,19 @@ public static Path getArchiveLogPath(String archiveFolder) {
   }
 
   public void loadInstantDetailsInMemory(String startTs, String endTs) {
-    loadInstants(startTs, endTs);
+    setInstants(loadInstants(startTs, endTs));
   }
 
   public void loadCompletedInstantDetailsInMemory() {
-    loadInstants(null, true,
+    final List<HoodieInstant> instants = loadInstants(null, true,
         record -> HoodieInstant.State.COMPLETED.toString().equals(record.get(ACTION_STATE).toString()));
+    setInstants(instants);

Review comment:
       I'm shocked that this method does nothing before, the return value is ignored, please help to conform this @nsivabalan :)




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

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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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



##########
File path: hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieArchivedTimeline.java
##########
@@ -117,12 +130,19 @@ public static Path getArchiveLogPath(String archiveFolder) {
   }
 
   public void loadInstantDetailsInMemory(String startTs, String endTs) {
-    loadInstants(startTs, endTs);
+    setInstants(loadInstants(startTs, endTs));
   }
 
   public void loadCompletedInstantDetailsInMemory() {
-    loadInstants(null, true,
+    final List<HoodieInstant> instants = loadInstants(null, true,
         record -> HoodieInstant.State.COMPLETED.toString().equals(record.get(ACTION_STATE).toString()));
+    setInstants(instants);

Review comment:
       Oops, my fault, ignore this comment, the `readCommits` is updated in method `readCommit`.




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

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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75f70ba1856029f7530b75cbd314597af55db867",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6191",
       "triggerID" : "75f70ba1856029f7530b75cbd314597af55db867",
       "triggerType" : "PUSH"
     }, {
       "hash" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1047459666",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1047459666",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * 26828a92c5dd961e75bb943ca057ff0e21feabd6 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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 417a28c522e477ba3fce81da65d6efa9ec097d02 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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75f70ba1856029f7530b75cbd314597af55db867",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6191",
       "triggerID" : "75f70ba1856029f7530b75cbd314597af55db867",
       "triggerType" : "PUSH"
     }, {
       "hash" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6193",
       "triggerID" : "1047459666",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6193",
       "triggerID" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1047459666",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 26828a92c5dd961e75bb943ca057ff0e21feabd6 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6193) 
   
   <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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 417a28c522e477ba3fce81da65d6efa9ec097d02 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161) 
   * 805c912d164c10de9db27434d8efc7890250f3eb Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163) 
   
   <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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75f70ba1856029f7530b75cbd314597af55db867",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6191",
       "triggerID" : "75f70ba1856029f7530b75cbd314597af55db867",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 75f70ba1856029f7530b75cbd314597af55db867 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6191) 
   
   <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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75f70ba1856029f7530b75cbd314597af55db867",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6191",
       "triggerID" : "75f70ba1856029f7530b75cbd314597af55db867",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1047459666",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6193",
       "triggerID" : "1047459666",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6193",
       "triggerID" : "26828a92c5dd961e75bb943ca057ff0e21feabd6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * 26828a92c5dd961e75bb943ca057ff0e21feabd6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6193) 
   
   <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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75f70ba1856029f7530b75cbd314597af55db867",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6191",
       "triggerID" : "75f70ba1856029f7530b75cbd314597af55db867",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 805c912d164c10de9db27434d8efc7890250f3eb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163) 
   * 75f70ba1856029f7530b75cbd314597af55db867 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6191) 
   
   <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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75f70ba1856029f7530b75cbd314597af55db867",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "75f70ba1856029f7530b75cbd314597af55db867",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 805c912d164c10de9db27434d8efc7890250f3eb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163) 
   * 75f70ba1856029f7530b75cbd314597af55db867 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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 417a28c522e477ba3fce81da65d6efa9ec097d02 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161) 
   * 805c912d164c10de9db27434d8efc7890250f3eb 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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 417a28c522e477ba3fce81da65d6efa9ec097d02 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161) 
   
   <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 #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6161",
       "triggerID" : "417a28c522e477ba3fce81da65d6efa9ec097d02",
       "triggerType" : "PUSH"
     }, {
       "hash" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163",
       "triggerID" : "805c912d164c10de9db27434d8efc7890250f3eb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "75f70ba1856029f7530b75cbd314597af55db867",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6191",
       "triggerID" : "75f70ba1856029f7530b75cbd314597af55db867",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 805c912d164c10de9db27434d8efc7890250f3eb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6163) 
   * 75f70ba1856029f7530b75cbd314597af55db867 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6191) 
   
   <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 pull request #4861: [HUDI-3461] The archived timeline for flink streaming reader should n…

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


   @hudi-bot run azure


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

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

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