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 2021/10/19 10:11:43 UTC

[GitHub] [flink] PatrickRen opened a new pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

PatrickRen opened a new pull request #17519:
URL: https://github.com/apache/flink/pull/17519


   ## What is the purpose of the change
   
   This PR changes the launching command of Flink container to print JM and TM logs on STDOUT, which will then be consumed back in log4j when running tests
   
   
   ## Brief change log
   
   - Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests
   
   
   ## Verifying this change
   
   This change is already covered by existing tests, such as `KafkaSourceE2ECase`
   
   ## 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? (not applicable)
   


-- 
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] PatrickRen commented on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
PatrickRen commented on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-947255847


   @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] PatrickRen commented on pull request #17519: [FLINK-24368][testutils] Refactor FlinkContainer to split JM and TMs into different containers and supports HA

Posted by GitBox <gi...@apache.org>.
PatrickRen commented on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-977708524


   Please turn to #17892


-- 
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 edited a comment on pull request #17519: [FLINK-24368][testutils] Refactor FlinkContainer to split JM and TMs into different containers and supports HA

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131",
       "triggerID" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26392",
       "triggerID" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "triggerType" : "PUSH"
     }, {
       "hash" : "958332c60f7fdf8bd3b402bff4dff469448885b2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26520",
       "triggerID" : "958332c60f7fdf8bd3b402bff4dff469448885b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f322d52abfc8f66e1c6705e02a1b07e5448136a4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f322d52abfc8f66e1c6705e02a1b07e5448136a4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 958332c60f7fdf8bd3b402bff4dff469448885b2 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26520) 
   * f322d52abfc8f66e1c6705e02a1b07e5448136a4 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] flinkbot commented on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

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


   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit 3b693fd284dec0633e572d6e0428bc1153bc0ed9 (Tue Oct 19 10:14:08 UTC 2021)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
    * **This pull request references an unassigned [Jira ticket](https://issues.apache.org/jira/browse/FLINK-24368).** According to the [code contribution guide](https://flink.apache.org/contributing/contribute-code.html), tickets need to be assigned before starting with the implementation work.
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </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] flinkbot edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131",
       "triggerID" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ebe077c26b5f3c6214e6d9308af6925ab3f9a53f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131) 
   * 1b8f20ef7a9389445c75c0f2b623c6ab0f627870 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] flinkbot edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131",
       "triggerID" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26392",
       "triggerID" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "triggerType" : "PUSH"
     }, {
       "hash" : "958332c60f7fdf8bd3b402bff4dff469448885b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26520",
       "triggerID" : "958332c60f7fdf8bd3b402bff4dff469448885b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1b8f20ef7a9389445c75c0f2b623c6ab0f627870 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26392) 
   * 958332c60f7fdf8bd3b402bff4dff469448885b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26520) 
   
   <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] flinkbot edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131",
       "triggerID" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ebe077c26b5f3c6214e6d9308af6925ab3f9a53f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131) 
   
   <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] fapaul commented on a change in pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
fapaul commented on a change in pull request #17519:
URL: https://github.com/apache/flink/pull/17519#discussion_r732578188



