[GitHub] flink pull request #5463: [FLINK-8475][config][docs] Integrate YARN options

2018-02-12 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5463#discussion_r167612224 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/configuration/YarnConfigOptions.java --- @@ -79,14 +87,18 @@ */ public static

[GitHub] flink pull request #5463: [FLINK-8475][config][docs] Integrate YARN options

2018-02-12 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5463#discussion_r167611073 --- Diff: docs/ops/config.md --- @@ -408,38 +408,7 @@ of the JobManager, because the same ActorSystem is used. Its not possible to use ### YARN

[GitHub] flink issue #5464: [FLINK-8475][config][docs] Integrate Checkpointing option...

2018-02-12 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5464 merging. ---

[GitHub] flink pull request #5462: [FLINK-8475][config][docs] Integrate HA-ZK options

2018-02-12 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5462#discussion_r167610029 --- Diff: docs/ops/config.md --- @@ -502,27 +502,7 @@ Previously this key was named `recovery.mode` and the default value was `standal

[GitHub] flink pull request #5462: [FLINK-8475][config][docs] Integrate HA-ZK options

2018-02-12 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5462#discussion_r167609071 --- Diff: docs/ops/config.md --- @@ -502,27 +502,7 @@ Previously this key was named `recovery.mode` and the default value was `standal

[GitHub] flink pull request #5462: [FLINK-8475][config][docs] Integrate HA-ZK options

2018-02-12 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5462#discussion_r167608682 --- Diff: docs/ops/config.md --- @@ -502,27 +502,7 @@ Previously this key was named `recovery.mode` and the default value was `standal

[GitHub] flink pull request #5459: [FLINK-8475][config][docs] Integrate FS options

2018-02-12 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5459#discussion_r167608020 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/CoreOptions.java --- @@ -127,7 +130,30 @@ */ public static final

[GitHub] flink pull request #5459: [FLINK-8475][config][docs] Integrate FS options

2018-02-12 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5459#discussion_r167606303 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/CoreOptions.java --- @@ -127,7 +130,30 @@ */ public static final

[GitHub] flink issue #5392: [FLINK-8475][config][docs] Integrate JM options

2018-02-12 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5392 merging. ---

[GitHub] flink issue #5391: [FLINK-8475][config][docs] Integrate BlobServer options

2018-02-12 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5391 yes, this wasn't in there at all :) merging. ---

[GitHub] flink issue #5390: [FLINK-8475][config][docs] Integrate SlotManager options

2018-02-12 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5390 merging. ---

[GitHub] flink issue #5389: [FLINK-8475][config][docs] Integrate REST options

2018-02-12 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5389 merging. ---

[GitHub] flink issue #5387: [FLINK-8475][config][docs] Integrate optimizer options

2018-02-12 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5387 Oh i just forgot the annotation, will add `@PublicEvolving` while merging... ---

[GitHub] flink issue #5461: [FLINK-8475][config][docs] Integrate Mesos options

2018-02-12 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5461 yes, it will show up in the HA table. merging. ---

[GitHub] flink issue #5460: [FLINK-8475][config][docs] Integrate Algorithm options

2018-02-12 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5460 merging. ---

[GitHub] flink issue #5392: [FLINK-8475][config][docs] Integrate JM options

2018-02-12 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5392 plenty of missing options are being added by these PRs 😓 ---

[GitHub] flink pull request #5392: [FLINK-8475][config][docs] Integrate JM options

2018-02-12 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5392#discussion_r167596687 --- Diff: docs/ops/config.md --- @@ -322,7 +321,6 @@ The following parameters configure Flink's JobManager and TaskManagers. - `taskmanager.exit

[GitHub] flink issue #5461: [FLINK-8475][config][docs] Integrate Mesos options

2018-02-12 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5461 Currently we assign each `ConfigOption` to exactly one table, so there's little we can do at the moment about this option. ---

[GitHub] flink issue #5415: [FLINK-3655] [core] Support multiple paths in FileInputFo...

