[jira] [Commented] (FLINK-10891) Upgrade Kafka client version to 2.0.1

2018-11-16 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689680#comment-16689680
 ] 

ASF GitHub Bot commented on FLINK-10891:


pnowojski commented on issue #7101: [FLINK-10891] Upgrade Kafka client version 
to 2.0.1
URL: https://github.com/apache/flink/pull/7101#issuecomment-439462934
 
 
   I'm merging it, thanks again for the contribution @yanghua.
   
   Regarding the issues, I'm always looking on apache JIRA for either a failing 
test name or an exception message, since one of those is always mentioned 
somewhere.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade Kafka client version to 2.0.1
> -
>
> Key: FLINK-10891
> URL: https://issues.apache.org/jira/browse/FLINK-10891
> Project: Flink
>  Issue Type: Sub-task
>  Components: Kafka Connector
>Reporter: vinoyang
>Assignee: vinoyang
>Priority: Major
>  Labels: pull-request-available
>
> Since the modern kafka connector only keeps track of the latest version of 
> the kafka client. With the release of Kafka 2.0.1, we should upgrade the 
> version of the kafka client maven dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-10891) Upgrade Kafka client version to 2.0.1

2018-11-16 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689681#comment-16689681
 ] 

ASF GitHub Bot commented on FLINK-10891:


pnowojski closed pull request #7101: [FLINK-10891] Upgrade Kafka client version 
to 2.0.1
URL: https://github.com/apache/flink/pull/7101
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/flink-connectors/flink-connector-kafka/pom.xml 
b/flink-connectors/flink-connector-kafka/pom.xml
index 67ec39d8f27..63d43994687 100644
--- a/flink-connectors/flink-connector-kafka/pom.xml
+++ b/flink-connectors/flink-connector-kafka/pom.xml
@@ -36,7 +36,7 @@ under the License.
jar
 

-   2.0.0
+   2.0.1

 

diff --git a/flink-end-to-end-tests/flink-sql-client-test/pom.xml 
b/flink-end-to-end-tests/flink-sql-client-test/pom.xml
index fcfe4bf69f0..1a6a80e9c8f 100644
--- a/flink-end-to-end-tests/flink-sql-client-test/pom.xml
+++ b/flink-end-to-end-tests/flink-sql-client-test/pom.xml
@@ -114,7 +114,7 @@ under the License.
as we neither access nor package the 
kafka dependencies -->
org.apache.kafka
kafka-clients
-   2.0.0
+   2.0.1



diff --git a/flink-end-to-end-tests/test-scripts/test_sql_client.sh 
b/flink-end-to-end-tests/test-scripts/test_sql_client.sh
index 5dd68838ba7..8ace250a319 100755
--- a/flink-end-to-end-tests/test-scripts/test_sql_client.sh
+++ b/flink-end-to-end-tests/test-scripts/test_sql_client.sh
@@ -20,7 +20,7 @@
 set -Eeuo pipefail
 
 KAFKA_CONNECTOR_VERSION="2.0"
-KAFKA_VERSION="2.0.0"
+KAFKA_VERSION="2.0.1"
 CONFLUENT_VERSION="5.0.0"
 CONFLUENT_MAJOR_VERSION="5.0"
 KAFKA_SQL_VERSION="universal"
diff --git a/flink-end-to-end-tests/test-scripts/test_sql_client_kafka.sh 
b/flink-end-to-end-tests/test-scripts/test_sql_client_kafka.sh
index 94e89a2b1e8..0941cf200f1 100755
--- a/flink-end-to-end-tests/test-scripts/test_sql_client_kafka.sh
+++ b/flink-end-to-end-tests/test-scripts/test_sql_client_kafka.sh
@@ -19,4 +19,4 @@
 
 set -Eeuo pipefail
 
-source "$(dirname "$0")"/test_sql_client_kafka_common.sh 2.0 2.0.0 5.0.0 5.0 
"kafka" "universal"
+source "$(dirname "$0")"/test_sql_client_kafka_common.sh 2.0 2.0.1 5.0.0 5.0 
"kafka" "universal"
diff --git a/flink-end-to-end-tests/test-scripts/test_streaming_kafka.sh 
b/flink-end-to-end-tests/test-scripts/test_streaming_kafka.sh
index 044d2237988..ff36cf1d778 100755
--- a/flink-end-to-end-tests/test-scripts/test_streaming_kafka.sh
+++ b/flink-end-to-end-tests/test-scripts/test_streaming_kafka.sh
@@ -20,6 +20,6 @@
 set -Eeuo pipefail
 
 source "$(dirname "$0")"/common.sh
