You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/06/15 03:21:43 UTC

[GitHub] [flink] lincoln-lil opened a new pull request, #19961: [hotfix][runtime] Cleanup for the temporary fix of FLINK-13063 which is completely solved by FLINK-16219

lincoln-lil opened a new pull request, #19961:
URL: https://github.com/apache/flink/pull/19961

   ## What is the purpose of the change
   1. In FLINK-13063 the chaining strategy of AsyncWaitOperatorFactory is HEAD, AsyncWaitOperatorTest#addAsyncOperatorLegacyChained is for manually setting it to ALWAYS,
   and now it is no long needed since FLINK-16219 change the chaining strategy of AsyncWaitOperatorFactory to ALWAYS.
   
   2. test case rename: testStateSnapshotAndRestoreWithObjectReused -> testObjectReused
   because the case does not contain the snapshot and restore logic in it.
   
   ## Brief change log
   update AsyncWaitOperatorTest
   
   ## Verifying this change
   AsyncWaitOperatorTest
   
   ## 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)


-- 
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


[GitHub] [flink] flinkbot commented on pull request #19961: [hotfix][runtime] Cleanup for the temporary fix of FLINK-13063 which is completely solved by FLINK-16219

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #19961:
URL: https://github.com/apache/flink/pull/19961#issuecomment-1155941407

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "827841eaac51e4afcdd0d6f8665b16fccc8b9c7b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "827841eaac51e4afcdd0d6f8665b16fccc8b9c7b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 827841eaac51e4afcdd0d6f8665b16fccc8b9c7b 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


[GitHub] [flink] gaoyunhaii closed pull request #19961: [hotfix][runtime] Cleanup for the temporary fix of FLINK-13063 which is completely solved by FLINK-16219

Posted by GitBox <gi...@apache.org>.
gaoyunhaii closed pull request #19961: [hotfix][runtime] Cleanup for the temporary fix of FLINK-13063 which is completely solved by FLINK-16219
URL: https://github.com/apache/flink/pull/19961


-- 
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