[GitHub] flink issue #6116: [FLINK-9498][build] Disable dependency convergence for fl...

2018-06-05 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/6116 @pnowojski yes, some of dependencis in the hadoop version maintained by our company have some coflicts with flink. do you have any suggestions for me? ---

[GitHub] flink issue #6118: [FLINK-9525][filesystem] Add missing `META-INF/services/*...

2018-06-05 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/6118 yes, this is a hadoop-file-system discovery issue (similar case: https://stackoverflow.com/questions/17265002/hadoop-no-filesystem-for-scheme-file), but if flink-job dependency this `hadoop

[GitHub] flink pull request #6118: [FLINK-9525][filesystem] Add missing `META-INF/ser...

2018-06-05 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/6118 [FLINK-9525][filesystem] Add missing `META-INF/services/*FileSystemFactory` file for flink-hadoop-fs ## What is the purpose of the change more details, see JIRA:<https://issues.apache.

[GitHub] flink issue #6116: [FLINK-9498][build] Disable dependency convergence for fl...

2018-06-04 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/6116 when I build flink with our maintained hadoop version, the command like this `mvn clean install -DskipTests -Dhadoop.version=2.7.0-xxx`, it will `BUILD FAILURE`. Some Enforcer rules have failed

[GitHub] flink issue #6116: [FLINK-9498][build] Disable dependency convergence for fl...

2018-06-04 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/6116 CC @pnowojski ---

[GitHub] flink pull request #6116: [FLINK-9498][build] Disable dependency convergence...

2018-06-04 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/6116 [FLINK-9498][build] Disable dependency convergence for flink-end-to-end-tests ## What is the purpose of the change *deactivate that enforce dependency convergence for `flink-end-to-end

[GitHub] flink issue #5893: [FLINK-9212][flip6] Port SubtasksAllAccumulatorsHandler t...

2018-04-23 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5893 @zentol thanks you. I updated the code. :laughing: ---

[GitHub] flink issue #5893: [FLINK-9212][flip6] Port SubtasksAllAccumulatorsHandler t...

2018-04-23 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5893 i saw legacy/SubtasksAllAccumulatorsHandler.java used gen.writeStringField("id", jobVertex.getJobVertexId().toString());. if i change the type of `SubtasksAllAccumulatorsInfo#j

[GitHub] flink issue #5893: [FLINK-9212][flip6] Port SubtasksAllAccumulatorsHandler t...

2018-04-23 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5893 @zentol thanks for your review. I have updated the PR. ---

[GitHub] flink pull request #5893: [FLINK-9212][flip6] Port SubtasksAllAccumulatorsHa...

2018-04-22 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5893 [FLINK-9212][flip6] Port SubtasksAllAccumulatorsHandler to new REST endpoint ## What is the purpose of the change *Port SubtasksAllAccumulatorsHandler to new REST endpoint

[GitHub] flink issue #5731: [FLINK-9033][config] Replace usages of deprecated TASK_MA...

2018-04-22 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5731 @greghogan I have updated this PR, Please look it again.:mask: ---

[GitHub] flink pull request #5891: [FLINK-9088][nifi-connector][build] Bump nifi-site...

2018-04-22 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5891 [FLINK-9088][nifi-connector][build] Bump nifi-site-to-site-client to 1.6.0 ## What is the purpose of the change *Currently dependency of nifi-site-to-site-client is 0.6.1 We should

[GitHub] flink pull request #5731: [FLINK-9033][config] Replace usages of deprecated ...

2018-03-27 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/5731#discussion_r177616520 --- Diff: flink-scala-shell/src/test/scala/org/apache/flink/api/scala/ScalaShellITCase.scala --- @@ -23,7 +23,7 @@ import java.io._ import

[GitHub] flink issue #5731: [FLINK-9033][config] Replace usages of deprecated TASK_MA...

2018-03-27 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5731 @greghogan thanks for your review. I have updated this PR. ---

[GitHub] flink pull request #5712: [FLINK-9011] YarnResourceManager spamming log file...

2018-03-21 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/5712#discussion_r176047433 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/Utils.java --- @@ -351,16 +351,16 @@ static ContainerLaunchContext createTaskExecutorContext

[GitHub] flink pull request #5712: [FLINK-9011] YarnResourceManager spamming log file...

2018-03-20 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/5712#discussion_r175842877 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/Utils.java --- @@ -351,16 +351,16 @@ static ContainerLaunchContext createTaskExecutorContext

[GitHub] flink pull request #5731: [FLINK-9033][config] Replace usages of deprecated ...

2018-03-20 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5731 [FLINK-9033][config] Replace usages of deprecated TASK_MANAGER_NUM_TASK_SLOTS ## What is the purpose of the change The deprecated ConfigConstants#TASK_MANAGER_NUM_TASK_SLOTS is still used

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

2018-02-10 Thread yew1eb
Github user yew1eb closed the pull request at: https://github.com/apache/flink/pull/4826 ---

[GitHub] flink pull request #4769: [FLINK-7758][kafka][hotfix] Fix bug Kafka09Fetcher...

2018-02-05 Thread yew1eb
Github user yew1eb closed the pull request at: https://github.com/apache/flink/pull/4769 ---

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

2018-02-05 Thread yew1eb
Github user yew1eb closed the pull request at: https://github.com/apache/flink/pull/5072 ---

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

2018-02-05 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5406 :satisfied: , I addressed your comments. ---

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

2018-02-03 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5408 [hotfix][docs] Fix typos in windows document Hotfix typos in Windows Document. You can merge this pull request into a Git repository by running: $ git pull https://github.com/yew1eb/flink

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

2018-02-03 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5406 @zentol thanks for your attention to this PR, I had updated this PR according to your comments. ---

[GitHub] flink pull request #5407: [hotfix][build] Fix duplicate maven enforce plugin...

2018-02-02 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5407 [hotfix][build] Fix duplicate maven enforce plugin declaration ## What is the purpose of the change Hotfix duplicate `maven-enforce-plugin` declaration. ## Brief change log

[GitHub] flink pull request #5406: [hotfix][docs] Fix typos

2018-02-02 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5406 [hotfix][docs] Fix typos Hotfix some typos in comments. You can merge this pull request into a Git repository by running: $ git pull https://github.com/yew1eb/flink fix_typos Alternatively you

[GitHub] flink pull request #5374: [FLINK-8101][flink-connectors] Elasticsearch 5.3+ ...

2018-01-31 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/5374#discussion_r165035180 --- Diff: flink-connectors/flink-connector-elasticsearch5.3/src/main/java/org/apache/flink/streaming/connectors/elasticsearch53/Elasticsearch53ApiCallBridge.java

[GitHub] flink pull request #5374: [FLINK-8101][flink-connectors] Elasticsearch 5.3+ ...

2018-01-31 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/5374#discussion_r165032079 --- Diff: flink-connectors/flink-connector-elasticsearch5.3/src/main/java/org/apache/flink/streaming/connectors/elasticsearch53/BulkProcessorIndexer.java

[GitHub] flink pull request #5374: [FLINK-8101][flink-connectors] Elasticsearch 5.3+ ...

2018-01-30 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/5374#discussion_r164961589 --- Diff: flink-connectors/flink-connector-elasticsearch-base/src/main/java/org/apache/flink/streaming/connectors/elasticsearch/ElasticsearchSinkBase.java

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

2018-01-28 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5161 Yes, in our production environment, we report and store all metrics to an external Time series database for alarm and visual presentation. When the job is started, we will store the edge

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

2018-01-27 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5161 @zentol :+1: **1)**, I have no opinion. **2), 3)**, Replace `operatorID` with `operatorName`, will be better? @aljoscha @rmetzger what are your opinions? ---

[GitHub] flink pull request #5144: [Minor][cleanup] Remove unnecessary semicolons

2018-01-25 Thread yew1eb
Github user yew1eb closed the pull request at: https://github.com/apache/flink/pull/5144 ---

[GitHub] flink issue #5119: [FLINK-6590] Integrate automatic docs generation

2018-01-17 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5119 nice! LGTM ---

[GitHub] flink pull request #5302: [FLINK-7777][build] Bump japicmp to 0.11.0

2018-01-15 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5302 [FLINK-][build] Bump japicmp to 0.11.0 ## What is the purpose of the change Currently, flink used japicmp-maven-plugin version is 0.7.0, I observed some warning messages , detail

[GitHub] flink pull request #5238: [FLINK-8359][docs] Update copyright date in NOTICE

2018-01-04 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5238 [FLINK-8359][docs] Update copyright date in NOTICE ## What is the purpose of the change NOTICE file has copyright year as 2014-2017. This needs to be updated as 2014-2018. You can

[GitHub] flink pull request #5213: [docs][metrics] Fix typo of metrics docs

2017-12-28 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5213 [docs][metrics] Fix typo of metrics docs ## What is the purpose of the change 1. Fix typo of Threads.Count metric in docs. 2. Fix `Liquid Exception: highlight tag was never closed

[GitHub] flink issue #5113: [FLINK-8156][build] Bump commons-beanutils version to 1.9...

2017-12-17 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5113 Thanks @StephanEwen for the suggestion. I will update the PR accordingly. ---

[GitHub] flink issue #5144: [Minor][cleanup] Remove unnecessary semicolons

2017-12-12 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5144 Just use the static code analysis tool provided by IntelliJ IDEA. On menu bar click on `Analyze -> Inspect Code` :) ---

