[GitHub] flink issue #5399: [FLINK-6206] [runtime] Use LOG.error() when logging failu...

2018-03-09 Thread casidiablo
Github user casidiablo commented on the issue: https://github.com/apache/flink/pull/5399 Just to be clear, we would revert all the changes, except the ones for `flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java`, right? ---

[GitHub] flink issue #5399: [FLINK-6206] [runtime] Use LOG.error() when logging failu...

2018-03-09 Thread casidiablo
Github user casidiablo commented on the issue: https://github.com/apache/flink/pull/5399 Sure, that makes sense! ---

[GitHub] flink issue #5399: [FLINK-6206] [runtime] Use LOG.error() when logging failu...

2018-03-09 Thread casidiablo
Github user casidiablo commented on the issue: https://github.com/apache/flink/pull/5399 The reason I proposed the change is that any unexpected behavior, even when you can recover from it, can be indicative of a potential bug/misconfiguration. INFO logs are by far noisier than

[GitHub] flink pull request #5399: [hotfix] Use LOG.error() when logging failure stat...

2018-02-01 Thread casidiablo
GitHub user casidiablo opened a pull request: https://github.com/apache/flink/pull/5399 [hotfix] Use LOG.error() when logging failure state changes It's very inconvenient to have these logged with `INFO`. It makes it hard to detect errors when inspecting logs with, say, Kibana

[GitHub] flink pull request #5182: [FLINK-8162] [kinesis-connector] Emit Kinesis' mil...

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

[GitHub] flink pull request #5182: [FLINK-8162] [kinesis-connector] Emit Kinesis' mil...

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

[GitHub] flink issue #4150: [FLINK-6951] Incompatible versions of httpcomponents jars...

2018-01-09 Thread casidiablo
Github user casidiablo commented on the issue: https://github.com/apache/flink/pull/4150 Since EMR only supports Flink 1.3 I had to checkout release-1.3 and compile the connector from there. Then I was getting this `Socket not created by this factory` error. I then patched

[GitHub] flink issue #4150: [FLINK-6951] Incompatible versions of httpcomponents jars...

2018-01-09 Thread casidiablo
Github user casidiablo commented on the issue: https://github.com/apache/flink/pull/4150 This actually worked for me. I ran it on EMR 5.10, compiling the kinesis connector from the release-1.3 branch (since EMR provides Flink 1.3) ---

[GitHub] flink pull request #5182: [FLINK-8162] [kinesis-connector] Emit Kinesis' mil...

2018-01-08 Thread casidiablo
Github user casidiablo commented on a diff in the pull request: https://github.com/apache/flink/pull/5182#discussion_r160139807 --- Diff: flink-metrics/flink-metrics-core/src/main/java/org/apache/flink/metrics/groups/UnregisteredMetricsGroup.java --- @@ -107,7 +107,7 @@ public

[GitHub] flink pull request #5182: [FLINK-8162] [kinesis-connector] Emit Kinesis' mil...

2018-01-05 Thread casidiablo
Github user casidiablo commented on a diff in the pull request: https://github.com/apache/flink/pull/5182#discussion_r159950881 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/internals/ShardConsumer.java

[GitHub] flink pull request #5182: [FLINK-8162] [kinesis-connector] Emit Kinesis' mil...

2017-12-22 Thread casidiablo
Github user casidiablo commented on a diff in the pull request: https://github.com/apache/flink/pull/5182#discussion_r158496021 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/internals/ShardConsumer.java

[GitHub] flink issue #5178: [hotfix] Fix typo in TestableKinesisDataFetcher

2017-12-21 Thread casidiablo
Github user casidiablo commented on the issue: https://github.com/apache/flink/pull/5178 👍 ---

[GitHub] flink pull request #5199: [hotfix] [javadoc] Fix typos in MemorSegment class

2017-12-21 Thread casidiablo
GitHub user casidiablo opened a pull request: https://github.com/apache/flink/pull/5199 [hotfix] [javadoc] Fix typos in MemorSegment class You can merge this pull request into a Git repository by running: $ git pull https://github.com/casidiablo/flink hotfix/typos-memory

[GitHub] flink pull request #5182: [FLINK-8162] [kinesis-connector] Emit Kinesis' mil...

2017-12-20 Thread casidiablo
Github user casidiablo commented on a diff in the pull request: https://github.com/apache/flink/pull/5182#discussion_r158194237 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/internals/ShardConsumer.java --- @@ -96,6

