[GitHub] [flink] JingsongLi closed pull request #11953: [FLINK-16975][doc] Add docs for FileSystem connector

2020-05-19 Thread GitBox
JingsongLi closed pull request #11953: URL: https://github.com/apache/flink/pull/11953 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [flink] Jiayi-Liao commented on a change in pull request #12261: [FLINK-17823][network] Resolve the race condition while releasing RemoteInputChannel

2020-05-19 Thread GitBox
Jiayi-Liao commented on a change in pull request #12261: URL: https://github.com/apache/flink/pull/12261#discussion_r427749670 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/RemoteInputChannel.java ## @@ -181,6 +181,14 @@ void

[GitHub] [flink] gyfora commented on pull request #12252: [FLINK-17802][kafka] Set offset commit only if group id is configured for new Kafka Table source

2020-05-19 Thread GitBox
gyfora commented on pull request #12252: URL: https://github.com/apache/flink/pull/12252#issuecomment-631246336 Looks good +1 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [flink] gyfora commented on pull request #12254: [FLINK-17802][kafka] Set offset commit only if group id is configured for new Kafka Table source

2020-05-19 Thread GitBox
gyfora commented on pull request #12254: URL: https://github.com/apache/flink/pull/12254#issuecomment-631245945 Looks good +1 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [flink] JingsongLi commented on a change in pull request #12262: [FLINK-17817][hotfix] Fix serializer thread safe problem in CollectSinkFunction

2020-05-19 Thread GitBox
JingsongLi commented on a change in pull request #12262: URL: https://github.com/apache/flink/pull/12262#discussion_r427749438 ## File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/collect/CollectSinkFunction.java ## @@ -330,6 +331,8 @@

[GitHub] [flink] flinkbot edited a comment on pull request #12260: [FLINK-17189][table-planner] Table with proctime attribute cannot be read from Hive catalog

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12260: URL: https://github.com/apache/flink/pull/12260#issuecomment-631229314 ## CI report: * 7820729185644e576dc8d9c9204f2879a193cba0 Azure:

[jira] [Updated] (FLINK-17822) Nightly Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot access class jdk.internal.misc.SharedSecrets" in Java 11

2020-05-19 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-17822: --- Fix Version/s: 1.11.0 > Nightly Flink CLI end-to-end test failed with >

[jira] [Updated] (FLINK-17814) Translate native kubernetes document to Chinese

2020-05-19 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jark Wu updated FLINK-17814: Component/s: Documentation chinese-translation > Translate native kubernetes document to

[GitHub] [flink] flinkbot commented on pull request #12262: [FLINK-17817][hotfix] Fix serializer thread safe problem in CollectSinkFunction

2020-05-19 Thread GitBox
flinkbot commented on pull request #12262: URL: https://github.com/apache/flink/pull/12262#issuecomment-631243945 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the

[jira] [Updated] (FLINK-17819) Yarn error unhelpful when forgetting HADOOP_CLASSPATH

2020-05-19 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-17819: --- Labels: usability (was: ) > Yarn error unhelpful when forgetting HADOOP_CLASSPATH >

[jira] [Commented] (FLINK-17730) HadoopS3RecoverableWriterITCase.testRecoverAfterMultiplePersistsStateWithMultiPart times out

2020-05-19 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111788#comment-17111788 ] Robert Metzger commented on FLINK-17730:

[jira] [Reopened] (FLINK-17730) HadoopS3RecoverableWriterITCase.testRecoverAfterMultiplePersistsStateWithMultiPart times out

2020-05-19 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reopened FLINK-17730: > HadoopS3RecoverableWriterITCase.testRecoverAfterMultiplePersistsStateWithMultiPart > times

[jira] [Updated] (FLINK-17822) Nightly Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot access class jdk.internal.misc.SharedSecrets" in Java 11

2020-05-19 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-17822: --- Priority: Blocker (was: Major) > Nightly Flink CLI end-to-end test failed with >

[jira] [Updated] (FLINK-17817) CollectResultFetcher fails with EOFException in AggregateReduceGroupingITCase