2018-02-12 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5415 What would speak against creating a new FileInputFormat that supports multiple paths instead? Common code could be moved into a shared super class (I _think_ that would be allowed). ---

[GitHub] flink pull request #5464: [FLINK-8475][config][docs] Integrate Checkpointing...

2018-02-12 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5464 [FLINK-8475][config][docs] Integrate Checkpointing options ## What is the purpose of the change This PR integrates the Checkpointing `ConfigOptions` into the configuration docs generator

[GitHub] flink pull request #5463: [FLINK-8475][config][docs] Integrate YARN options

2018-02-12 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5463 [FLINK-8475][config][docs] Integrate YARN options ## What is the purpose of the change This PR integrates the YARN `ConfigOptions` into the configuration docs generator. ## Brief

[GitHub] flink pull request #5462: [FLINK-8475][config][docs] Integrate HA-ZK options

2018-02-12 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5462 [FLINK-8475][config][docs] Integrate HA-ZK options ## What is the purpose of the change This PR integrates the Zookeeper HA `ConfigOptions` into the configuration docs generator

[GitHub] flink pull request #5461: [FLINK-8475][config][docs] Integrate Mesos options

2018-02-12 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5461 [FLINK-8475][config][docs] Integrate Mesos options ## What is the purpose of the change This PR integrates the Mesos `ConfigOptions` into the configuration docs generator. ## Brief

[GitHub] flink pull request #5442: [FLINK-7713][flip6] Implement JarUploadHandler

2018-02-12 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5442#discussion_r167542881 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/ng/JarUploadHandler.java --- @@ -0,0 +1,103

[GitHub] flink pull request #5455: [FLINK-7711][flip6] Port JarListHandler

2018-02-12 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5455#discussion_r167542075 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/ng/JarListHandler.java --- @@ -0,0 +1,156 @@ +/* + * Licensed

[GitHub] flink pull request #5455: [FLINK-7711][flip6] Port JarListHandler

2018-02-12 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5455#discussion_r167541843 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/ng/JarUploadHandler.java --- @@ -0,0 +1,103

[GitHub] flink pull request #5455: [FLINK-7711][flip6] Port JarListHandler

2018-02-12 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5455#discussion_r167540798 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/ng/JarListHandler.java --- @@ -0,0 +1,156 @@ +/* + * Licensed

[GitHub] flink pull request #5460: [FLINK-8475][config][docs] Integrate Algorithm opt...

2018-02-12 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5460 [FLINK-8475][config][docs] Integrate Algorithm options ## What is the purpose of the change This PR ports the runtime algorithm ConfigConstants to `ConfigOptions` and integrates them

[GitHub] flink pull request #5459: [FLINK-8475][config][docs] Integrate FS options

2018-02-12 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5459 [FLINK-8475][config][docs] Integrate FS options ## What is the purpose of the change This PR ports the fileystem ConfigConstants to `ConfigOptions` and integrates them

[GitHub] flink pull request #5443: [FLINK-8626] Introduce BackPressureStatsTracker in...

2018-02-10 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5443#discussion_r167413109 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/WebRuntimeMonitor.java --- @@ -143,7 +143,7 @@ private final

[GitHub] flink pull request #5443: [FLINK-8626] Introduce BackPressureStatsTracker in...

2018-02-10 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5443#discussion_r167412925 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/legacy/JobVertexBackPressureHandlerTest.java --- @@ -57,7 +57,7 @@ public void

[GitHub] flink pull request #5447: [FLINK-8423] OperatorChain#pushToOperator catch bl...

2018-02-10 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5447#discussion_r167395295 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/OperatorChain.java --- @@ -591,16 +591,18 @@ public void collect

[GitHub] flink pull request #5447: [FLINK-8423] OperatorChain#pushToOperator catch bl...

2018-02-10 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5447#discussion_r167392891 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/OperatorChain.java --- @@ -591,16 +591,18 @@ public void collect

[GitHub] flink pull request #5443: [FLINK-8626] Introduce BackPressureStatsTracker in...