[GitHub] flink pull request #5143: [FLINK-8228][cleanup] Code cleanup - pointless bit...

2017-12-12 Thread yew1eb
Github user yew1eb closed the pull request at: https://github.com/apache/flink/pull/5143 ---

[GitHub] flink issue #5143: [FLINK-8228][cleanup] Code cleanup - pointless bitwise ex...

2017-12-11 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5143 If this change does not improve performance, I agree with you keep origin formatting. :) ---

[GitHub] flink pull request #5144: [Minor][cleanup] Remove unnecessary semicolons

2017-12-09 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5144 [Minor][cleanup] Remove unnecessary semicolons You can merge this pull request into a Git repository by running: $ git pull https://github.com/yew1eb/flink remove_unnecessary_semicolons

[GitHub] flink pull request #5143: [FLINK-8228][cleanup] Code cleanup - pointless bit...

2017-12-09 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5143 [FLINK-8228][cleanup] Code cleanup - pointless bitwise expressions ## Brief change log Remove pointless bitwise expressions, Such expressions include anding with zero, oring by zero

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

2017-12-08 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5072 @greghogan, I saw the following in the `flink-core` POM: ``` org.xerial.snappy snappy-java ``` I think this PR just upgrades the snappy-java version

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

2017-12-07 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5133 LGTM. ---