##########
File path: flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/FlinkContainer.java
##########
@@ -385,6 +385,17 @@ public FlinkContainer build() {
 
         private ImageFromDockerfile buildConfiguredImage(
                 Path workersFile, Path configurationFile, String baseImage) {
+            // Build cluster startup command
+            StringBuilder commandBuilder = new StringBuilder();

Review comment:
       Does the old log collection mechanism still work https://github.com/apache/flink/blob/3b693fd284dec0633e572d6e0428bc1153bc0ed9/flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/FlinkContainer.java#L128?
   It feels that we are not writing to the log directory anymore




-- 
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 edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131",
       "triggerID" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26392",
       "triggerID" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "triggerType" : "PUSH"
     }, {
       "hash" : "958332c60f7fdf8bd3b402bff4dff469448885b2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26520",
       "triggerID" : "958332c60f7fdf8bd3b402bff4dff469448885b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 958332c60f7fdf8bd3b402bff4dff469448885b2 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26520) 
   
   <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] flinkbot edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131",
       "triggerID" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26392",
       "triggerID" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "triggerType" : "PUSH"
     }, {
       "hash" : "958332c60f7fdf8bd3b402bff4dff469448885b2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "958332c60f7fdf8bd3b402bff4dff469448885b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1b8f20ef7a9389445c75c0f2b623c6ab0f627870 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26392) 
   * 958332c60f7fdf8bd3b402bff4dff469448885b2 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] flinkbot edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 3b693fd284dec0633e572d6e0428bc1153bc0ed9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211) 
   
   <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] flinkbot edited a comment on pull request #17519: [FLINK-24368][testutils] Refactor FlinkContainer to split JM and TMs into different containers and supports HA

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131",
       "triggerID" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26392",
       "triggerID" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "triggerType" : "PUSH"
     }, {
       "hash" : "958332c60f7fdf8bd3b402bff4dff469448885b2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26520",
       "triggerID" : "958332c60f7fdf8bd3b402bff4dff469448885b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f322d52abfc8f66e1c6705e02a1b07e5448136a4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26994",
       "triggerID" : "f322d52abfc8f66e1c6705e02a1b07e5448136a4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 958332c60f7fdf8bd3b402bff4dff469448885b2 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26520) 
   * f322d52abfc8f66e1c6705e02a1b07e5448136a4 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26994) 
   
   <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] flinkbot edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 3b693fd284dec0633e572d6e0428bc1153bc0ed9 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211) 
   
   <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] flinkbot edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3b693fd284dec0633e572d6e0428bc1153bc0ed9 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211) 
   * ebe077c26b5f3c6214e6d9308af6925ab3f9a53f 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] flinkbot commented on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3b693fd284dec0633e572d6e0428bc1153bc0ed9 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] flinkbot edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131",
       "triggerID" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26392",
       "triggerID" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ebe077c26b5f3c6214e6d9308af6925ab3f9a53f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131) 
   * 1b8f20ef7a9389445c75c0f2b623c6ab0f627870 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26392) 
   
   <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] flinkbot edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131",
       "triggerID" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26392",
       "triggerID" : "1b8f20ef7a9389445c75c0f2b623c6ab0f627870",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1b8f20ef7a9389445c75c0f2b623c6ab0f627870 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26392) 
   
   <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] PatrickRen closed pull request #17519: [FLINK-24368][testutils] Refactor FlinkContainer to split JM and TMs into different containers and supports HA

Posted by GitBox <gi...@apache.org>.
PatrickRen closed pull request #17519:
URL: https://github.com/apache/flink/pull/17519


   


-- 
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 edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3b693fd284dec0633e572d6e0428bc1153bc0ed9 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211) 
   
   <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] PatrickRen commented on a change in pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
PatrickRen commented on a change in pull request #17519:
URL: https://github.com/apache/flink/pull/17519#discussion_r732640315



##########
File path: flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/FlinkContainer.java
##########
@@ -385,6 +385,17 @@ public FlinkContainer build() {
 
         private ImageFromDockerfile buildConfiguredImage(
                 Path workersFile, Path configurationFile, String baseImage) {
+            // Build cluster startup command
+            StringBuilder commandBuilder = new StringBuilder();

Review comment:
       Thanks for the review @fapaul ! This is still working because both `ConsoleAppender` and `RollingFileAppender` are used in `log4j-console.properties`, so the log will still be appended to `flink/log/`.
   
   But I just noticed that `FlinkContainer` implements JUnit 4 style `TestLifecycleAware` interface for listening to test runs and dump logs if the run fails, but this won't work on JUnit 5. I'll have a deeper look into this issue. 




-- 
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] fapaul commented on a change in pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
fapaul commented on a change in pull request #17519:
URL: https://github.com/apache/flink/pull/17519#discussion_r732578188



##########
File path: flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/FlinkContainer.java
##########
@@ -385,6 +385,17 @@ public FlinkContainer build() {
 
         private ImageFromDockerfile buildConfiguredImage(
                 Path workersFile, Path configurationFile, String baseImage) {
+            // Build cluster startup command
+            StringBuilder commandBuilder = new StringBuilder();

Review comment:
       Does the old log collection mechanism still work https://github.com/apache/flink/blob/3b693fd284dec0633e572d6e0428bc1153bc0ed9/flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/FlinkContainer.java#L128?




-- 
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 edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3b693fd284dec0633e572d6e0428bc1153bc0ed9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211) 
   
   <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] flinkbot edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 3b693fd284dec0633e572d6e0428bc1153bc0ed9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211) 
   
   <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] flinkbot edited a comment on pull request #17519: [FLINK-24368][testutils] Print logs JobManager and TaskManager on STDOUT in Flink container for redirecting to log4j in tests

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17519:
URL: https://github.com/apache/flink/pull/17519#issuecomment-946579332


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3b693fd284dec0633e572d6e0428bc1153bc0ed9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211",
       "triggerID" : "947255847",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131",
       "triggerID" : "ebe077c26b5f3c6214e6d9308af6925ab3f9a53f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3b693fd284dec0633e572d6e0428bc1153bc0ed9 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25211) 
   * ebe077c26b5f3c6214e6d9308af6925ab3f9a53f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26131) 
   
   <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