You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "xuyangzhong (via GitHub)" <gi...@apache.org> on 2024/01/30 09:51:00 UTC

[PR] [FLINK-34271][table-planner] fix the potential failure test about GroupAggregateRestoreTest#AGG_WITH_STATE_TTL_HINT [flink]

xuyangzhong opened a new pull request, #24226:
URL: https://github.com/apache/flink/pull/24226

   ## What is the purpose of the change
   
   This pr tries to fix the Due to state TTL, the state in the metadata savepoint may expire. Therefore, we should not rely on the state data in the savepoint to test.
   
   ## Brief change log
   
     - *Remove the dependency on the state data in the savepoint when testing*
   
   ## Verifying this change
   
   The modified test can cover this pr.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? 
   


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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


Re: [PR] [FLINK-34271][table-planner] fix the potential failure test about GroupAggregateRestoreTest#AGG_WITH_STATE_TTL_HINT [flink]

Posted by "xuyangzhong (via GitHub)" <gi...@apache.org>.
xuyangzhong commented on PR #24226:
URL: https://github.com/apache/flink/pull/24226#issuecomment-1918697856

   @flinkbot 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: issues-unsubscribe@flink.apache.org

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


Re: [PR] [FLINK-34271][table-planner] fix the potential failure test about GroupAggregateRestoreTest#AGG_WITH_STATE_TTL_HINT [flink]

Posted by "LadyForest (via GitHub)" <gi...@apache.org>.
LadyForest merged PR #24226:
URL: https://github.com/apache/flink/pull/24226


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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


Re: [PR] [FLINK-34271][table-planner] fix the potential failure test about GroupAggregateRestoreTest#AGG_WITH_STATE_TTL_HINT [flink]

Posted by "flinkbot (via GitHub)" <gi...@apache.org>.
flinkbot commented on PR #24226:
URL: https://github.com/apache/flink/pull/24226#issuecomment-1916472032

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "36e9b87d95a386244649e4fdc45711803ba12a63",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "36e9b87d95a386244649e4fdc45711803ba12a63",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 36e9b87d95a386244649e4fdc45711803ba12a63 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot 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: issues-unsubscribe@flink.apache.org

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


Re: [PR] [FLINK-34271][table-planner] fix the potential failure test about GroupAggregateRestoreTest#AGG_WITH_STATE_TTL_HINT [flink]

Posted by "xuyangzhong (via GitHub)" <gi...@apache.org>.
xuyangzhong commented on PR #24226:
URL: https://github.com/apache/flink/pull/24226#issuecomment-1918700224

   The failure is caused by https://issues.apache.org/jira/browse/FLINK-34272


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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