[GitHub] flink issue #5076: [FLINK-7574][build] POM Cleanup flink-clients

2017-12-04 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5076 @zentol thanks for your review. I have updated the PR. `mvn clean verify -Dverbose -pl flink-clients`,No dependency problems found: ``` [INFO] --- maven-dependency-plugin

[GitHub] flink pull request #5076: [FLINK-7574][build] POM Cleanup flink-clients

2017-12-04 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/5076#discussion_r154708511 --- Diff: pom.xml --- @@ -581,6 +581,20 @@ under the License. 0.9.10 test

[GitHub] flink pull request #5071: [FLINK-7907][docs] The metrics documentation missi...

2017-12-04 Thread yew1eb
Github user yew1eb closed the pull request at: https://github.com/apache/flink/pull/5071 ---

[GitHub] flink pull request #5113: [FLINK-8156][build] Bump commons-beanutils version...

2017-12-03 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/5113#discussion_r154520820 --- Diff: pom.xml --- @@ -367,11 +367,10 @@ under the License. 3.2.2

[GitHub] flink pull request #5113: [FLINK-8156][build] Bump commons-beanutils version...

2017-12-03 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5113 [FLINK-8156][build] Bump commons-beanutils version to 1.9.3 ## What is the purpose of the change Commons-beanutils v1.8.0 dependency is not security compliant. See [CVE-2014-0114](https

[GitHub] flink issue #5076: [FLINK-7574][build] POM Cleanup flink-clients

2017-12-01 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5076 @zentol , Thanks for your suggestions, i will be very careful to clean up the dependencies. I will start with the top modules (not used by other modules), order as follow: > ├── fl

[GitHub] flink pull request #5071: [FLINK-7907][docs] The metrics documentation missi...

2017-11-30 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/5071#discussion_r154031899 --- Diff: docs/monitoring/metrics.md --- @@ -94,8 +94,8 @@ Alternatively you can also use your own `Counter` implementation: {% highlight java

[GitHub] flink pull request #5076: [FLINK-7574][build] POM Cleanup flink-clients

2017-11-29 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/5076#discussion_r153858786 --- Diff: pom.xml --- @@ -891,6 +905,41 @@ under the License

[GitHub] flink issue #5071: [FLINK-7907][docs] The metrics documentation missing scal...

2017-11-29 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5071 @zentol , thanks for your review. I have updated the PR according to your comments. ---

[GitHub] flink issue #5069: [FLINK-8149][kinesis] Replace usages of deprecated Serial...

2017-11-29 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5069 @tzulitai, thanks for your review. I have updated the PR according to your comments. ---

[GitHub] flink pull request #5069: [FLINK-8149][kinesis] Replace usages of deprecated...

2017-11-29 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/5069#discussion_r153841399 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisConsumer.java --- @@ -41,7 +42,6

[GitHub] flink issue #5076: [FLINK-7574][build] POM Cleanup flink-clients

2017-11-29 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5076 Hi @greghogan, You're quite right, Thanks for your advice. For a discussion of this improvement, you can see #4712. ---

[GitHub] flink issue #5076: [FLINK-7574][build] POM Cleanup flink-clients

2017-11-27 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5076 `mvn clean verify -pl flink-clients`, No dependency problems found. > [INFO] --- maven-dependency-plugin:3.0.2:analyze-only (analyze) @ flink-clients_2.11 --- > [INFO] No depe

[GitHub] flink pull request #5076: [FLINK-7574][build] POM Cleanup flink-clients

2017-11-26 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5076 [FLINK-7574][build] POM Cleanup flink-clients Re-created #4712. ## What is the purpose of the change This PR changes the `flink-clients` pom to - contain unused

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

2017-11-26 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5072 [FLINK-7984][build] Bump snappy-java to 1.1.4 ## What is the purpose of the change This PR bumps the snappy-java version to 1.1.14. snappy-java-1.1.4 (2017-05-22): - Fix a 1

[GitHub] flink pull request #5071: [FLINK-7907][docs] The metrics documentation missi...

2017-11-26 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5071 [FLINK-7907][docs] The metrics documentation missing scala snippets ## What is the purpose of the change *The metrics documentation is missing Scala examples for many of the metrics types

[GitHub] flink pull request #5069: [FLINK-8149][kinesis] Replace usages of deprecated...

2017-11-25 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5069 [FLINK-8149][kinesis] Replace usages of deprecated SerializationSchema ## What is the purpose of the change The deprecated `SerializationSchema` in `flink-streaming-java`, has been moved

[GitHub] flink pull request #5067: [FLINK-8142][config] Cleanup reference to deprecat...

2017-11-24 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5067 [FLINK-8142][config] Cleanup reference to deprecated constants in ConfigConstants ## What is the purpose of the change ConfigConstants contains several deprecated String constants

[GitHub] flink pull request #4712: [FLINK-7574][build] POM Cleanup flink-clients

2017-11-22 Thread yew1eb
Github user yew1eb closed the pull request at: https://github.com/apache/flink/pull/4712 ---

[GitHub] flink pull request #5034: [FLINK-8105][minor] Removed unnecessary null check

2017-11-19 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5034 [FLINK-8105][minor] Removed unnecessary null check ## What is the purpose of the change Removed unnecessary null check eg. `if (value != null && value instanceof String)`

[GitHub] flink issue #5001: [FLINK-7679][build][java9] Upgrade maven enforcer plugin ...

2017-11-16 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5001 :wink: @zentol , Thank you for your careful review. This PR has been updated. ---

[GitHub] flink pull request #5001: [FLINK-7679][build[[java9] Upgrade maven enforcer ...

2017-11-11 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5001 [FLINK-7679][build[[java9] Upgrade maven enforcer plugin to 3.0.0-M1 ## What is the purpose of the change Maven enforcer plugin fails after Java 9 build 175 [(MENFORCER-274)](https

[GitHub] flink pull request #5000: [hotfix][docs] Fix typos in deployment AWS documen...

2017-11-11 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5000 [hotfix][docs] Fix typos in deployment AWS documentation Remove double "you" in Deployment AWS documentation. You can merge this pull request into a Git repository by running: $ git

[GitHub] flink pull request #4999: [hotfix][docs][javadocs] Remove double "of"

2017-11-11 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/4999 [hotfix][docs][javadocs] Remove double "of" Remove double "of" word in document and java docs. You can merge this pull request into a Git repository by running: $ git pul

[GitHub] flink issue #4978: [FLINK-7704][hotfix][flip6] Fix JobPlanInfoTest package p...

2017-11-08 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4978 thx @tillrohrmann , removed the redundant import. ---

[GitHub] flink pull request #4948: [FLINK-7979][minor] Use Log.*(Object, Throwable) o...

2017-11-08 Thread yew1eb
Github user yew1eb closed the pull request at: https://github.com/apache/flink/pull/4948 ---

[GitHub] flink issue #4948: [FLINK-7979][minor] Use Log.*(Object, Throwable) overload...

2017-11-08 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4948 @StephanEwen make sense. I will close this PR. ---

[GitHub] flink pull request #4978: [FLINK-7704][hotfix][flip6] Fix JobPlanInfoTest pa...

2017-11-07 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/4978 [FLINK-7704][hotfix][flip6] Fix JobPlanInfoTest package path This PR fix the package path of `JobPlanInfoTest`, consistent with the JobPlanInfo `org.apache.flink.runtime.rest.messages`. You

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

2017-11-06 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4826 ping @zentol ---

[GitHub] flink pull request #4964: [hotfix][docs] Add type for numLateRecordsDropped ...

2017-11-06 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/4964 [hotfix][docs] Add type for numLateRecordsDropped metric in documentation This "numLateRecordsDropped" metric missing type described in the document: ![image](ht

[GitHub] flink issue #4960: Update version to 1.5-SNAPSHOT

2017-11-06 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4960 :clap: ---

[GitHub] flink pull request #4948: [FLINK-7979][minor] Use Log.*(Object, Throwable) o...

2017-11-04 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/4948 [FLINK-7979][minor] Use Log.*(Object, Throwable) overload to log exceptions ## What is the purpose of the change When logging an exception, we often convert the exception to string or call

[GitHub] flink pull request #4898: [FLINK-7706] [flip6] Add JobAccumulatorsHandler fo...

2017-11-04 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/4898#discussion_r148934171 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobAccumulatorsInfo.java --- @@ -0,0 +1,128 @@ +/* + * Licensed

[GitHub] flink issue #4769: [FLINK-7758][kafka][hotfix] Fix bug Kafka09Fetcher add ka...

2017-11-02 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4769 @tzulitai , confirm. because the `FlinkKafkaConsumer011` extend from `FlinkKafkaConsumer010` and `Kafka010Fetcher` extend from `Kafka09Fetcher`, for Kafka connector only need to fix

[GitHub] flink issue #4869: [FLINK-7843][docs] Improve documentation for metrics

2017-11-02 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4869 @zentol , thinks for your reviewing. I addressed some of your comments. ---

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

2017-11-02 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4826 Sorry to reply late, @zentol could you will merge this PR? ---

[GitHub] flink issue #4794: [build][minor] Add missing licenses

2017-11-02 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4794 @StephanEwen, @greghogan , I'm sorry to reply late, a little busy recently. Stephan, I agree with you. This PR has been updated. ---

[GitHub] flink issue #4898: [FLINK-7706] [flip6] Add JobAccumulatorsHandler for new R...

2017-11-02 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4898 @tillrohrmann, could you please take a look? :) ---

[GitHub] flink issue #4712: [FLINK-7574][build] POM Cleanup flink-clients

2017-10-26 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4712 thx @zentol, I will add the `maven-dependency-plugin` to flink-parent pom.xml file. ``` org.apache.maven.plugins maven-dependency-plugin 3.0.2

