[GitHub] [flink] pnowojski commented on a change in pull request #13374: [FLINK-19109][streaming] Disallow chaining of ContinuousFileReaderOperator. [1.10]

2020-09-13 Thread GitBox
pnowojski commented on a change in pull request #13374: URL: https://github.com/apache/flink/pull/13374#discussion_r487504485 ## File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/source/ContinuousFileReaderOperator.java ## @@ -80,6 +81,7 @@

[GitHub] [flink] yangjf2019 commented on pull request #13370: [hotfix][docs] Update shaded_version to the latest release

2020-09-13 Thread GitBox
yangjf2019 commented on pull request #13370: URL: https://github.com/apache/flink/pull/13370#issuecomment-691650680 @XComp I also confirmed that this option is no longer being referenced in the latest version of Flink. This

[jira] [Commented] (FLINK-16768) HadoopS3RecoverableWriterITCase.testRecoverWithStateWithMultiPart hangs

2020-09-13 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17194960#comment-17194960 ] Dian Fu commented on FLINK-16768: - Another instance on 1.11: https://dev.azure.com/apach

[GitHub] [flink] yangjf2019 commented on pull request #13370: [hotfix][docs] Update shaded_version to the latest release

2020-09-13 Thread GitBox
yangjf2019 commented on pull request #13370: URL: https://github.com/apache/flink/pull/13370#issuecomment-691651300 There has been no reference to `shaded_version` since version 1.10. [Flink-1.9](https://ci.apache.org/projects/flink/flink-docs-release-1.9/dev/table/hive/) [Flink-1.10

[GitHub] [flink] yangjf2019 edited a comment on pull request #13370: [hotfix][docs] Update shaded_version to the latest release

2020-09-13 Thread GitBox
yangjf2019 edited a comment on pull request #13370: URL: https://github.com/apache/flink/pull/13370#issuecomment-691651300 There has been no reference to `shaded_version` since version 1.10. The issue is[ 8225](https://github.com/apache/flink/pull/8225). --

[GitHub] [flink] yangjf2019 removed a comment on pull request #13370: [hotfix][docs] Update shaded_version to the latest release

2020-09-13 Thread GitBox
yangjf2019 removed a comment on pull request #13370: URL: https://github.com/apache/flink/pull/13370#issuecomment-691651300 There has been no reference to `shaded_version` since version 1.10. The issue is[ 8225](https://github.com/apache/flink/pull/8225). -

[jira] [Commented] (FLINK-19212) Failed to serialize the result for RPC call : requestTaskManagerInfo.

2020-09-13 Thread Kezhu Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17194971#comment-17194971 ] Kezhu Wang commented on FLINK-19212: [~klden] Seems that this has fixed by [FLINK-1

[GitHub] [flink] Alvin-WJ opened a new pull request #13377: [FLINK-18592] bugfix for StreamingFileSink

2020-09-13 Thread GitBox
Alvin-WJ opened a new pull request #13377: URL: https://github.com/apache/flink/pull/13377 [FLINK-18592][connectors] StreamingFileSink fails due to truncating HDFS file failure ## What is the purpose of the change *(For example: This pull request makes task deployment

[jira] [Updated] (FLINK-18592) StreamingFileSink fails due to truncating HDFS file failure

2020-09-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-18592: --- Labels: pull-request-available (was: ) > StreamingFileSink fails due to truncating HDFS fil

[GitHub] [flink] flinkbot commented on pull request #13377: [FLINK-18592] bugfix for StreamingFileSink

2020-09-13 Thread GitBox
flinkbot commented on pull request #13377: URL: https://github.com/apache/flink/pull/13377#issuecomment-691667340 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 pro

[jira] [Comment Edited] (FLINK-18592) StreamingFileSink fails due to truncating HDFS file failure