2020-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-17817: --- Labels: pull-request-available test-stability (was: test-stability) > CollectResultFetcher

[GitHub] [flink] TsReaper opened a new pull request #12262: [FLINK-17817][hotfix] Fix serializer thread safe problem in CollectSinkFunction

2020-05-19 Thread GitBox
TsReaper opened a new pull request #12262: URL: https://github.com/apache/flink/pull/12262 ## What is the purpose of the change This is a hot fix for `CollectSinkFunction`. `TypeSerializer`s are not thread safe but currently `CollectSinkFunction` reuses them among two threads. This

[jira] [Commented] (FLINK-17745) PackagedProgram' extractedTempLibraries and jarfiles may be duplicate

2020-05-19 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111784#comment-17111784 ] Yang Wang commented on FLINK-17745: --- [~Echo Lee] So this is not a problem and we could directly close

[jira] [Created] (FLINK-17824) "Resuming Savepoint" e2e stalls indefinitely

2020-05-19 Thread Robert Metzger (Jira)
Robert Metzger created FLINK-17824: -- Summary: "Resuming Savepoint" e2e stalls indefinitely Key: FLINK-17824 URL: https://issues.apache.org/jira/browse/FLINK-17824 Project: Flink Issue

[jira] [Assigned] (FLINK-17824) "Resuming Savepoint" e2e stalls indefinitely

2020-05-19 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reassigned FLINK-17824: -- Assignee: Robert Metzger > "Resuming Savepoint" e2e stalls indefinitely >

[jira] [Closed] (FLINK-17821) Kafka010TableITCase>KafkaTableTestBase.testKafkaSourceSink failed on AZP

2020-05-19 Thread Zhu Zhu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhu Zhu closed FLINK-17821. --- Resolution: Duplicate > Kafka010TableITCase>KafkaTableTestBase.testKafkaSourceSink failed on AZP >

[jira] [Commented] (FLINK-17821) Kafka010TableITCase>KafkaTableTestBase.testKafkaSourceSink failed on AZP

2020-05-19 Thread Zhu Zhu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111779#comment-17111779 ] Zhu Zhu commented on FLINK-17821: - [~wanglijie95] yes, it's the same root cause. Thanks for the

[GitHub] [flink] flinkbot edited a comment on pull request #12261: [FLINK-17823][network] Resolve the race condition while releasing RemoteInputChannel

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12261: URL: https://github.com/apache/flink/pull/12261#issuecomment-631229356 ## CI report: * 26afeb03aa30f84994a8aa85ca2d223d44672067 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #12181: [FLINK-17645][runtime] Fix SafetyNetCloseableRegistry constructor bug.

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12181: URL: https://github.com/apache/flink/pull/12181#issuecomment-629344595 ## CI report: * 0bf2aa2f54e22e76fed071e3c614139d4d187fc4 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #12260: [FLINK-17189][table-planner] Table with proctime attribute cannot be read from Hive catalog

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12260: URL: https://github.com/apache/flink/pull/12260#issuecomment-631229314 ## CI report: * 7820729185644e576dc8d9c9204f2879a193cba0 Azure:

[GitHub] [flink] twentyworld commented on pull request #12237: [FLINK-17290] [chinese-translation, Documentation / Training] Transla…

2020-05-19 Thread GitBox
twentyworld commented on pull request #12237: URL: https://github.com/apache/flink/pull/12237#issuecomment-631234411 谢谢,这里的很多指引,都是我翻译之前所不知道的。 我会把各位的comments都重新整理一下,同时根据指引文档重新走一遍,通过build这些文档测试一下。 如果有任何疑问,我会提出问题并寻求解答的。

[GitHub] [flink] flinkbot commented on pull request #12260: [FLINK-17189][table-planner] Table with proctime attribute cannot be read from Hive catalog

2020-05-19 Thread GitBox
flinkbot commented on pull request #12260: URL: https://github.com/apache/flink/pull/12260#issuecomment-631229314 ## CI report: * 7820729185644e576dc8d9c9204f2879a193cba0 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[GitHub] [flink] flinkbot commented on pull request #12261: [FLINK-17823][network] Resolve the race condition while releasing RemoteInputChannel

