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/01/20 10:12:17 UTC

[GitHub] [flink] tillrohrmann opened a new pull request #18419: [FLINK-25709] Always delete non-deterministic working directories

tillrohrmann opened a new pull request #18419:
URL: https://github.com/apache/flink/pull/18419


   This commit introduces the distinction between deterministic and non-deterministic
   working directories. The former have an explicit configured ResourceID. The latter
   will always be deleted because the assumption is that the user won't want to recover
   from them. Otherwise, he would have given a deterministic ResourceID.


-- 
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] tillrohrmann commented on pull request #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   Thanks for the review @zentol. I've addressed your comments. I also had to add another fixup commit in order to add the shutdown hook to the `TaskManagerRunner`. The problem was that we initialized several services in the constructor where we also registered the shut down hook. This could then lead to the situation that either the shutdown hook wasn't registered or that the initialization and the shutdown logic was running concurrently. In order to fix this up, I have moved the service initialization out of the constructor into a method that is called by the `start` method.


-- 
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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792) 
   
   <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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   
   <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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   
   <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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   
   <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] zentol commented on a change in pull request #18419: [FLINK-25709] Always delete non-deterministic working directories

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



##########
File path: flink-tests/src/test/java/org/apache/flink/test/recovery/ClusterEntrypointITCase.java
##########
@@ -81,4 +87,45 @@ public void testWorkingDirectoryIsNotDeletedInCaseOfProcessFailure() throws Exce
             }
         }
     }
+
+    @Test
+    public void testNondeterministicWorkingDirectoryIsDeletedInCaseOfProcessFailure()
+            throws Exception {
+        final File workingDirBase = TEMPORARY_FOLDER.newFolder();
+
+        final Configuration configuration = new Configuration();
+        configuration.set(
+                ClusterOptions.PROCESS_WORKING_DIR_BASE, workingDirBase.getAbsolutePath());
+
+        final TestProcessBuilder.TestProcess jobManagerProcess =
+                new TestProcessBuilder(
+                                DispatcherProcess.DispatcherProcessEntryPoint.class.getName())
+                        .addConfigAsMainClassArgs(configuration)
+                        .start();
+
+        boolean success = false;
+        try {
+            CommonTestUtils.waitUntilCondition(
+                    () -> Files.list(workingDirBase.toPath()).findAny().isPresent(),
+                    Deadline.fromNow(Duration.ofMinutes(1L)));
+
+            final File workingDirectory =
+                    Iterables.getOnlyElement(
+                                    Files.list(workingDirBase.toPath())

Review comment:
       same as above

##########
File path: flink-tests/src/test/java/org/apache/flink/test/recovery/ClusterEntrypointITCase.java
##########
@@ -81,4 +87,45 @@ public void testWorkingDirectoryIsNotDeletedInCaseOfProcessFailure() throws Exce
             }
         }
     }
+
+    @Test
+    public void testNondeterministicWorkingDirectoryIsDeletedInCaseOfProcessFailure()
+            throws Exception {
+        final File workingDirBase = TEMPORARY_FOLDER.newFolder();
+
+        final Configuration configuration = new Configuration();
+        configuration.set(
+                ClusterOptions.PROCESS_WORKING_DIR_BASE, workingDirBase.getAbsolutePath());
+
+        final TestProcessBuilder.TestProcess jobManagerProcess =
+                new TestProcessBuilder(
+                                DispatcherProcess.DispatcherProcessEntryPoint.class.getName())
+                        .addConfigAsMainClassArgs(configuration)
+                        .start();
+
+        boolean success = false;
+        try {
+            CommonTestUtils.waitUntilCondition(
+                    () -> Files.list(workingDirBase.toPath()).findAny().isPresent(),

Review comment:
       The stream returned by Files.list needs to be closed.




-- 
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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792) 
   * 154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4 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] tillrohrmann commented on a change in pull request #18419: [FLINK-25709] Always delete non-deterministic working directories

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



##########
File path: flink-tests/src/test/java/org/apache/flink/test/recovery/ClusterEntrypointITCase.java
##########
@@ -81,4 +87,45 @@ public void testWorkingDirectoryIsNotDeletedInCaseOfProcessFailure() throws Exce
             }
         }
     }
