[GitHub] flink pull request #5730: [FLINK-8961][tests] Port JobRetrievalITCase to fli...

2018-03-28 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5730#discussion_r177798624 --- Diff: flink-tests/src/test/java/org/apache/flink/test/example/client/JobRetrievalITCase.java --- @@ -80,42 +95,38 @@ public void testJobRetrieval

[GitHub] flink pull request #5771: [FLINK-9094] [tests] Harden AccumulatorLiveITCase

2018-03-28 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5771#discussion_r177746665 --- Diff: flink-tests/src/test/java/org/apache/flink/test/accumulators/AccumulatorLiveITCase.java --- @@ -167,6 +172,9 @@ private static void

[GitHub] flink issue #5694: [FLINK-8704][tests] Port SlotCountExceedingParallelismTes...

2018-03-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5694 ah i remembered why. I had to copy the test because this test is in `flink-runtime`. Here we don't have access to the `MiniClusterResource`. ---

[GitHub] flink issue #5694: [FLINK-8704][tests] Port SlotCountExceedingParallelismTes...

2018-03-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5694 that is true, yes. I'll update the PR, hang on. ---

[GitHub] flink issue #5760: [hotfix] [doc] fix maven version in building flink

2018-03-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5760 I would suggest to bump it to 3.2.5 as that's that latest version for which the shading works properly. ---

[GitHub] flink pull request #5780: [FLINK-8704][tests] Port ClassLoaderITCase to flip...

2018-03-28 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5780 [FLINK-8704][tests] Port ClassLoaderITCase to flip6 Partially based on #5766. ## What is the purpose of the change This PR ports the `ClassLoaderITCase` to flip6

[GitHub] flink issue #5778: [FLINK-8979] (part 1) Make Kafka end-to-end tests not emb...

2018-03-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5778 while you are at it, can you also add the savepoint tests to `run-nightly-tests.sh`? ---

[GitHub] flink pull request #5755: [FLINK-8740] [metrics] Create new JobManagerJobMet...

2018-03-27 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5755#discussion_r177497889 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java --- @@ -165,7 +166,7 @@ private final BlobServer blobServer

[GitHub] flink pull request #5755: [FLINK-8740] [metrics] Create new JobManagerJobMet...

2018-03-27 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5755#discussion_r177436964 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/factories/DefaultJobManagerJobMetricGroupFactory.java --- @@ -0,0 +1,46

[GitHub] flink pull request #5772: [FLINK-8963][tests] Port BigUserProgramJobSubmitIT...

2018-03-27 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5772 [FLINK-8963][tests] Port BigUserProgramJobSubmitITCase to MiniClusterResource ## What is the purpose of the change This PR ports the `BigUserProgramJobSubmitITCase` to flip6. The test

[GitHub] flink pull request #5771: [FLINK-9094] [tests] Harden AccumulatorLiveITCase

2018-03-27 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5771#discussion_r177343764 --- Diff: flink-tests/src/test/java/org/apache/flink/test/accumulators/AccumulatorLiveITCase.java --- @@ -167,6 +172,9 @@ private static void

[GitHub] flink pull request #5755: [FLINK-8740] [metrics] Create new JobManagerJobMet...

2018-03-27 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5755#discussion_r177340014 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/factories/DefaultJobManagerJobMetricGroupFactory.java --- @@ -0,0 +1,46

[GitHub] flink pull request #5771: [FLINK-9094] [tests] Harden AccumulatorLiveITCase

2018-03-27 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5771#discussion_r177339622 --- Diff: flink-tests/src/test/java/org/apache/flink/test/accumulators/AccumulatorLiveITCase.java --- @@ -167,6 +172,9 @@ private static void

[GitHub] flink issue #5769: [FLINK-9069] Add checkstyle rule to detect multiple conse...

2018-03-27 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5769 will merge this later today. ---

[GitHub] flink pull request #5767: [FLINK-8887] Wait for JobMaster leader election in...

2018-03-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5767#discussion_r177163114 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/MiniClusterClient.java --- @@ -67,7 +61,7 @@ private final

[GitHub] flink pull request #:

2018-03-26 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/commit/5803950ef0c8c57534b11de459b92d01da4d3fc0#commitcomment-28272592 In flink-end-to-end-tests/test-scripts/test_batch_allround.sh: In flink-end-to-end-tests/test-scripts/test_batch_allround.sh

[GitHub] flink pull request #5755: [FLINK-8740] [metrics] Create new JobManagerJobMet...

2018-03-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5755#discussion_r177087225 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/factories/DefaultJobManagerJobMetricGroupFactory.java --- @@ -0,0 +1,46

[GitHub] flink pull request #5755: [FLINK-8740] [metrics] Create new JobManagerJobMet...

2018-03-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5755#discussion_r177090323 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/factories/DefaultJobManagerJobMetricGroupFactory.java --- @@ -0,0 +1,46

[GitHub] flink issue #5763: [hotfix][tests] Hide output from config.sh

2018-03-26 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5763 merging. ---

[GitHub] flink pull request #5764: [FLINK-8940] [flip6] Add support for dispose savep...

2018-03-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5764#discussion_r177080293 --- Diff: flink-clients/src/test/java/org/apache/flink/client/program/rest/RestClusterClientTest.java --- @@ -536,6 +546,103 @@ public void

[GitHub] flink pull request #5764: [FLINK-8940] [flip6] Add support for dispose savep...

2018-03-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5764#discussion_r177082615 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/savepoints/SavepointDisposalRequest.java --- @@ -0,0 +1,47

[GitHub] flink pull request #5764: [FLINK-8940] [flip6] Add support for dispose savep...

2018-03-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5764#discussion_r177083854 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/DispatcherTest.java --- @@ -344,6 +363,42 @@ public void testJobRecovery() throws

[GitHub] flink pull request #5764: [FLINK-8940] [flip6] Add support for dispose savep...

2018-03-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5764#discussion_r177080326 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/minicluster/MiniCluster.java --- @@ -534,6 +534,18 @@ public void start() throws Exception

[GitHub] flink pull request #5766: [FLINK-8966][tests] Port AvroExternalJarProgramITC...

2018-03-26 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5766 [FLINK-8966][tests] Port AvroExternalJarProgramITCase to flip6 ## What is the purpose of the change This PR ports the `AvroExternalJarProgramITCase` to flip6. ## Brief change log

[GitHub] flink pull request #5763: [hotfix][tests] Hide output from config.sh

2018-03-26 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5763 [hotfix][tests] Hide output from config.sh ## What is the purpose of the change The `TaskManagerHeapSizeCalculationJavaBashTest` calls the `calcTMHeapSizeMB.sh/calcTMNetBufMem.sh` scripts

[GitHub] flink issue #5736: [FLINK-9042][tests] Port ResumeCheckpointManuallyITCase t...

2018-03-26 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5736 merging, ---

[GitHub] flink pull request #5715: [FLINK-8956][tests] Port RescalingITCase to flip6