2020-05-19 Thread GitBox
flinkbot commented on pull request #12261: URL: https://github.com/apache/flink/pull/12261#issuecomment-631229356 ## CI report: * 26afeb03aa30f84994a8aa85ca2d223d44672067 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[GitHub] [flink] flinkbot edited a comment on pull request #12240: [FLINK-15792][k8s] Make Flink logs accessible via kubectl logs per default

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12240: URL: https://github.com/apache/flink/pull/12240#issuecomment-630661048 ## CI report: * fc462938ff28feca6fd689f6e51e1fca79efe975 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #11175: [FLINK-16197][hive] Failed to query partitioned table when partition …

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #11175: URL: https://github.com/apache/flink/pull/11175#issuecomment-589671100 ## CI report: * 7cf8bc2371f60ce02daec08bda96b30e8ab94a32 Azure:

[jira] [Commented] (FLINK-17817) CollectResultFetcher fails with EOFException in AggregateReduceGroupingITCase

2020-05-19 Thread Caizhi Weng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111754#comment-17111754 ] Caizhi Weng commented on FLINK-17817: - Thanks for the report. This is because type serializers are

[GitHub] [flink] flinkbot commented on pull request #12261: [FLINK-17823][network] Resolve the race condition while releasing RemoteInputChannel

2020-05-19 Thread GitBox
flinkbot commented on pull request #12261: URL: https://github.com/apache/flink/pull/12261#issuecomment-631228177 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the

[jira] [Updated] (FLINK-17823) Resolve the race condition while releasing RemoteInputChannel

2020-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-17823: --- Labels: pull-request-available (was: ) > Resolve the race condition while releasing

[GitHub] [flink] zhijiangW opened a new pull request #12261: [FLINK-17823][network] Resolve the race condition while releasing RemoteInputChannel

2020-05-19 Thread GitBox
zhijiangW opened a new pull request #12261: URL: https://github.com/apache/flink/pull/12261 ## What is the purpose of the change RemoteInputChannel#releaseAllResources might be called by canceler thread. Meanwhile, the task thread can also call RemoteInputChannel#getNextBuffer.

[jira] [Created] (FLINK-17823) Resolve the race condition while releasing RemoteInputChannel

2020-05-19 Thread Zhijiang (Jira)
Zhijiang created FLINK-17823: Summary: Resolve the race condition while releasing RemoteInputChannel Key: FLINK-17823 URL: https://issues.apache.org/jira/browse/FLINK-17823 Project: Flink Issue

[GitHub] [flink] wuchong commented on pull request #11906: [FLINK-17356][jdbc][postgres] Support PK and Unique constraints

2020-05-19 Thread GitBox
wuchong commented on pull request #11906: URL: https://github.com/apache/flink/pull/11906#issuecomment-631225241 Thanks @fpompermaier , it looks good to me in general. I added an IT case to verify group by query can be inserted into a primary keyed postgres catalog table (this is the

[GitHub] [flink] flinkbot edited a comment on pull request #12230: [FLINK-17504][docs] Update Chinese translation of Getting Started / O…

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12230: URL: https://github.com/apache/flink/pull/12230#issuecomment-630205457 ## CI report: * 5b8eb4accc4478106f3e842ba18a1abc11194a43 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #12240: [FLINK-15792][k8s] Make Flink logs accessible via kubectl logs per default

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12240: URL: https://github.com/apache/flink/pull/12240#issuecomment-630661048 ## CI report: * 7ae117dbf4d94f345f70d6f1e8cec97f71086a36 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #12246: [FLINK-17303][python] Return TableResult for Python TableEnvironment

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12246: URL: https://github.com/apache/flink/pull/12246#issuecomment-630803193 ## CI report: * 911e459fe53b61aa74ce3bc3d0761651eb7f61fb Azure:

[GitHub] [flink] flinkbot commented on pull request #12260: [FLINK-17189][table-planner] Table with proctime attribute cannot be read from Hive catalog