2018-02-09 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5443#discussion_r167267838 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/WebRuntimeMonitor.java --- @@ -143,7 +143,7 @@ private final

[GitHub] flink pull request #5443: [FLINK-8626] Introduce BackPressureStatsTracker in...

2018-02-09 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5443#discussion_r167268048 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/backpressure/VoidBackPressureStatsTracker.java --- @@ -0,0 +1,36

[GitHub] flink issue #5426: [FLINK-8362] [elasticsearch] Shade all ES connector depen...

2018-02-08 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5426 notice files look good to me. ---

[GitHub] flink pull request #5426: [FLINK-8362] [elasticsearch] Shade all ES connecto...

2018-02-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5426#discussion_r166906856 --- Diff: flink-connectors/flink-connector-elasticsearch2/src/main/resources/META-INF/NOTICE --- @@ -0,0 +1,86 @@ +This project includes software

[GitHub] flink pull request #5426: [FLINK-8362] [elasticsearch] Shade all ES connecto...

2018-02-08 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5426#discussion_r166904848 --- Diff: flink-connectors/flink-connector-elasticsearch/src/main/resources/META-INF/NOTICE --- @@ -0,0 +1,57 @@ +This project includes software

[GitHub] flink issue #5357: [hotfix][JobGraph] Eliminate the conditions of parallelis...

2018-02-07 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5357 @maqingxiang You are correct that the parallelism check is redundant, but that doesn't automatically mean that it should be removed. This change imo hurts readability as the basic parallelism

[GitHub] flink pull request #5418: [FLINK-8553] switch flink-metrics-datadog to async...

2018-02-07 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5418#discussion_r166564479 --- Diff: flink-metrics/flink-metrics-datadog/src/main/java/org/apache/flink/metrics/datadog/DatadogHttpClient.java --- @@ -94,4 +96,22 @@ public void close

[GitHub] flink pull request #5420: [FLINK-8576][QS] Reduce verbosity when classes can...

2018-02-07 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5420 [FLINK-8576][QS] Reduce verbosity when classes can't be found This PR reduces the verbosity of DEBUG logging messages when the flink-queryable-state-runtime jar is not on the classpath. Instead

[GitHub] flink pull request #5419: [FLINK-8574][travis] Add timestamp to logging mess...

2018-02-07 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5419 [FLINK-8574][travis] Add timestamp to logging messages With this PR logging statements on travis also include a timestamp( e.g. `09:00:27.972`). This allows us to better judge how long each part

[GitHub] flink pull request #5417: [FLINK-8565][tests] Ensure locationBytes.length > ...

2018-02-06 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5417 [FLINK-8565][tests] Ensure locationBytes.length > 0 in CheckpointOptionsTest This PR fixes a test instability in `CheckpointOptionsTest#testSavepoint`. The tests generated a byte array of a ran

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

2018-02-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4809 will merge this while addressing the comments ---

[GitHub] flink pull request #5413: [hotfix][table][tests] Set @Ignore description for...

2018-02-05 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5413 [hotfix][table][tests] Set @Ignore description for RowCsvInputFormatT… Trivial change that moves the reasoning for `@Ignore` from a comment into the annotation itself. You can merge this pull

[GitHub] flink issue #5161: [FLINK-7608][metric] Refactor latency statistics metric

2018-02-05 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5161 merging. ---

[GitHub] flink issue #5412: [FLINK-8559][RocksDB] Release resources if snapshot opera...

2018-02-05 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5412 merging. ---

[GitHub] flink issue #5072: [FLINK-7984][build] Bump snappy-java to 1.1.4

2018-02-05 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5072 @yew1eb Could you close the PR? The issue was addressed in f1e4d25c11a678688064492d50ffad38c39ea877. ---

[GitHub] flink pull request #5412: [FLINK-8559][RocksDB] Release resources if snapsho...

2018-02-05 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5412 [FLINK-8559][RocksDB] Release resources if snapshot operation fails ## What is the purpose of the change This PR ensures that RocksDB resources are released