2020-09-13 Thread JIAN WANG (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17187131#comment-17187131 ] JIAN WANG edited comment on FLINK-18592 at 9/13/20, 1:04 PM: -

[GitHub] [flink] flinkbot commented on pull request #13377: [FLINK-18592] bugfix for StreamingFileSink

2020-09-13 Thread GitBox
flinkbot commented on pull request #13377: URL: https://github.com/apache/flink/pull/13377#issuecomment-691669199 ## CI report: * 5133b8e8e8ab5c63b96f23b024ebef1252f5d128 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot edited a comment on pull request #13377: [FLINK-18592] bugfix for StreamingFileSink

2020-09-13 Thread GitBox
flinkbot edited a comment on pull request #13377: URL: https://github.com/apache/flink/pull/13377#issuecomment-691669199 ## CI report: * 5133b8e8e8ab5c63b96f23b024ebef1252f5d128 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] ThunderSuuuuu commented on pull request #13361: [FLINK-19170] fix parameter naming error

2020-09-13 Thread GitBox
ThunderSu commented on pull request #13361: URL: https://github.com/apache/flink/pull/13361#issuecomment-691761383 > Thanks ThunderSuu for looking into that. FYI: There's no need to create FLINK Jira issues for typo fixes. Instead, write `[hotfix][]` as a prefix to your commit mess

[GitHub] [flink-web] xintongsong commented on pull request #378: Add xtsong to the committer list.

2020-09-13 Thread GitBox
xintongsong commented on pull request #378: URL: https://github.com/apache/flink-web/pull/378#issuecomment-691769966 Thanks @zhuzhurk, merging this. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [flink-web] xintongsong closed pull request #378: Add xtsong to the committer list.

2020-09-13 Thread GitBox
xintongsong closed pull request #378: URL: https://github.com/apache/flink-web/pull/378 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-8247) Support Hadoop-free variant of Flink on Mesos

2020-09-13 Thread Yangze Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-8247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195149#comment-17195149 ] Yangze Guo commented on FLINK-8247: --- [~rmetzger] I think it makes sense to close this t

[jira] [Commented] (FLINK-19167) Proccess Function Example could not work

2020-09-13 Thread tinny cat (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195154#comment-17195154 ] tinny cat commented on FLINK-19167: --- The watermark did increase, and the timer did tri

[GitHub] [flink] flinkbot edited a comment on pull request #13214: [FLINK-18938][tableSQL/API] Throw better exception message for quering sink-only connector

2020-09-13 Thread GitBox
flinkbot edited a comment on pull request #13214: URL: https://github.com/apache/flink/pull/13214#issuecomment-678119788 ## CI report: * 8c8fcc0f241851849e0b3faefa88aea5d6649662 UNKNOWN * aa78f74d8efbf509e2d9247d43cd68ff8e9db0b0 Azure: [SUCCESS](https://dev.azure.com/apache-fl

[GitHub] [flink] flinkbot edited a comment on pull request #13214: [FLINK-18938][tableSQL/API] Throw better exception message for quering sink-only connector

2020-09-13 Thread GitBox
flinkbot edited a comment on pull request #13214: URL: https://github.com/apache/flink/pull/13214#issuecomment-678119788 ## CI report: * 8c8fcc0f241851849e0b3faefa88aea5d6649662 UNKNOWN * aa78f74d8efbf509e2d9247d43cd68ff8e9db0b0 Azure: [SUCCESS](https://dev.azure.com/apache-fl

[jira] [Commented] (FLINK-16694) Resuming Externalized Checkpoint end-to-end test failed on travis

2020-09-13 Thread Yangze Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195159#comment-17195159 ] Yangze Guo commented on FLINK-16694: [~chesnay] Hi, I just wonder does it make more

[GitHub] [flink] flinkbot edited a comment on pull request #13276: [FLINK-18604][connectors/HBase] HBase ConnectorDescriptor can not work in Table API

2020-09-13 Thread GitBox
flinkbot edited a comment on pull request #13276: URL: https://github.com/apache/flink/pull/13276#issuecomment-682412809 ## CI report: * bda0e67535a7df0972ab2507867e440f4ac51022 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #13276: [FLINK-18604][connectors/HBase] HBase ConnectorDescriptor can not work in Table API

2020-09-13 Thread GitBox
flinkbot edited a comment on pull request #13276: URL: https://github.com/apache/flink/pull/13276#issuecomment-682412809 ## CI report: * bda0e67535a7df0972ab2507867e440f4ac51022 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] klion26 commented on a change in pull request #13003: [FLINK-18737][docs]translate jdbc connector

2020-09-13 Thread GitBox
klion26 commented on a change in pull request #13003: URL: https://github.com/apache/flink/pull/13003#discussion_r487661207 ## File path: docs/dev/connectors/jdbc.zh.md ## @@ -26,9 +26,9 @@ under the License. * This will be replaced by the TOC {:toc} -This connector provide

[GitHub] [flink] flinkbot edited a comment on pull request #13214: [FLINK-18938][tableSQL/API] Throw better exception message for quering sink-only connector

2020-09-13 Thread GitBox
flinkbot edited a comment on pull request #13214: URL: https://github.com/apache/flink/pull/13214#issuecomment-678119788 ## CI report: * 8c8fcc0f241851849e0b3faefa88aea5d6649662 UNKNOWN * f52a874614a324f9aa5f830ddd1978700408d473 Azure: [FAILURE](https://dev.azure.com/apache-fl

[GitHub] [flink] flinkbot edited a comment on pull request #13276: [FLINK-18604][connectors/HBase] HBase ConnectorDescriptor can not work in Table API

2020-09-13 Thread GitBox
flinkbot edited a comment on pull request #13276: URL: https://github.com/apache/flink/pull/13276#issuecomment-682412809 ## CI report: * bda0e67535a7df0972ab2507867e440f4ac51022 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #13276: [FLINK-18604][connectors/HBase] HBase ConnectorDescriptor can not work in Table API

2020-09-13 Thread GitBox
flinkbot edited a comment on pull request #13276: URL: https://github.com/apache/flink/pull/13276#issuecomment-682412809 ## CI report: * bda0e67535a7df0972ab2507867e440f4ac51022 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] zhuxiaoshang commented on a change in pull request #13225: [FLINK-18974][docs-zh]Translate the 'User-Defined Functions' page of "Application Development's DataStream API" into Chinese

2020-09-13 Thread GitBox
zhuxiaoshang commented on a change in pull request #13225: URL: https://github.com/apache/flink/pull/13225#discussion_r487680982 ## File path: docs/dev/user_defined_functions.zh.md ## @@ -114,30 +119,31 @@ data.reduce { (i1,i2) => i1 + i2 } data.reduce { _ + _ } {% endhighlig