2020-05-19 Thread GitBox
flinkbot commented on pull request #12260: URL: https://github.com/apache/flink/pull/12260#issuecomment-631223911 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the

[jira] [Updated] (FLINK-17189) Table with processing time attribute can not be read from Hive catalog

2020-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-17189: --- Labels: pull-request-available (was: ) > Table with processing time attribute can not be

[GitHub] [flink] JingsongLi opened a new pull request #12260: [FLINK-17189][table-planner] Table with proctime attribute cannot be read from Hive catalog

2020-05-19 Thread GitBox
JingsongLi opened a new pull request #12260: URL: https://github.com/apache/flink/pull/12260 ## What is the purpose of the change ``` CREATE TABLE PROD_LINEITEM ( ... L_ORDERTIME TIMESTAMP(3), WATERMARK FOR L_ORDERTIME AS L_ORDERTIME - INTERVAL '5' MINUTE,

[jira] [Resolved] (FLINK-12030) KafkaITCase.testMultipleSourcesOnePartition is unstable: This server does not host this topic-partition

2020-05-19 Thread Jiangjie Qin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-12030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiangjie Qin resolved FLINK-12030. -- Resolution: Fixed Patch merged. master: 51a0d42ade8ee3789036ac1ee7c121133b58212a

[jira] [Updated] (FLINK-15303) support predicate pushdown for sources in hive connector

2020-05-19 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated FLINK-15303: --- Fix Version/s: (was: 1.11.0) > support predicate pushdown for sources in hive connector >

[GitHub] [flink] becketqin commented on pull request #12255: [FLINK-12030][connector/kafka] Check the topic existence after topic creation using KafkaConsumer

2020-05-19 Thread GitBox
becketqin commented on pull request #12255: URL: https://github.com/apache/flink/pull/12255#issuecomment-631223120 Patch merged. master: 51a0d42ade8ee3789036ac1ee7c121133b58212a release-1.11: 0f072234d5cd30879b4e4845e69bee1a03cf1817

[GitHub] [flink] becketqin closed pull request #12255: [FLINK-12030][connector/kafka] Check the topic existence after topic creation using KafkaConsumer

2020-05-19 Thread GitBox
becketqin closed pull request #12255: URL: https://github.com/apache/flink/pull/12255 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[jira] [Commented] (FLINK-17189) Table with processing time attribute can not be read from Hive catalog

2020-05-19 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111731#comment-17111731 ] Jingsong Lee commented on FLINK-17189: -- {{TableSourceUtil.getSourceRowType}} should not only adjust

[jira] [Updated] (FLINK-17189) Table with processing time attribute can not be read from Hive catalog

2020-05-19 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee updated FLINK-17189: - Affects Version/s: 1.10.1 > Table with processing time attribute can not be read from Hive

[jira] [Assigned] (FLINK-17189) Table with processing time attribute can not be read from Hive catalog

2020-05-19 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee reassigned FLINK-17189: Assignee: Jingsong Lee > Table with processing time attribute can not be read from Hive

[GitHub] [flink] flinkbot edited a comment on pull request #12230: [FLINK-17504][docs] Update Chinese translation of Getting Started / O…

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12230: URL: https://github.com/apache/flink/pull/12230#issuecomment-630205457 ## CI report: * 5b8eb4accc4478106f3e842ba18a1abc11194a43 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #12215: [FLINK-17565][k8s] Bump fabric8 version from 4.5.2 to 4.9.2

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12215: URL: https://github.com/apache/flink/pull/12215#issuecomment-630047332 ## CI report: * 906be78b0943a61b70d4624b95bad5479c9f3d92 Azure:

[GitHub] [flink] yangyichao-mango commented on a change in pull request #12230: [FLINK-17504][docs] Update Chinese translation of Getting Started / O…

2020-05-19 Thread GitBox
yangyichao-mango commented on a change in pull request #12230: URL: https://github.com/apache/flink/pull/12230#discussion_r427725970 ## File path: docs/getting-started/index.zh.md ## @@ -27,54 +27,37 @@ specific language governing permissions and limitations under the