-source "$(dirname "$0")"/kafka-common.sh 2.0.0 5.0.0 5.0
+source "$(dirname "$0")"/kafka-common.sh 2.0.1 5.0.0 5.0
 
 source "$(dirname "$0")"/test_streaming_kafka_common.sh 
$FLINK_DIR/examples/streaming/KafkaExample.jar


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade Kafka client version to 2.0.1
> -
>
> Key: FLINK-10891
> URL: https://issues.apache.org/jira/browse/FLINK-10891
> Project: Flink
>  Issue Type: Sub-task
>  Components: Kafka Connector
>Reporter: vinoyang
>Assignee: vinoyang
>Priority: Major
>  Labels: pull-request-available
>
> Since the modern kafka connector only keeps track of the latest version of 
> the kafka client. With the release of Kafka 2.0.1, we should upgrade the 
> version of the kafka client maven dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-10891) Upgrade Kafka client version to 2.0.1

2018-11-16 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689625#comment-16689625
 ] 

ASF GitHub Bot commented on FLINK-10891:


yanghua commented on issue #7101: [FLINK-10891] Upgrade Kafka client version to 
2.0.1
URL: https://github.com/apache/flink/pull/7101#issuecomment-439446712
 
 
   Fixed conflicts in file `test_sql_client_kafka.sh` and updated the latest 
Kafka version. Can we merge this? cc @pnowojski @twalthr 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade Kafka client version to 2.0.1
> -
>
> Key: FLINK-10891
> URL: https://issues.apache.org/jira/browse/FLINK-10891
> Project: Flink
>  Issue Type: Sub-task
>  Components: Kafka Connector
>Reporter: vinoyang
>Assignee: vinoyang
>Priority: Major
>  Labels: pull-request-available
>
> Since the modern kafka connector only keeps track of the latest version of 
> the kafka client. With the release of Kafka 2.0.1, we should upgrade the 
> version of the kafka client maven dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-10891) Upgrade Kafka client version to 2.0.1

2018-11-15 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688249#comment-16688249
 ] 

ASF GitHub Bot commented on FLINK-10891:


yanghua edited a comment on issue #7101: [FLINK-10891] Upgrade Kafka client 
version to 2.0.1
URL: https://github.com/apache/flink/pull/7101#issuecomment-439086693
 
 
   @pnowojski OK, thank you for reminding me. Actually, I did it a long time 
ago, but later I found that failure was too frequent. And it seems that it is 
not easy to confirm whether there are issues to reflect these failures. I 
suggest that if there is a dedicated umbrella issue to archive all test 
failures, it will make validation easier.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade Kafka client version to 2.0.1
> -
>
> Key: FLINK-10891
> URL: https://issues.apache.org/jira/browse/FLINK-10891
> Project: Flink
>  Issue Type: Sub-task
>  Components: Kafka Connector
>Reporter: vinoyang
>Assignee: vinoyang
>Priority: Major
>  Labels: pull-request-available
>
> Since the modern kafka connector only keeps track of the latest version of 
> the kafka client. With the release of Kafka 2.0.1, we should upgrade the 
> version of the kafka client maven dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-10891) Upgrade Kafka client version to 2.0.1

2018-11-15 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688247#comment-16688247
 ] 

ASF GitHub Bot commented on FLINK-10891:


yanghua commented on issue #7101: [FLINK-10891] Upgrade Kafka client version to 
2.0.1
URL: https://github.com/apache/flink/pull/7101#issuecomment-439086693
 
 
   @pnowojski OK, thank you for reminding me. Actually, I did it a long time 