2018-03-23 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/5715 ---

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176767320 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java --- @@ -1831,4 +1831,5 @@ public

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176769129 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/filecache/FileCache.java --- @@ -143,30 +160,23 @@ public void shutdown

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176767248 --- Diff: flink-tests/src/test/java/org/apache/flink/test/iterative/aggregators/AggregatorsITCase.java --- @@ -91,6 +93,7 @@ public void after() throws

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176767271 --- Diff: flink-tests/src/test/java/org/apache/flink/test/distributedcache/DistributedCacheTest.java --- @@ -40,6 +42,7 @@ /** * Test

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176768205 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/blob/BlobClientTest.java --- @@ -453,15 +460,51 @@ private void testGetFailsDuringStreaming

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176766216 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/filecache/FileCache.java --- @@ -267,101 +208,60 @@ private static Thread createShutdownHook

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176764920 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/filecache/FileCache.java --- @@ -267,101 +208,60 @@ private static Thread createShutdownHook

[GitHub] flink pull request #5736: [FLINK-9042][tests] Port ResumeCheckpointManuallyI...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5736#discussion_r176733032 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/ResumeCheckpointManuallyITCase.java --- @@ -263,56 +268,113 @@ private void

[GitHub] flink pull request #5728: [FLINK-8965][tests] Port TimestampITCase to flip6

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5728#discussion_r176731691 --- Diff: flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/TimestampITCase.java --- @@ -185,22 +177,23 @@ public void

[GitHub] flink pull request #5730: [FLINK-8961][tests] Port JobRetrievalITCase to fli...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5730#discussion_r176690193 --- Diff: flink-tests/src/test/java/org/apache/flink/test/example/client/JobRetrievalITCase.java --- @@ -21,54 +21,69 @@ import

[GitHub] flink pull request #5730: [FLINK-8961][tests] Port JobRetrievalITCase to fli...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5730#discussion_r176688158 --- Diff: flink-tests/src/test/java/org/apache/flink/test/example/client/JobRetrievalITCase.java --- @@ -80,42 +95,38 @@ public void testJobRetrieval

[GitHub] flink issue #5745: [FLINK-8976] [test] Add end-to-end test for resuming save...

2018-03-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5745 we may improve the test times by writing a custom reporter specifically for this test that writes to the log if the condition is met. ---

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5733#discussion_r176677567 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -0,0 +1,155 @@ +#!/usr/bin/env bash

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5733#discussion_r176677831 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -0,0 +1,155 @@ +#!/usr/bin/env bash

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5733#discussion_r176678628 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -0,0 +1,155 @@ +#!/usr/bin/env bash

[GitHub] flink pull request #5745: [FLINK-8976] [test] Add end-to-end test for resumi...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5745#discussion_r176677259 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -17,11 +17,25 @@ # limitations under the License

[GitHub] flink pull request #5745: [FLINK-8976] [test] Add end-to-end test for resumi...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5745#discussion_r176677065 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -17,11 +17,25 @@ # limitations under the License

[GitHub] flink issue #5727: [FLINK-8964][tests] Port JobSubmissionFailsITCase to flip...

2018-03-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5727 merging. ---

[GitHub] flink issue #5722: [FLINK-8958][tests] Port TaskCancelAsyncProducerConsumerI...

2018-03-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5722 merging. ---

[GitHub] flink issue #5719: [FLINK-8959][tests] Port AccumulatorLiveITCase to flip6

2018-03-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5719 merging. ---

[GitHub] flink issue #5720: [FLINK-8957][tests] Port JMXJobManagerMetricTest to flip6

2018-03-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5720 merging. ---

[GitHub] flink pull request #5715: [FLINK-8956][tests] Port RescalingITCase to flip6

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5715#discussion_r176663967 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/RescalingITCase.java --- @@ -528,54 +454,44 @@ public void

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176658024 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -306,18 +311,20 @@ public JobSubmissionResult

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176662757 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/blob/BlobClientTest.java --- @@ -453,15 +460,51 @@ private void testGetFailsDuringStreaming

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176662599 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/blob/BlobClientTest.java --- @@ -453,15 +460,51 @@ private void testGetFailsDuringStreaming

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176663553 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/filecache/FileCacheReadsFromBlobTest.java --- @@ -57,89 +65,59 @@ + "MI

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176658632 --- Diff: flink-end-to-end-tests/pom.xml --- @@ -78,6 +78,27 @@ under the License

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176660974 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobClient.java --- @@ -527,59 +403,83 @@ else if (response == RETURN_ERROR

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176658516 --- Diff: flink-end-to-end-tests/pom.xml --- @@ -78,6 +78,27 @@ under the License

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176659407 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java --- @@ -159,7 +162,7 @@ public

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176659832 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/JobGraph.java --- @@ -488,13 +493,36 @@ public void addJar(Path jar

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176658879 --- Diff: flink-libraries/flink-streaming-python/src/main/java/org/apache/flink/streaming/python/api/environment/PythonStreamExecutionEnvironment.java

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176661729 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/filecache/FileCache.java --- @@ -267,101 +208,60 @@ private static Thread createShutdownHook

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176662637 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/blob/BlobClientTest.java --- @@ -453,15 +460,51 @@ private void testGetFailsDuringStreaming

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176662188 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/filecache/FileCache.java --- @@ -267,101 +208,60 @@ private static Thread createShutdownHook

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176662946 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/filecache/FileCacheReadsFromBlobTest.java --- @@ -19,30 +19,38 @@ package

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176661496 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/filecache/FileCache.java --- @@ -267,101 +208,60 @@ private static Thread createShutdownHook

[GitHub] flink pull request #5580: [FLINK-8620] Enable shipping custom files to BlobS...

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5580#discussion_r176657746 --- Diff: flink-libraries/flink-python/src/test/java/org/apache/flink/python/api/PythonPlanBinderTest.java --- @@ -30,6 +33,7 @@ /** * Tests

[GitHub] flink pull request #5743: [FLINK-9051][build] Invert flip6 profile

2018-03-21 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5743 [FLINK-9051][build] Invert flip6 profile ## What is the purpose of the change Invert the `flip6` profile so that flip6 tests are run by default. You can merge this pull request into a Git

[GitHub] flink pull request #5738: [FLINK-8925][tests] Enable flip6 on travis

2018-03-21 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/5738 ---

[GitHub] flink pull request #5714: [FLINK-8925][tests] Enable Flip6 on travis

2018-03-21 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/5714 ---

[GitHub] flink pull request #5738: [FLINK-8925][tests] Enable flip6 on travis

2018-03-21 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5738 [FLINK-8925][tests] Enable flip6 on travis Minimal version of #5714. ## What is the purpose of the change This PR enables Flip6 for half of our travis profiles. You can merge

[GitHub] flink pull request #5736: [FLINK-9042][tests] Port ResumeCheckpointManuallyI...

2018-03-21 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5736 [FLINK-9042][tests] Port ResumeCheckpointManuallyITCase to flip6 ## What is the purpose of the change Ports the `ResumeCheckpointManuallyITCase` to use `MiniClusterResource

[GitHub] flink issue #4809: [FLINK-7803][Documentation] Add missing savepoint informa...

2018-03-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4809 @razvan100 I've merged the PR, could you close it? ---

[GitHub] flink issue #5479: [FLINK-8649] [scala api] Pass on TypeInfo in StreamExecut...

2018-03-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5479 merging. ---

[GitHub] flink issue #5717: [FLINK-9020][E2E Tests] Use separate modules per testcase

2018-03-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5717 merging. ---

[GitHub] flink issue #5708: [FLINK-8984][network] Drop taskmanager.exactly-once.block...

2018-03-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5708 merging. ---

[GitHub] flink issue #5718: [FLINK-8073][kafka-tests] Disable timeout in tests

2018-03-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5718 merging. ---

[GitHub] flink issue #5729: [FLINK-7343][kafka-tests] Fix test at-least-once test ins...

2018-03-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5729 merging. ---

[GitHub] flink pull request #5717: [FLINK-9020][E2E Tests] Use separate modules per t...

2018-03-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5717#discussion_r176032646 --- Diff: flink-end-to-end-tests/parent-child-classloading-test/pom.xml --- @@ -0,0 +1,107 @@ + + +http://maven.apache.org/POM/4.0.0

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5733#discussion_r176028721 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -0,0 +1,102 @@ +#!/usr/bin/env bash

[GitHub] flink pull request #5734: [FLINK-9026][Metrics] Close the TaskManagerMetricG...

2018-03-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5734#discussion_r176028213 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/taskmanager/TaskManager.scala --- @@ -265,7 +265,11 @@ class TaskManager( case t

[GitHub] flink pull request #5734: [FLINK-9026][Metrics] Close the TaskManagerMetricG...

2018-03-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5734#discussion_r176028191 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -292,6 +292,13 @@ public void start() throws Exception

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5733#discussion_r176020327 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -0,0 +1,102 @@ +#!/usr/bin/env bash

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5733#discussion_r176019938 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -0,0 +1,102 @@ +#!/usr/bin/env bash

[GitHub] flink pull request #5730: [FLINK-8961][tests] Port JobRetrievalITCase to fli...

2018-03-20 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5730 [FLINK-8961][tests] Port JobRetrievalITCase to flip6 ## What is the purpose of the change This PR ports the `JobRetrievalITCase` to flip6. The existing test was renamed

[GitHub] flink issue #5701: [FLINK-8703][tests] Port SavepointMigrationTestBase to Mi...

2018-03-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5701 @tillrohrmann done. I wouldn't squash the savepoint port commit with the accumulator changes though. ---

[GitHub] flink issue #5701: [FLINK-8703][tests] Port SavepointMigrationTestBase to Mi...

2018-03-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5701 let me quickly address the `getCOnfigurationSafe` comment and then let's merge them together. ---

[GitHub] flink pull request #5672: [FLINK-8872][flip6] fix yarn detached mode command...

2018-03-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5672#discussion_r175752444 --- Diff: flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontend.java --- @@ -225,7 +226,9 @@ protected void run(String[] args) throws Exception

[GitHub] flink pull request #5701: [FLINK-8703][tests] Port SavepointMigrationTestBas...

2018-03-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5701#discussion_r175751892 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/utils/SavepointMigrationTestBase.java --- @@ -194,49 +187,35 @@ protected final void

[GitHub] flink pull request #5728: [FLINK-8965][tests] Port TimestampITCase to flip6

2018-03-20 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5728 [FLINK-8965][tests] Port TimestampITCase to flip6 ## What is the purpose of the change Ports the `TimestampITCase` to use `MiniClusterResource`. ## Verifying this change

[GitHub] flink issue #5701: [FLINK-8703][tests] Port SavepointMigrationTestBase to Mi...

2018-03-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5701 @tillrohrmann I've addressed your comments regarding the accumulator commit. ---

[GitHub] flink pull request #5701: [FLINK-8703][tests] Port SavepointMigrationTestBas...

2018-03-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5701#discussion_r175735031 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/utils/SavepointMigrationTestBase.java --- @@ -194,49 +187,35 @@ protected final void

[GitHub] flink pull request #5701: [FLINK-8703][tests] Port SavepointMigrationTestBas...

2018-03-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5701#discussion_r175733781 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/AccumulatorReport.java --- @@ -0,0 +1,41 @@ +/* + * Licensed

[GitHub] flink pull request #5701: [FLINK-8703][tests] Port SavepointMigrationTestBas...

2018-03-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5701#discussion_r175733627 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/AccumulatorReport.java --- @@ -0,0 +1,41 @@ +/* + * Licensed

[GitHub] flink issue #5699: [FLINK-8942][runtime] Pass heartbeat target ResourceID

2018-03-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5699 @tillrohrmann I've addressed your comments. ---

[GitHub] flink pull request #5699: [FLINK-8942][runtime] Pass heartbeat target Resour...

2018-03-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5699#discussion_r175732315 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/heartbeat/HeartbeatManagerTest.java --- @@ -347,6 +348,162 @@ public void

[GitHub] flink pull request #5699: [FLINK-8942][runtime] Pass heartbeat target Resour...

2018-03-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5699#discussion_r175730535 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/heartbeat/HeartbeatManagerImpl.java --- @@ -106,8 +107,8 @@ Executor getExecutor

[GitHub] flink pull request #5672: [FLINK-8872][flip6] fix yarn detached mode command...

2018-03-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5672#discussion_r175724663 --- Diff: flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontend.java --- @@ -225,7 +226,9 @@ protected void run(String[] args) throws Exception

[GitHub] flink pull request #5727: [FLINK-8964][tests] Port JobSubmissionFailsITCase ...

2018-03-20 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5727 [FLINK-8964][tests] Port JobSubmissionFailsITCase to flip6 ## What is the purpose of the change Ports the `JobSubmissionFailsITCase` to use `MiniClusterResource`. ## Brief change

[GitHub] flink issue #5580: [FLINK-8620] Enable shipping custom files to BlobStore an...

2018-03-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5580 Not supporting directories would be a regression regardless of whether the Python API needs it or not. We either have to add a new method with different behavior, or zip directories

[GitHub] flink pull request #5719: [FLINK-8959][tests] Port AccumulatorLiveITCase to ...

2018-03-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5719#discussion_r175702017 --- Diff: flink-tests/src/test/java/org/apache/flink/test/accumulators/AccumulatorLiveITCase.java --- @@ -18,292 +18,188 @@ package

[GitHub] flink pull request #5719: [FLINK-8959][tests] Port AccumulatorLiveITCase to ...

2018-03-19 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5719#discussion_r175566292 --- Diff: flink-tests/src/test/java/org/apache/flink/test/accumulators/AccumulatorLiveITCase.java --- @@ -18,292 +18,188 @@ package

<    5   6   7   8   9   10   11   12   13   14   >