[GitHub] flink issue #5404: [FLINK-8550][table] Iterate over entryset instead of keys

2018-02-05 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5404 merging. ---

[GitHub] flink issue #5408: [hotfix][docs] Fix typos in windows document

2018-02-05 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5408 merging, ---

[GitHub] flink issue #5407: [hotfix][build] Fix duplicate maven enforce plugin declar...

2018-02-05 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5407 merging. ---

[GitHub] flink pull request #5406: [hotfix] Fix typos in comments.

2018-02-05 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5406#discussion_r165916481 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SlotPoolGateway.java --- @@ -108,7 +108,7 @@ * individually

[GitHub] flink issue #5394: [FLINK-6571][tests] Catch InterruptedException in StreamS...

2018-02-05 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5394 How about calling `Thread.currentThread().interrupt();` only after having left the loop? ``` public void run(SourceContext ctx) throws Exception { boolean setInterruptFlag = false

[GitHub] flink pull request #5406: [hotfix] Fix typos in comments.

2018-02-02 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5406#discussion_r165807233 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SlotPoolGateway.java --- @@ -90,11 +90,11 @@ CompletableFuture

[GitHub] flink pull request #5406: [hotfix] Fix typos in comments.

2018-02-02 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5406#discussion_r165807228 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SlotPoolGateway.java --- @@ -109,7 +109,7 @@ * slot offers

[GitHub] flink pull request #5406: [hotfix] Fix typos in comments.

2018-02-02 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5406#discussion_r165807220 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SlotPoolGateway.java --- @@ -90,11 +90,11 @@ CompletableFuture

[GitHub] flink issue #5155: [FLINK-4812][metrics] Expose currentLowWatermark for all ...

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

[GitHub] flink pull request #5402: [FLINK-8549] [config] Move TimerServiceOptions int...

2018-02-02 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5402#discussion_r165623427 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java --- @@ -206,6 +206,14 @@ key

[GitHub] flink issue #5399: [hotfix] Use LOG.error() when logging failure state chang...

2018-02-01 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5399 Could you modify the title to `[FLINK-6206] [runtime] Use LOG.error() when logging failure state changes`? THere's actually a JIRA ticket that covers this change. ---

[GitHub] flink pull request #5364: [FLINK-8472] [test] Extend all migration tests for...

2018-02-01 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5364#discussion_r165459894 --- Diff: flink-tests/src/test/java/org/apache/flink/test/state/operator/restore/keyed/KeyedJob.java --- @@ -100,9 +100,7 @@ public static void main(String

[GitHub] flink issue #5161: [FLINK-7608][metric] Refactor latency statistics metric

2018-01-31 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5161 Correction: We still can't display them in the UI since we have no tab for job metrics. ---

[GitHub] flink pull request #5163: [FLINK-8254][REST][docs] Bandaid generated documen...

2018-01-31 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/5163 ---

[GitHub] flink issue #5163: [FLINK-8254][REST][docs] Bandaid generated documentation

2018-01-31 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5163 at this point we may just as well wait for the next flink-shaded release ---

[GitHub] flink pull request #5394: [FLINK-6571][tests] Catch InterruptedException in ...

2018-01-31 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5394 [FLINK-6571][tests] Catch InterruptedException in StreamSourceOperato… ## What is the purpose of the change This PR resolves a test instability in the StreamSourceOperatorTest, where

[GitHub] flink issue #5155: [FLINK-4812][metrics] Expose currentLowWatermark for all ...

2018-01-31 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5155 @aljoscha I've implemented your suggestion, in hindsight that's a rather obvious solution isn't it. Also rebased the branch. ---

[GitHub] flink issue #5269: [FLINK-6004] [kinesis] Allow FlinkKinesisConsumer to skip...

2018-01-31 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5269 looks good, +1 ---

[GitHub] flink pull request #5336: (release-1.4) [FLINK-8419] [kafka] Register metric...

2018-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5336#discussion_r165023129 --- Diff: flink-connectors/flink-connector-kafka-0.9/src/main/java/org/apache/flink/streaming/connectors/kafka/internal/Kafka09Fetcher.java --- @@ -92,21

[GitHub] flink pull request #5335: (master) [FLINK-8419] [kafka] Register metrics for...

2018-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5335#discussion_r165022709 --- Diff: flink-connectors/flink-connector-kafka-0.9/src/main/java/org/apache/flink/streaming/connectors/kafka/internal/Kafka09Fetcher.java --- @@ -95,21

[GitHub] flink pull request #5336: (release-1.4) [FLINK-8419] [kafka] Register metric...

2018-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5336#discussion_r165021513 --- Diff: flink-connectors/flink-connector-kafka-0.9/src/main/java/org/apache/flink/streaming/connectors/kafka/internal/Kafka09Fetcher.java --- @@ -92,21

[GitHub] flink pull request #5336: (release-1.4) [FLINK-8419] [kafka] Register metric...

2018-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5336#discussion_r165021339 --- Diff: flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/internals/AbstractFetcher.java

[GitHub] flink pull request #5269: [FLINK-6004] [kinesis] Allow FlinkKinesisConsumer ...

2018-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5269#discussion_r165020094 --- Diff: flink-connectors/flink-connector-kinesis/src/test/java/org/apache/flink/streaming/connectors/kinesis/internals/KinesisDataFetcherTest.java

[GitHub] flink pull request #5269: [FLINK-6004] [kinesis] Allow FlinkKinesisConsumer ...

2018-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5269#discussion_r165019903 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/internals/KinesisDataFetcher.java

[GitHub] flink issue #5161: [FLINK-7608][metric] Refactor latency statistics metric

2018-01-31 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5161 I've rebased the branch and did one more change: ``` this.latencyStats = new LatencyStats(this.metrics.parent().parent().addGroup("latency"), historySize, container.getIndexInSu

[GitHub] flink issue #5343: [FLINK-8496][metrics] Create missing "Network" group

2018-01-31 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5343 merging. ---

[GitHub] flink issue #5161: [FLINK-7608][metric] Refactor latency statistics metric

2018-01-31 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5161 yes the display will now work. ---

[GitHub] flink issue #5292: [FLINK-8422] [core] Checkstyle for org.apache.flink.api.j...

2018-01-31 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5292 merging. ---

[GitHub] flink issue #5378: [FLINK-8489][ES] Prevent side-effects when modifying user...

2018-01-31 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5378 merging, ---

[GitHub] flink issue #5161: [FLINK-7608][metric] Refactor latency statistics metric

2018-01-31 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5161 I'm wary about using the operator name (or _any_ variant that inexplicably exists) as that significantly increases the size of watermarks. I see the use-case, and ideally I would like to have

[GitHub] flink pull request #5161: [FLINK-7608][metric] Refactor latency statistics m...

2018-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5161#discussion_r165000781 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java --- @@ -194,14 +190,20 @@ public void

[GitHub] flink issue #5384: [FLINK-8475][config][docs] Integrate akka options

2018-01-31 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5384 merging. ---

[GitHub] flink pull request #5392: [FLINK-8475][config][docs] Integrate JM options

2018-01-30 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5392 [FLINK-8475][config][docs] Integrate JM options ## What is the purpose of the change This PR integrates the JobManager `ConfigOptions` into the configuration docs generator

[GitHub] flink pull request #5391: [FLINK-8475][config][docs] Integrate BlobServer op...

2018-01-30 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5391 [FLINK-8475][config][docs] Integrate BlobServer options ## What is the purpose of the change This PR adds the BlobServer `ConfigOptions` to the full configuration reference

[GitHub] flink issue #5384: [FLINK-8475][config][docs] Integrate akka options

2018-01-30 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5384 Note that the existing docs were wrong regardless, see AkkaUtils: ``` val startupTimeout = configuration.getString( AkkaOptions.STARTUP_TIMEOUT, (akkaAskTimeout * 10

[GitHub] flink issue #5384: [FLINK-8475][config][docs] Integrate akka options

2018-01-30 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5384 akka.startup-timeout has no default value because that's how the ConfigOption is actually defined; in other words ATM we can't guarantee anything about the default. ---

[GitHub] flink issue #5384: [FLINK-8475][config][docs] Integrate akka options

2018-01-30 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5384 @aljoscha Fixed. ---

[GitHub] flink pull request #5390: [FLINK-8475][config][docs] Integrate SlotManager o...

2018-01-30 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5390 [FLINK-8475][config][docs] Integrate SlotManager options ## What is the purpose of the change This PR integrates the SlotManager `ConfigOptions` into the configuration docs generator

[GitHub] flink pull request #5389: [FLINK-8475][config][docs] Integrate REST options

2018-01-30 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5389 [FLINK-8475][config][docs] Integrate REST options ## What is the purpose of the change This PR adds the REST `ConfigOptions` to the full configuration reference. You can merge this pull

[GitHub] flink pull request #5387: [FLINK-8475][config][docs] Integrate optimizer opt...

2018-01-30 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5387 [FLINK-8475][config][docs] Integrate optimizer options ## What is the purpose of the change This PR ports the batch compiler ConfigConstants to `ConfigOptions` and integrates them

[GitHub] flink pull request #5386: [FLINK-8475][config][docs] Integrate netty options

2018-01-30 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5386 [FLINK-8475][config][docs] Integrate netty options ## What is the purpose of the change This PR integrates the Netty `ConfigOptions` into the configuration docs generator. ## Brief

[GitHub] flink pull request #5385: [FLINK-8475][config][docs] Integrate SSL options

2018-01-30 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5385 [FLINK-8475][config][docs] Integrate SSL options ## What is the purpose of the change This PR integrates the SSL `ConfigOptions` into the configuration docs generator. ## Brief

[GitHub] flink pull request #5384: [FLINK-8475][config][docs] Integrate akka options

2018-01-30 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5384 [FLINK-8475][config][docs] Integrate akka options ## What is the purpose of the change This PR integrates the Akka `ConfigOptions` into the configuration docs generator. ## Brief

[GitHub] flink issue #5382: [FLINK-8524][JavaDoc] Fix JavaDoc for TypeExtractor.getBi...

2018-01-30 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5382 merging. ---

[GitHub] flink issue #5379: [FLINK-8130][docs] Fix snapshot javadoc link

2018-01-30 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5379 merging. ---

[GitHub] flink pull request #5340: [FLINK-8475][config][docs] Integrate more ConfigOp...

2018-01-30 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/5340 ---

[GitHub] flink issue #5340: [FLINK-8475][config][docs] Integrate more ConfigOptions i...

2018-01-30 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5340 Will split this PR into smaller chunks to make it easier to review. ---

[GitHub] flink issue #5357: [hotfix][JobGraph] Eliminate the conditions of parallelis...

2018-01-29 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5357 I would be in favor of closing this PR. This change doesn't _really_ improve anything, but removes a simple (and intuitive) sanity check. ---

[GitHub] flink issue #5378: [FLINK-8489][ES] Prevent side-effects when modifying user...

2018-01-29 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5378 Added a test for the `ElasticSearchSinkBase` that passes an unmodifiable map containing all properties that we currently try to remove. I also modified the `ElasticSearchTestBase` to pass

[GitHub] flink issue #5377: [FLINK-8494][config] Migrate CC#DEFAULT_PARALLELISM_KEY

2018-01-29 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5377 merging. ---

[GitHub] flink pull request #5379: [FLINK-8130][docs] Fix snapshot javadoc link

2018-01-29 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5379 [FLINK-8130][docs] Fix snapshot javadoc link ## What is the purpose of the change This PR fixes the snapshot javadoc link that is currently broken. Currently the website tries to access

<    9   10   11   12   13   14   15   16   17   18   >