[GitHub] [flink] flinkbot edited a comment on pull request #11175: [FLINK-16197][hive] Failed to query partitioned table when partition …

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #11175: URL: https://github.com/apache/flink/pull/11175#issuecomment-589671100 ## CI report: * f41f4359a68f8c9b85a33d3414bf346e02c17d6a Azure:

[GitHub] [flink] yangyichao-mango commented on a change in pull request #12230: [FLINK-17504][docs] Update Chinese translation of Getting Started / O…

2020-05-19 Thread GitBox
yangyichao-mango commented on a change in pull request #12230: URL: https://github.com/apache/flink/pull/12230#discussion_r427726043 ## File path: docs/getting-started/index.zh.md ## @@ -27,54 +27,37 @@ specific language governing permissions and limitations under the

[GitHub] [flink] yangyichao-mango commented on a change in pull request #12230: [FLINK-17504][docs] Update Chinese translation of Getting Started / O…

2020-05-19 Thread GitBox
yangyichao-mango commented on a change in pull request #12230: URL: https://github.com/apache/flink/pull/12230#discussion_r427725668 ## File path: docs/getting-started/index.zh.md ## @@ -27,54 +27,37 @@ specific language governing permissions and limitations under the

[GitHub] [flink] yangyichao-mango commented on a change in pull request #12230: [FLINK-17504][docs] Update Chinese translation of Getting Started / O…

2020-05-19 Thread GitBox
yangyichao-mango commented on a change in pull request #12230: URL: https://github.com/apache/flink/pull/12230#discussion_r427725466 ## File path: docs/getting-started/index.zh.md ## @@ -27,54 +27,37 @@ specific language governing permissions and limitations under the

[GitHub] [flink] yangyichao-mango commented on a change in pull request #12230: [FLINK-17504][docs] Update Chinese translation of Getting Started / O…

2020-05-19 Thread GitBox
yangyichao-mango commented on a change in pull request #12230: URL: https://github.com/apache/flink/pull/12230#discussion_r427725122 ## File path: docs/getting-started/index.zh.md ## @@ -27,54 +27,37 @@ specific language governing permissions and limitations under the

[GitHub] [flink] yangyichao-mango commented on a change in pull request #12230: [FLINK-17504][docs] Update Chinese translation of Getting Started / O…

2020-05-19 Thread GitBox
yangyichao-mango commented on a change in pull request #12230: URL: https://github.com/apache/flink/pull/12230#discussion_r427724564 ## File path: docs/getting-started/index.zh.md ## @@ -27,54 +27,37 @@ specific language governing permissions and limitations under the

[jira] [Commented] (FLINK-17565) Bump fabric8 version from 4.5.2 to 4.9.2

2020-05-19 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111718#comment-17111718 ] Yang Wang commented on FLINK-17565: --- I have upgraded the priority to critical so that it could be

[jira] [Updated] (FLINK-17565) Bump fabric8 version from 4.5.2 to 4.9.2

2020-05-19 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Wang updated FLINK-17565: -- Priority: Critical (was: Major) > Bump fabric8 version from 4.5.2 to 4.9.2 >

[jira] [Updated] (FLINK-17565) Bump fabric8 version from 4.5.2 to 4.9.2

2020-05-19 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Wang updated FLINK-17565: -- Description: Currently, we are using a version of 4.5.2, it's better that we upgrade it to 4.9.2,

[GitHub] [flink] flinkbot edited a comment on pull request #12240: [FLINK-15792][k8s] Make Flink logs accessible via kubectl logs per default

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12240: URL: https://github.com/apache/flink/pull/12240#issuecomment-630661048 ## CI report: * 7ae117dbf4d94f345f70d6f1e8cec97f71086a36 Azure:

[jira] [Updated] (FLINK-17565) Bump fabric8 version from 4.5.2 to 4.9.2

2020-05-19 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Wang updated FLINK-17565: -- Summary: Bump fabric8 version from 4.5.2 to 4.9.2 (was: Bump fabric8 version from 4.5.2 to 4.9.1) >