[GitHub] flink pull request #4869: [FLINK-7843][docs] Improve documentation for metri...

2017-10-26 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/4869#discussion_r147100695 --- Diff: docs/monitoring/metrics.md --- @@ -856,66 +918,80 @@ Thus, in order to infer the metric identifier: - Scope

[GitHub] flink pull request #4869: [FLINK-7843][docs] Improve documentation for metri...

2017-10-26 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/4869#discussion_r147092709 --- Diff: docs/monitoring/metrics.md --- @@ -856,66 +918,80 @@ Thus, in order to infer the metric identifier: - Scope

[GitHub] flink pull request #4869: [FLINK-7843][docs] Improve documentation for metri...

2017-10-26 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/4869#discussion_r147091360 --- Diff: docs/monitoring/metrics.md --- @@ -801,53 +849,67 @@ Thus, in order to infer the metric identifier: - Scope

[GitHub] flink pull request #4869: [FLINK-7843][docs] Improve documentation for metri...

2017-10-26 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/4869#discussion_r147090946 --- Diff: docs/monitoring/metrics.md --- @@ -801,53 +849,67 @@ Thus, in order to infer the metric identifier: - Scope

[GitHub] flink pull request #4869: [FLINK-7843][docs] Improve documentation for metri...

2017-10-26 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/4869#discussion_r147090107 --- Diff: docs/monitoring/metrics.md --- @@ -543,62 +546,75 @@ Thus, in order to infer the metric identifier