ago, but later I found that failure was too frequent. And it seems that it is 
not easy to confirm whether there are issues to reflect these failures. I 
suggest that if there is a dedicated umbrella issue to document all test 
failures, it will make validation easier.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade Kafka client version to 2.0.1
> -
>
> Key: FLINK-10891
> URL: https://issues.apache.org/jira/browse/FLINK-10891
> Project: Flink
>  Issue Type: Sub-task
>  Components: Kafka Connector
>Reporter: vinoyang
>Assignee: vinoyang
>Priority: Major
>  Labels: pull-request-available
>
> Since the modern kafka connector only keeps track of the latest version of 
> the kafka client. With the release of Kafka 2.0.1, we should upgrade the 
> version of the kafka client maven dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-10891) Upgrade Kafka client version to 2.0.1

2018-11-15 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688215#comment-16688215
 ] 

ASF GitHub Bot commented on FLINK-10891:


pnowojski commented on issue #7101: [FLINK-10891] Upgrade Kafka client version 
to 2.0.1
URL: https://github.com/apache/flink/pull/7101#issuecomment-439078634
 
 
   It looks unrelated and it's already reported: 
https://issues.apache.org/jira/browse/FLINK-10895
   
   Every time you see a test instability please check if there is already a 
JIRA ticket for it. If there is, add another comment "another instance: 
http://link.to.the.travis.log;. If there is no existing jira ticket create a 
new one with attached log file.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade Kafka client version to 2.0.1
> -
>
> Key: FLINK-10891
> URL: https://issues.apache.org/jira/browse/FLINK-10891
> Project: Flink
>  Issue Type: Sub-task
>  Components: Kafka Connector
>Reporter: vinoyang
>Assignee: vinoyang
>Priority: Major
>  Labels: pull-request-available
>
> Since the modern kafka connector only keeps track of the latest version of 
> the kafka client. With the release of Kafka 2.0.1, we should upgrade the 
> version of the kafka client maven dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-10891) Upgrade Kafka client version to 2.0.1

2018-11-15 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688112#comment-16688112
 ] 

ASF GitHub Bot commented on FLINK-10891:


yanghua commented on issue #7101: [FLINK-10891] Upgrade Kafka client version to 
2.0.1
URL: https://github.com/apache/flink/pull/7101#issuecomment-439050704
 
 
   The failure occurs in the part of `tests` , details : 
   
   ```
   Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 79.586 sec 
<<< FAILURE! - in 
org.apache.flink.test.migration.TypeSerializerSnapshotMigrationITCase
   testSavepoint[Migrate Savepoint / Backend: 
(1.3,rocksdb)](org.apache.flink.test.migration.TypeSerializerSnapshotMigrationITCase)
  Time elapsed: 0.924 sec  <<< FAILURE!
   java.lang.AssertionError: Values should be different. Actual: FAILED
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failEquals(Assert.java:185)
at org.junit.Assert.assertNotEquals(Assert.java:161)
at org.junit.Assert.assertNotEquals(Assert.java:175)
at 
org.apache.flink.test.checkpointing.utils.SavepointMigrationTestBase.restoreAndExecute(SavepointMigrationTestBase.java:217)
at 
org.apache.flink.test.migration.TypeSerializerSnapshotMigrationITCase.testSavepoint(TypeSerializerSnapshotMigrationITCase.java:136)
   ```
   
   ```
   Results :
   
   Failed tests: 
 
TypeSerializerSnapshotMigrationITCase.testSavepoint:136->SavepointMigrationTestBase.restoreAndExecute:217
 Values should be different. Actual: FAILED
   
   Tests run: 1464, Failures: 1, Errors: 0, Skipped: 29
   ```
   
   In addition, the part of `connectors` and `misc`  are both successful.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade Kafka client version to 2.0.1
> -
>
> Key: FLINK-10891
> URL: https://issues.apache.org/jira/browse/FLINK-10891
> Project: Flink
>  Issue Type: Sub-task
>  Components: Kafka Connector
>Reporter: vinoyang
>Assignee: vinoyang
>Priority: Major
>  Labels: pull-request-available
>
> Since the modern kafka connector only keeps track of the latest version of 
> the kafka client. With the release of Kafka 2.0.1, we should upgrade the 
> version of the kafka client maven dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-10891) Upgrade Kafka client version to 2.0.1

2018-11-15 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688113#comment-16688113
 ] 

ASF GitHub Bot commented on FLINK-10891:


yanghua commented on issue #7101: [FLINK-10891] Upgrade Kafka client version to 
2.0.1
URL: https://github.com/apache/flink/pull/7101#issuecomment-439051029
 
 
   @pnowojski upgraded version of Kafka in file 