[jira] [Commented] (FLINK-17351) CheckpointCoordinator and CheckpointFailureManager ignores checkpoint timeouts

2020-05-19 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111716#comment-17111716 ] Yuan Mei commented on FLINK-17351: --   Thanks for the pointers [~roman_khachatryan]. I have quite a

[GitHub] [flink] wangyang0918 commented on pull request #12215: [FLINK-17565][k8s] Bump fabric8 version from 4.5.2 to 4.9.2

2020-05-19 Thread GitBox
wangyang0918 commented on pull request #12215: URL: https://github.com/apache/flink/pull/12215#issuecomment-631210861 @zhengcanbin Thanks a lot for creating this PR. I am afraid this PR could not work because the new version introduce some additional dependencies(e.g.

[GitHub] [flink] wangyang0918 edited a comment on pull request #12215: [FLINK-17565][k8s] Bump fabric8 version from 4.5.2 to 4.9.2

2020-05-19 Thread GitBox
wangyang0918 edited a comment on pull request #12215: URL: https://github.com/apache/flink/pull/12215#issuecomment-631210861 @zhengcanbin Thanks a lot for creating this PR. I am afraid this PR could not work because the new `kubernetes-client` version introduce some additional

[GitHub] [flink] klion26 commented on a change in pull request #12230: [FLINK-17504][docs] Update Chinese translation of Getting Started / O…

2020-05-19 Thread GitBox
klion26 commented on a change in pull request #12230: URL: https://github.com/apache/flink/pull/12230#discussion_r427718620 ## File path: docs/getting-started/index.zh.md ## @@ -27,54 +27,37 @@ specific language governing permissions and limitations under the License. -->

[jira] [Commented] (FLINK-17821) Kafka010TableITCase>KafkaTableTestBase.testKafkaSourceSink failed on AZP

2020-05-19 Thread Lijie Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111711#comment-17111711 ] Lijie Wang commented on FLINK-17821: Dose this duplicate with 

[GitHub] [flink] flinkbot edited a comment on pull request #12215: [FLINK-17565][k8s] Bump fabric8 version from 4.5.2 to 4.9.2

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12215: URL: https://github.com/apache/flink/pull/12215#issuecomment-630047332 ## CI report: * 5f357acabcb13d64d8e9a042af14329415db0f87 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #12259: [hotfix][k8s] Remove unused constant variable

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12259: URL: https://github.com/apache/flink/pull/12259#issuecomment-631191345 ## CI report: * 1ee1aadd85244dccac74b71c63f21379195b112b Azure:

[jira] [Comment Edited] (FLINK-17822) Nightly Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot access class jdk.internal.misc.SharedSecrets" in Java 11

2020-05-19 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111709#comment-17111709 ] Dian Fu edited comment on FLINK-17822 at 5/20/20, 3:08 AM: --- There are several

[GitHub] [flink] flinkbot edited a comment on pull request #11175: [FLINK-16197][hive] Failed to query partitioned table when partition …

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #11175: URL: https://github.com/apache/flink/pull/11175#issuecomment-589671100 ## CI report: * f41f4359a68f8c9b85a33d3414bf346e02c17d6a Azure:

[jira] [Comment Edited] (FLINK-17822) Nightly Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot access class jdk.internal.misc.SharedSecrets" in Java 11

2020-05-19 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111709#comment-17111709 ] Dian Fu edited comment on FLINK-17822 at 5/20/20, 3:02 AM: --- It seems that all

[jira] [Commented] (FLINK-17822) Nightly Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot access class jdk.internal.misc.SharedSecrets" in Java 11

2020-05-19 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111709#comment-17111709 ] Dian Fu commented on FLINK-17822: - It seems that all the Java 11 tests in the same cron job failed with

[jira] [Updated] (FLINK-17822) Nightly Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot access class jdk.internal.misc.SharedSecrets" in Java 11

2020-05-19 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-17822: Summary: Nightly Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot

[jira] [Updated] (FLINK-17822) Nightly Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot access class jdk.internal.misc.SharedSecrets" in JDK 11

2020-05-19 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-17822: Component/s: Runtime / Task > Nightly Flink CLI end-to-end test failed with >

[jira] [Updated] (FLINK-17822) Nightly Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot access class jdk.internal.misc.SharedSecrets" in JDK 11

2020-05-19 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-17822: Component/s: Tests > Nightly Flink CLI end-to-end test failed with >

[jira] [Updated] (FLINK-17822) Nightly Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot access class jdk.internal.misc.SharedSecrets" in JDK 11

2020-05-19 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-17822: Labels: test-stability (was: ) > Nightly Flink CLI end-to-end test failed with >

[jira] [Updated] (FLINK-17822) Nightly Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot access class jdk.internal.misc.SharedSecrets" in JDK 11

2020-05-19 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-17822: Affects Version/s: 1.11.0 > Nightly Flink CLI end-to-end test failed with >

[jira] [Updated] (FLINK-17822) Nightly Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot access class jdk.internal.misc.SharedSecrets" in JDK 11

2020-05-19 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-17822: Summary: Nightly Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot

[jira] [Created] (FLINK-17822) Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot access class jdk.internal.misc.SharedSecrets" in JDK 11

2020-05-19 Thread Dian Fu (Jira)
Dian Fu created FLINK-17822: --- Summary: Flink CLI end-to-end test failed with "JavaGcCleanerWrapper$PendingCleanersRunner cannot access class jdk.internal.misc.SharedSecrets" in JDK 11 Key: FLINK-17822 URL:

[GitHub] [flink] godfreyhe commented on pull request #12199: [FLINK-17774] [table] supports all kinds of changes for select result

2020-05-19 Thread GitBox
godfreyhe commented on pull request #12199: URL: https://github.com/apache/flink/pull/12199#issuecomment-631204000 @flinkbot run azure This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Created] (FLINK-17821) Kafka010TableITCase>KafkaTableTestBase.testKafkaSourceSink failed on AZP

2020-05-19 Thread Zhu Zhu (Jira)
Zhu Zhu created FLINK-17821: --- Summary: Kafka010TableITCase>KafkaTableTestBase.testKafkaSourceSink failed on AZP Key: FLINK-17821 URL: https://issues.apache.org/jira/browse/FLINK-17821 Project: Flink

[jira] [Commented] (FLINK-17817) CollectResultFetcher fails with EOFException in AggregateReduceGroupingITCase