[GitHub] flink pull request #5182: [FLINK-8162] [kinesis-connector] Emit Kinesis' mil...

2017-12-20 Thread casidiablo
Github user casidiablo commented on a diff in the pull request: https://github.com/apache/flink/pull/5182#discussion_r158192923 --- Diff: docs/monitoring/metrics.md --- @@ -1293,6 +1293,29 @@ Thus, in order to infer the metric identifier: + Kinesis

[GitHub] flink pull request #5182: [FLINK-8162] [kinesis-connector] Emit Kinesis' mil...

2017-12-19 Thread casidiablo
GitHub user casidiablo opened a pull request: https://github.com/apache/flink/pull/5182 [FLINK-8162] [kinesis-connector] Emit Kinesis' millisBehindLatest metric ## What is the purpose of the change - Emits [Kinesis' millisBehindLatest](http://docs.aws.amazon.com/kinesis

[GitHub] flink pull request #5178: [hotfix] Fix typo in TestableKinesisDataFetcher

2017-12-18 Thread casidiablo
GitHub user casidiablo opened a pull request: https://github.com/apache/flink/pull/5178 [hotfix] Fix typo in TestableKinesisDataFetcher You can merge this pull request into a Git repository by running: $ git pull https://github.com/casidiablo/flink hotfix/typo-gst

[GitHub] flink issue #5133: [hotfix] Fix typo in AkkaUtils method

2017-12-17 Thread casidiablo
Github user casidiablo commented on the issue: https://github.com/apache/flink/pull/5133 OK ---

[GitHub] flink pull request #5134: [FLINK-8220] Implement set of network benchmarks

2017-12-07 Thread casidiablo
Github user casidiablo commented on a diff in the pull request: https://github.com/apache/flink/pull/5134#discussion_r155667757 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/io/network/benchmark/SerializingLongReceiver.java --- @@ -0,0 +1,101

[GitHub] flink pull request #5135: [hotfix] [doc] Fix typo in TaskManager and Environ...

2017-12-07 Thread casidiablo
GitHub user casidiablo opened a pull request: https://github.com/apache/flink/pull/5135 [hotfix] [doc] Fix typo in TaskManager and EnvironmentInformation doc You can merge this pull request into a Git repository by running: $ git pull https://github.com/casidiablo/flink

[GitHub] flink issue #5073: [FLINK-8124] Make Trigger implementations more generic

2017-12-07 Thread casidiablo
Github user casidiablo commented on the issue: https://github.com/apache/flink/pull/5073 > I thought this was mainly about making the time triggers more relaxed so that they accept a Window in addition to only TimeWindow. That's exactly what this PR is about. ---

[GitHub] flink pull request #5133: [hotfix] Fix typo in AkkaUtils method

2017-12-07 Thread casidiablo
GitHub user casidiablo opened a pull request: https://github.com/apache/flink/pull/5133 [hotfix] Fix typo in AkkaUtils method Also, removed unused code: - `StandaloneHaServices#RESOURCE_MANAGER_RPC_ENDPOINT_NAME` - AkkaRpcServiceUtils#createInetSocketAddressFromAkkaURL

[GitHub] flink pull request #5075: [hotfix] [docs] Fix typos in State Backends doc

2017-11-26 Thread casidiablo
GitHub user casidiablo opened a pull request: https://github.com/apache/flink/pull/5075 [hotfix] [docs] Fix typos in State Backends doc You can merge this pull request into a Git repository by running: $ git pull https://github.com/casidiablo/flink wording-state-backends

[GitHub] flink pull request #5073: [FLINK-8124] Make Trigger implementations more gen...

2017-11-26 Thread casidiablo
GitHub user casidiablo opened a pull request: https://github.com/apache/flink/pull/5073 [FLINK-8124] Make Trigger implementations more generic # What is the purpose of the change Flink provides implementations of the `Trigger<T, W extend Window>`

[GitHub] flink pull request #5051: [hotfix] [javadocs] Fixed typo in Trigger doc

2017-11-22 Thread casidiablo
GitHub user casidiablo opened a pull request: https://github.com/apache/flink/pull/5051 [hotfix] [javadocs] Fixed typo in Trigger doc You can merge this pull request into a Git repository by running: $ git pull https://github.com/casidiablo/flink patch-1 Alternatively you