`flink-end-to-end-tests/flink-sql-client-test/pom.xml`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade Kafka client version to 2.0.1
> -
>
> Key: FLINK-10891
> URL: https://issues.apache.org/jira/browse/FLINK-10891
> Project: Flink
>  Issue Type: Sub-task
>  Components: Kafka Connector
>Reporter: vinoyang
>Assignee: vinoyang
>Priority: Major
>  Labels: pull-request-available
>
> Since the modern kafka connector only keeps track of the latest version of 
> the kafka client. With the release of Kafka 2.0.1, we should upgrade the 
> version of the kafka client maven dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-10891) Upgrade Kafka client version to 2.0.1

2018-11-15 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687968#comment-16687968
 ] 

ASF GitHub Bot commented on FLINK-10891:


yanghua commented on issue #7101: [FLINK-10891] Upgrade Kafka client version to 
2.0.1
URL: https://github.com/apache/flink/pull/7101#issuecomment-439025806
 
 
   cc @pnowojski 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade Kafka client version to 2.0.1
> -
>
> Key: FLINK-10891
> URL: https://issues.apache.org/jira/browse/FLINK-10891
> Project: Flink
>  Issue Type: Sub-task
>  Components: Kafka Connector
>Reporter: vinoyang
>Assignee: vinoyang
>Priority: Major
>  Labels: pull-request-available
>
> Since the modern kafka connector only keeps track of the latest version of 
> the kafka client. With the release of Kafka 2.0.1, we should upgrade the 
> version of the kafka client maven dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-10891) Upgrade Kafka client version to 2.0.1

2018-11-14 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687555#comment-16687555
 ] 

ASF GitHub Bot commented on FLINK-10891:


yanghua commented on issue #7101: [FLINK-10891] Upgrade Kafka client version to 
2.0.1
URL: https://github.com/apache/flink/pull/7101#issuecomment-438935809
 
 
   @twalthr This PR also blocked by FLINK-10624 which contains Kafka server 
version (2.0.0).


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade Kafka client version to 2.0.1
> -
>
> Key: FLINK-10891
> URL: https://issues.apache.org/jira/browse/FLINK-10891
> Project: Flink
>  Issue Type: Sub-task
>  Components: Kafka Connector
>Reporter: vinoyang
>Assignee: vinoyang
>Priority: Major
>  Labels: pull-request-available
>
> Since the modern kafka connector only keeps track of the latest version of 
> the kafka client. With the release of Kafka 2.0.1, we should upgrade the 
> version of the kafka client maven dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-10891) Upgrade Kafka client version to 2.0.1

2018-11-14 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687538#comment-16687538
 ] 

ASF GitHub Bot commented on FLINK-10891:


yanghua opened a new pull request #7101: [FLINK-10891] Upgrade Kafka client 
version to 2.0.1
URL: https://github.com/apache/flink/pull/7101
 
 
   ## What is the purpose of the change
   
   *This pull request upgrades Kafka client version to 2.0.1*
   
   
   ## Brief change log
   
 - *Upgrade Kafka client version to 2.0.1*
   
   ## Verifying this change
   
   This change is already covered by existing tests*.
   
   
   ## Does this pull request potentially affect one of the following parts:
   
 - Dependencies (does it add or upgrade a dependency): (**yes** / no)
 - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (yes / **no**)
 - The serializers: (yes / **no** / don't know)
 - The runtime per-record code paths (performance sensitive): (yes / **no** 
/ don't know)
 - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / **no** / don't know)
 - The S3 file system connector: (yes / **no** / don't know)
   
   ## Documentation
   
 - Does this pull request introduce a new feature? (yes / **no**)
 - If yes, how is the feature documented? (not applicable / docs / JavaDocs 
/ **not documented**)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade Kafka client version to 2.0.1
> -
>
> Key: FLINK-10891
> URL: https://issues.apache.org/jira/browse/FLINK-10891
> Project: Flink
>  Issue Type: Sub-task
>  Components: Kafka Connector
>Reporter: vinoyang
>Assignee: vinoyang
>Priority: Major
>  Labels: pull-request-available
>
> Since the modern kafka connector only keeps track of the latest version of 
> the kafka client. With the release of Kafka 2.0.1, we should upgrade the 
> version of the kafka client maven dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)