+
+    @Test
+    public void testNondeterministicWorkingDirectoryIsDeletedInCaseOfProcessFailure()
+            throws Exception {
+        final File workingDirBase = TEMPORARY_FOLDER.newFolder();
+
+        final Configuration configuration = new Configuration();
+        configuration.set(
+                ClusterOptions.PROCESS_WORKING_DIR_BASE, workingDirBase.getAbsolutePath());
+
+        final TestProcessBuilder.TestProcess jobManagerProcess =
+                new TestProcessBuilder(
+                                DispatcherProcess.DispatcherProcessEntryPoint.class.getName())
+                        .addConfigAsMainClassArgs(configuration)
+                        .start();
+
+        boolean success = false;
+        try {
+            CommonTestUtils.waitUntilCondition(
+                    () -> Files.list(workingDirBase.toPath()).findAny().isPresent(),

Review comment:
       Will do.

##########
File path: flink-tests/src/test/java/org/apache/flink/test/recovery/ClusterEntrypointITCase.java
##########
@@ -81,4 +87,45 @@ public void testWorkingDirectoryIsNotDeletedInCaseOfProcessFailure() throws Exce
             }
         }
     }
+
+    @Test
+    public void testNondeterministicWorkingDirectoryIsDeletedInCaseOfProcessFailure()
+            throws Exception {
+        final File workingDirBase = TEMPORARY_FOLDER.newFolder();
+
+        final Configuration configuration = new Configuration();
+        configuration.set(
+                ClusterOptions.PROCESS_WORKING_DIR_BASE, workingDirBase.getAbsolutePath());
+
+        final TestProcessBuilder.TestProcess jobManagerProcess =
+                new TestProcessBuilder(
+                                DispatcherProcess.DispatcherProcessEntryPoint.class.getName())
+                        .addConfigAsMainClassArgs(configuration)
+                        .start();
+
+        boolean success = false;
+        try {
+            CommonTestUtils.waitUntilCondition(
+                    () -> Files.list(workingDirBase.toPath()).findAny().isPresent(),
+                    Deadline.fromNow(Duration.ofMinutes(1L)));
+
+            final File workingDirectory =
+                    Iterables.getOnlyElement(
+                                    Files.list(workingDirBase.toPath())

Review comment:
       Will do.




-- 
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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792) 
   
   <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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29811",
       "triggerID" : "154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792) 
   * 154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29811) 
   
   <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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792) 
   
   <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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29811",
       "triggerID" : "154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * 154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29811) 
   
   <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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   
   <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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792) 
   * 154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4 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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792) 
   
   <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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792) 
   
   <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] tillrohrmann closed pull request #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   


-- 
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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   
   <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] tillrohrmann edited a comment on pull request #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   Thanks for the review @zentol. I've addressed your comments. I also had to add another fixup commit in order to add the shutdown hook to the `TaskManagerRunner`. The problem was that we initialized several services in the constructor where we also registered the shut down hook. This could then lead to the situation that either the shutdown hook wasn't registered when `SIGTERM` came or that the initialization and the shutdown logic was running concurrently. In order to fix this up, I have moved the service initialization out of the constructor into a method that is called by the `start` method.
   
   The alternative would have been to run the constructor under the `lock` which seemed a bit weird because also then it was important to register the shutdown hook before any resource was created. Otherwise we might miss the signal and keep resources around.


-- 
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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   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 d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 (Thu Jan 20 10:16:04 UTC 2022)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 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] tillrohrmann edited a comment on pull request #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   Thanks for the review @zentol. I've addressed your comments. I also had to add another fixup commit in order to add the shutdown hook to the `TaskManagerRunner`. The problem was that we initialized several services in the constructor where we also registered the shut down hook. This could then lead to the situation that either the shutdown hook wasn't registered when `SIGTERM` came or that the initialization and the shutdown logic was running concurrently. In order to fix this up, I have moved the service initialization out of the constructor into a method that is called by the `start` method.


-- 
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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779) 
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792) 
   
   <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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792) 
   * 154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4 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 #18419: [FLINK-25709] Always delete non-deterministic working directories

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29779",
       "triggerID" : "d5a3b61fa3b75fa783fec97ddfe0232ce61bdee0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "166906da9cadb7d8bb75136fdd9521f39b227f61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785",
       "triggerID" : "d2628b5476cdf9338cff7b117f1ac69e52734110",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792",
       "triggerID" : "a6a1d67b3b03d6d8299ffc407de78de78126da49",
       "triggerType" : "PUSH"
     }, {
       "hash" : "154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 166906da9cadb7d8bb75136fdd9521f39b227f61 UNKNOWN
   * d2628b5476cdf9338cff7b117f1ac69e52734110 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29785) 
   * a6a1d67b3b03d6d8299ffc407de78de78126da49 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29792) 
   * 154fdd182b7b0a7d7aa0e99093b6dcf9ed1889b4 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