2020-05-19 Thread Kurt Young (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111700#comment-17111700 ] Kurt Young commented on FLINK-17817: cc [~TsReaper] > CollectResultFetcher fails with EOFException

[jira] [Updated] (FLINK-17189) Table with processing time attribute can not be read from Hive catalog

2020-05-19 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee updated FLINK-17189: - Priority: Blocker (was: Major) > Table with processing time attribute can not be read from

[GitHub] [flink] flinkbot edited a comment on pull request #11978: [FLINK-16086][chinese-translation]Translate "Temporal Tables" page of "Streaming Concepts" into Chinese

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #11978: URL: https://github.com/apache/flink/pull/11978#issuecomment-623121072 ## CI report: * 58447ca459535c32ed1fcd040aff23678f92aa0c Azure:

[jira] [Commented] (FLINK-17745) PackagedProgram' extractedTempLibraries and jarfiles may be duplicate

2020-05-19 Thread Echo Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111697#comment-17111697 ] Echo Lee commented on FLINK-17745: -- [~kkl0u] [~fly_in_gis] So, I think you're right. I didn't think

[jira] [Closed] (FLINK-17798) Align the behavior between the new and legacy JDBC table source

2020-05-19 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jark Wu closed FLINK-17798. --- Resolution: Fixed - master (1.12.0): 73520ca19e76d0895c38ec956250cb588eca740c - 1.11.0:

[jira] [Closed] (FLINK-17797) Align the behavior between the new and legacy HBase table source

2020-05-19 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jark Wu closed FLINK-17797. --- Resolution: Fixed Fixed in - master (1.12.0): 57e4748614bdbe06769b147bc264e4a400784379 - 1.11.0:

[GitHub] [flink] wuchong closed pull request #12221: [FLINK-17797][FLINK-17798][hbase][jdbc] Align the behavior between the new and legacy HBase/JDBC table source

2020-05-19 Thread GitBox
wuchong closed pull request #12221: URL: https://github.com/apache/flink/pull/12221 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [flink] flinkbot commented on pull request #12259: [hotfix][k8s] Remove unused constant variable

2020-05-19 Thread GitBox
flinkbot commented on pull request #12259: URL: https://github.com/apache/flink/pull/12259#issuecomment-631191345 ## CI report: * 1ee1aadd85244dccac74b71c63f21379195b112b UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[GitHub] [flink] flinkbot edited a comment on pull request #12257: [FLINK-17076][docs] Revamp Kafka Connector Documentation

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12257: URL: https://github.com/apache/flink/pull/12257#issuecomment-631108690 ## CI report: * 8ad7645dbf1891711dd922b48673fcb7f1797271 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #12215: [FLINK-17565][k8s] Bump fabric8 version from 4.5.2 to 4.9.2

2020-05-19 Thread GitBox
flinkbot edited a comment on pull request #12215: URL: https://github.com/apache/flink/pull/12215#issuecomment-630047332 ## CI report: * 5f357acabcb13d64d8e9a042af14329415db0f87 Azure:

[jira] [Commented] (FLINK-17745) PackagedProgram' extractedTempLibraries and jarfiles may be duplicate

2020-05-19 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111689#comment-17111689 ] Yang Wang commented on FLINK-17745: --- I second [~kkl0u]'s analysis. If you have some classes in the

[jira] [Assigned] (FLINK-17802) Set offset commit only if group id is configured for new Kafka Table source

2020-05-19 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jark Wu reassigned FLINK-17802: --- Assignee: Leonard Xu > Set offset commit only if group id is configured for new Kafka Table source

[jira] [Commented] (FLINK-17802) Set offset commit only if group id is configured for new Kafka Table source

2020-05-19 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111688#comment-17111688 ] Leonard Xu commented on FLINK-17802: Hi, [~gyfora] Could you have a look the two PRs ? > Set

[jira] [Closed] (FLINK-17810) Add document for K8s application mode

2020-05-19 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Wang closed FLINK-17810. - Resolution: Fixed > Add document for K8s application mode > - > >

[GitHub] [flink] leonardBang commented on pull request #12090: [FLINK-17622][connectors / jdbc] Remove useless switch for decimal in PostgresCatalog

2020-05-19 Thread GitBox
leonardBang commented on pull request #12090: URL: https://github.com/apache/flink/pull/12090#issuecomment-631188347 +1 to merge cc @wuchong This is an automated message from the Apache Git Service. To respond to the

[GitHub] [flink] godfreyhe commented on pull request #12199: [FLINK-17774] [table] supports all kinds of changes for select result

2020-05-19 Thread GitBox
godfreyhe commented on pull request #12199: URL: https://github.com/apache/flink/pull/12199#issuecomment-631187973 @flinkbot run azure This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Closed] (FLINK-17710) StreamSqlTests.test_execute_sql test is not stable

2020-05-19 Thread Hequn Cheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hequn Cheng closed FLINK-17710. --- Fix Version/s: (was: 1.11.0) Resolution: Abandoned > StreamSqlTests.test_execute_sql

[GitHub] [flink] flinkbot commented on pull request #12259: [hotfix][k8s] Remove unused constant variable

2020-05-19 Thread GitBox
flinkbot commented on pull request #12259: URL: https://github.com/apache/flink/pull/12259#issuecomment-631187951 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the

[jira] [Reopened] (FLINK-17710) StreamSqlTests.test_execute_sql test is not stable

2020-05-19 Thread Hequn Cheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hequn Cheng reopened FLINK-17710: - > StreamSqlTests.test_execute_sql test is not stable >

  1   2   3   4   5   6   7   >