[GitHub] flink pull request #4869: [FLINK-7843][docs] Improve documentation for metri...

2017-10-26 Thread yew1eb
Github user yew1eb commented on a diff in the pull request: https://github.com/apache/flink/pull/4869#discussion_r147090125 --- Diff: docs/monitoring/metrics.md --- @@ -543,62 +546,75 @@ Thus, in order to infer the metric identifier

[GitHub] flink pull request #4898: [FLINK-7706] [flip6] Add JobAccumulatorsHandler fo...

2017-10-24 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/4898 [FLINK-7706] [flip6] Add JobAccumulatorsHandler for new REST endpoint ## What is the purpose of the change *Port JobAccumulatorsHandler to REST endpoint* ## Brief change log

[GitHub] flink issue #4794: [build][minor] Add missing licenses

2017-10-24 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4794 @StephanEwen ping ---

[GitHub] flink issue #4769: [FLINK-7758][kafka][hotfix] Fix bug Kafka09Fetcher add ka...

2017-10-24 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4769 @zentol ping. I have updated this PR. ---

[GitHub] flink issue #4661: [FLINK-4831][metrics] Implement a slf4j metric reporter

2017-10-24 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4661 @zentol thanks a lot for your review. I have updated the PR according to your comments. ---

[GitHub] flink issue #4712: [FLINK-7574][build][WIP] POM Cleanup flink-clients

