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/10/13 13:41:10 UTC

[GitHub] [flink] XComp opened a new pull request, #21055: [FLINK-29576][runtime] Collects serialized OperatorCoordinators before adding them to JobVertex

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

   The serialization was parallelized in FLINK-26675. Adding the OperatorCoordinator instances concurrently occasionally caused problems with instances being dropped.
   
   This is a 1.16 backport of PR #21019 . The parent PR was approved. No conflicts appeared during backport.


-- 
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] XComp commented on pull request #21055: [BP-1.16][FLINK-29576][runtime] Collects serialized OperatorCoordinators before adding them to JobVertex

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

   @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


[GitHub] [flink] XComp merged pull request #21055: [BP-1.16][FLINK-29576][runtime] Collects serialized OperatorCoordinators before adding them to JobVertex

Posted by GitBox <gi...@apache.org>.
XComp merged PR #21055:
URL: https://github.com/apache/flink/pull/21055


-- 
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 #21055: [BP-1.16][FLINK-29576][runtime] Collects serialized OperatorCoordinators before adding them to JobVertex

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "45a766fa92a9323649e840d5ec59f2d21e50d7fa",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "45a766fa92a9323649e840d5ec59f2d21e50d7fa",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 45a766fa92a9323649e840d5ec59f2d21e50d7fa 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] XComp commented on pull request #21055: [BP-1.16][FLINK-29576][runtime] Collects serialized OperatorCoordinators before adding them to JobVertex

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

   The [build failure](https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=41996&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=17943) is unrelated to this change. It's caused by FLINK-29427


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