2017-10-24 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4712 @tillrohrmann , Please let me know if this is good :) ---

[GitHub] flink pull request #4875: [FLINK-7889] Enable dependency convergence in flin...

2017-10-24 Thread yew1eb
Github user yew1eb closed the pull request at: https://github.com/apache/flink/pull/4875 ---

[GitHub] flink pull request #4885: [hotfix][docs] Fix typos in documentation

2017-10-23 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/4885 [hotfix][docs] Fix typos in documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/yew1eb/flink fix_typos_in_project_setup_docs

[GitHub] flink pull request #4714: [FLINK-7577][build][WIP] POM Cleanup flink-core

2017-10-22 Thread yew1eb
GitHub user yew1eb reopened a pull request: https://github.com/apache/flink/pull/4714 [FLINK-7577][build][WIP] POM Cleanup flink-core ## What is the purpose of the change This PR changes the flink-core pom to - not contain unused dependencies - contain all used

[GitHub] flink pull request #4714: [FLINK-7577][build][WIP] POM Cleanup flink-core

2017-10-22 Thread yew1eb
Github user yew1eb closed the pull request at: https://github.com/apache/flink/pull/4714 ---

[GitHub] flink issue #4875: [FLINK-7889] Enable dependency convergence in flink-strea...

2017-10-22 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4875 @pnowojski, I found to fix this PR, must first solve the `flink-core`, `flink-runtime`, and so on. Please ignore this PR, I will close it. Please feel free to continue working on **Enable

[GitHub] flink pull request #4875: [FLINK-7889] Enable dependency convergence in flin...

2017-10-20 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/4875 [FLINK-7889] Enable dependency convergence in flink-streaming-java Base on #4777 You can merge this pull request into a Git repository by running: $ git pull https://github.com/yew1eb/flink

[GitHub] flink issue #4777: [FLINK-7765] Enable dependency convergence

2017-10-20 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/4777 @pnowojski Multiple commits may refer to the same issue, if the issue is fixed in multiple steps. ``` [FLINK-1234] [runtime] Runtime support some cool new thing [FLINK-1234] [java

  1   2   >