[jira] [Updated] (FLINK-25262) Support to send data to lookup table for KeyGroupStreamPartitioner way for SQL

2021-12-11 Thread hehuiyuan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hehuiyuan updated FLINK-25262: -- Description: Send data to lookup table  by hash , which  can improve cache hit rate in lookup table,

[jira] [Updated] (FLINK-25262) Support to send data to lookup table for KeyGroupStreamPartitioner way for SQL

2021-12-11 Thread hehuiyuan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hehuiyuan updated FLINK-25262: -- Description: Send data to lookup table  by hash , which  can improve cache hit rate, futher improve p

[jira] [Created] (FLINK-25262) Support to send data to lookup table for KeyGroupStreamPartitioner way for SQL

2021-12-11 Thread hehuiyuan (Jira)
hehuiyuan created FLINK-25262: - Summary: Support to send data to lookup table for KeyGroupStreamPartitioner way for SQL Key: FLINK-25262 URL: https://issues.apache.org/jira/browse/FLINK-25262 Project: Fl

[GitHub] [flink] shenzhu commented on pull request #17919: [FLINK-24419][table-planner] Trim to precision when casting to BINARY/VARBINARY

2021-12-11 Thread GitBox
shenzhu commented on pull request #17919: URL: https://github.com/apache/flink/pull/17919#issuecomment-991843983 Hey @AHeise , would you mind taking a look at this PR when you have a moment? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [flink] shenzhu commented on pull request #17793: [FLINK-21565][Table SQL/API] Support more integer types in TIMESTAMPADD

2021-12-11 Thread GitBox
shenzhu commented on pull request #17793: URL: https://github.com/apache/flink/pull/17793#issuecomment-991843941 Hey @twalthr @wuchong , could you please take a look at this PR when you have a moment? Thanks! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [flink] flinkbot edited a comment on pull request #18082: [FLINK-24077][hbase2/HBaseConnectorITCase] fix flaky tests backport to 1.12

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18082: URL: https://github.com/apache/flink/pull/18082#issuecomment-990938904 ## CI report: * c9c237e13e5e43f0f2e5a70967ce3bf331c3bac8 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink-web] sjwiesman commented on a change in pull request #488: add concrete flink configuration to CVE blog post

2021-12-11 Thread GitBox
sjwiesman commented on a change in pull request #488: URL: https://github.com/apache/flink-web/pull/488#discussion_r766932872 ## File path: _posts/2021-12-10-log4j-cve.md ## @@ -13,8 +13,15 @@ It is by now tracked under [CVE-2021-44228](https://nvd.nist.gov/vuln/detail/CVE

[GitHub] [flink] maosuhan commented on a change in pull request #14376: [FLINK-18202][PB format] New Format of protobuf

2021-12-11 Thread GitBox
maosuhan commented on a change in pull request #14376: URL: https://github.com/apache/flink/pull/14376#discussion_r767101531 ## File path: flink-formats/flink-protobuf/src/main/java/org/apache/flink/formats/protobuf/PbFormatUtils.java ## @@ -0,0 +1,166 @@ +/* + * Licensed to t

[GitHub] [flink] AHeise merged pull request #18082: [FLINK-24077][hbase2/HBaseConnectorITCase] fix flaky tests backport to 1.12

2021-12-11 Thread GitBox
AHeise merged pull request #18082: URL: https://github.com/apache/flink/pull/18082 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr

[jira] [Commented] (FLINK-25253) An ClassNotFoundException of missing Hadoop class occurred when submitting to yarn

2021-12-11 Thread ghost synth (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17457845#comment-17457845 ] ghost synth commented on FLINK-25253: - Thanks Chesnay Schepler,I added hadoop-mapred

[GitHub] [flink] flinkbot commented on pull request #18085: [FLINK-25261][state] Truncate changelog upon materialization

2021-12-11 Thread GitBox
flinkbot commented on pull request #18085: URL: https://github.com/apache/flink/pull/18085#issuecomment-991796358 -- 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 the specific comment. To unsubsc

[GitHub] [flink] MonsterChenzhuo commented on a change in pull request #18026: [FLINK-20188][Connectors/FileSystem,Documentation] Add Documentation …

2021-12-11 Thread GitBox
MonsterChenzhuo commented on a change in pull request #18026: URL: https://github.com/apache/flink/pull/18026#discussion_r767140945 ## File path: docs/content/docs/connectors/datastream/filesystem.md ## @@ -797,3 +797,322 @@ before the job is restarted. This will result in your

[GitHub] [flink-ml] gaoyunhaii commented on pull request #39: [hotfix] Move infra from flink-ml-lib to flink-ml-core

2021-12-11 Thread GitBox
gaoyunhaii commented on pull request #39: URL: https://github.com/apache/flink-ml/pull/39#issuecomment-991616318 Very thanks @zhipeng93 for the PR! LGTM and +1 to merge~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [flink] flinkbot edited a comment on pull request #14376: [FLINK-18202][PB format] New Format of protobuf

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #14376: URL: https://github.com/apache/flink/pull/14376#issuecomment-744252765 -- 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 the specific comment. To

[GitHub] [flink] JingGe commented on pull request #18082: [FLINK-24077][hbase2/HBaseConnectorITCase] fix flaky tests backport to 1.12

2021-12-11 Thread GitBox
JingGe commented on pull request #18082: URL: https://github.com/apache/flink/pull/18082#issuecomment-991367079 @AHeise would you please help merging it? Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [flink] flinkbot commented on pull request #18084: [hotfix][docs][connectors] Add missing semicolon to make the query valid

2021-12-11 Thread GitBox
flinkbot commented on pull request #18084: URL: https://github.com/apache/flink/pull/18084#issuecomment-991732689 -- 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 the specific comment. To unsubsc

[GitHub] [flink] flinkbot edited a comment on pull request #18017: [FLINK-25171] Validation of duplicate fields in ddl sql

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18017: URL: https://github.com/apache/flink/pull/18017#issuecomment-986500405 ## CI report: * ac179499cd39e4d3c8abea70dbb6209a45f6dee3 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink-web] sjwiesman commented on pull request #488: add concrete flink configuration to CVE blog post

2021-12-11 Thread GitBox
sjwiesman commented on pull request #488: URL: https://github.com/apache/flink-web/pull/488#issuecomment-991737778 Merged manually -- 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 the specific c

[GitHub] [flink] YuvalItzchakov commented on pull request #17845: [FLINK-24352] [flink-table-planner] Add null check for temporal table check on SqlSnapshot

2021-12-11 Thread GitBox
YuvalItzchakov commented on pull request #17845: URL: https://github.com/apache/flink/pull/17845#issuecomment-991678979 @godfreyhe Would appreciate your reply so we can merge this into 1.14.1 as well -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [flink] AHeise merged pull request #18070: [FLINK-24077][hbase2/HBaseConnectorITCase] fix flaky tests backport to 1.14

2021-12-11 Thread GitBox
AHeise merged pull request #18070: URL: https://github.com/apache/flink/pull/18070 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr

[GitHub] [flink] AHeise commented on pull request #16108: [FLINK-22821][connector-kafka] FlinkKafkaProducerMigrationTest fails …

2021-12-11 Thread GitBox
AHeise commented on pull request #16108: URL: https://github.com/apache/flink/pull/16108#issuecomment-991706544 -- 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 the specific comment. To unsubscri

[GitHub] [flink] flinkbot edited a comment on pull request #17774: [FLINK-24611] Prevent JM from discarding state on checkpoint abortion

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #17774: URL: https://github.com/apache/flink/pull/17774#issuecomment-966933536 ## CI report: * 6445d1c6fb469ef7ca57bdee129a52f0e5bb369b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] deadwind4 commented on pull request #18077: [FLINK-25240][core] update log4j2 version to 2.15.0

2021-12-11 Thread GitBox
deadwind4 commented on pull request #18077: URL: https://github.com/apache/flink/pull/18077#issuecomment-991417465 > @EronWright committer and reviewer will backport to 1.13/1.14 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [flink-web] sjwiesman closed pull request #488: add concrete flink configuration to CVE blog post

2021-12-11 Thread GitBox
sjwiesman closed pull request #488: URL: https://github.com/apache/flink-web/pull/488 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsub

[GitHub] [flink] EronWright commented on pull request #18077: [FLINK-25240][core] update log4j2 version to 2.15.0

2021-12-11 Thread GitBox
EronWright commented on pull request #18077: URL: https://github.com/apache/flink/pull/18077#issuecomment-991383576 @deadwind4 do you plan to backport to 1.13/1.14? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [flink] wangyang0918 commented on pull request #17819: [FLINK-15816][k8s] Limit kubernetes.cluster-id to a maximum of 40 characters

2021-12-11 Thread GitBox
wangyang0918 commented on pull request #17819: URL: https://github.com/apache/flink/pull/17819#issuecomment-991677454 IIRC, not only the labels, but also pod names, services names, have the most 63 characters limitation. So we might need to have `generateBasedOnClusterId` for all the speci

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 -- 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 the specific comment. To

[GitHub] [flink] AHeise merged pull request #18053: [hotfix][docs] Fix typo in textLines parameter for Map transformation

2021-12-11 Thread GitBox
AHeise merged pull request #18053: URL: https://github.com/apache/flink/pull/18053 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr

[GitHub] [flink-ml] gaoyunhaii closed pull request #39: [hotfix] Move infra from flink-ml-lib to flink-ml-core

2021-12-11 Thread GitBox
gaoyunhaii closed pull request #39: URL: https://github.com/apache/flink-ml/pull/39 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubsc

[GitHub] [flink] flinkbot edited a comment on pull request #18085: [FLINK-25261][state] Truncate changelog upon materialization

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18085: URL: https://github.com/apache/flink/pull/18085#issuecomment-991796358 -- 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 the specific comment. To

[GitHub] [flink] AHeise merged pull request #18071: [FLINK-24077][hbase2/HBaseConnectorITCase] fix flaky tests backport to 1.13

2021-12-11 Thread GitBox
AHeise merged pull request #18071: URL: https://github.com/apache/flink/pull/18071 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr

[GitHub] [flink] flinkbot edited a comment on pull request #18084: [hotfix][docs][connectors] Add missing semicolon to make the query valid

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18084: URL: https://github.com/apache/flink/pull/18084#issuecomment-991732689 -- 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 the specific comment. To

[GitHub] [flink] flinkbot edited a comment on pull request #18085: [FLINK-25261][state] Truncate changelog upon materialization

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18085: URL: https://github.com/apache/flink/pull/18085#issuecomment-991796358 ## CI report: * a65ada5a1e7a374def176e8b0c7e0149858433cf Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Updated] (FLINK-5121) Integrate YARN application ID with web interface

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-5121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-5121: -- Labels: auto-deprioritized-major stale-minor (was: auto-deprioritized-major) I am the [Flink

[jira] [Updated] (FLINK-5086) Clean dead snapshot files produced by the tasks failing to acknowledge checkpoints

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-5086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-5086: -- Labels: auto-deprioritized-major stale-minor (was: auto-deprioritized-major) I am the [Flink

[jira] [Updated] (FLINK-5065) Resource leaks in case of lost checkpoint messages

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-5065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-5065: -- Labels: auto-deprioritized-major stale-minor (was: auto-deprioritized-major) I am the [Flink

[jira] [Updated] (FLINK-7990) Strange behavior when configuring Logback for logging

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-7990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-7990: -- Labels: auto-deprioritized-major auto-deprioritized-minor (was: auto-deprioritized-major sta

[jira] [Updated] (FLINK-5052) Changing the maximum parallelism (number of key groups) of a job

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-5052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-5052: -- Labels: auto-deprioritized-major stale-minor (was: auto-deprioritized-major) I am the [Flink

[jira] [Updated] (FLINK-5062) Ensure that all created threads have a proper name

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-5062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-5062: -- Labels: auto-deprioritized-major stale-minor (was: auto-deprioritized-major) I am the [Flink

[jira] [Updated] (FLINK-8182) Unable to read hdfs file system directory(which contains sub directories) recursively

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-8182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-8182: -- Labels: auto-deprioritized-major auto-deprioritized-minor (was: auto-deprioritized-major sta

[jira] [Updated] (FLINK-5092) Add integration with Sonarqube and code coverage

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-5092: -- Labels: auto-deprioritized-major stale-minor (was: auto-deprioritized-major) I am the [Flink

[jira] [Updated] (FLINK-8107) UNNEST causes cyclic type checking exception

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-8107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-8107: -- Labels: auto-deprioritized-major auto-deprioritized-minor (was: auto-deprioritized-major sta

[jira] [Updated] (FLINK-9586) Make collection sources parallelisable

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-9586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-9586: -- Labels: Collections auto-deprioritized-major auto-deprioritized-minor parallel (was: Collect

[jira] [Updated] (FLINK-5120) Show TM PID in web frontend

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-5120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-5120: -- Labels: auto-deprioritized-major stale-minor (was: auto-deprioritized-major) I am the [Flink

[jira] [Updated] (FLINK-8282) Transformation with TwoInputStreamOperator fails

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-8282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-8282: -- Labels: auto-deprioritized-major auto-deprioritized-minor (was: auto-deprioritized-major sta

[jira] [Updated] (FLINK-15208) client submits multiple sub-jobs for job with dynamic catalog table

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-15208: --- Labels: auto-deprioritized-major auto-unassigned stale-minor (was: auto-deprioritized-major

[jira] [Updated] (FLINK-5094) Support RichReduceFunction and RichFoldFunction as incremental window aggregation functions

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-5094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-5094: -- Labels: auto-deprioritized-major stale-minor (was: auto-deprioritized-major) I am the [Flink

[jira] [Updated] (FLINK-15206) support dynamic catalog table for truly unified SQL job

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-15206: --- Labels: auto-deprioritized-major auto-unassigned stale-minor (was: auto-deprioritized-major

[jira] [Updated] (FLINK-12381) W/o HA, upon a full restart, checkpointing crashes

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-12381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-12381: --- Labels: auto-deprioritized-major auto-deprioritized-minor (was: auto-deprioritized-major

[jira] [Updated] (FLINK-15165) support upsert (Hive ACID) in Hive sink

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-15165: --- Labels: auto-deprioritized-major auto-unassigned stale-minor (was: auto-deprioritized-major

[jira] [Updated] (FLINK-7954) sideoutput in async function

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-7954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-7954: -- Labels: auto-deprioritized-major auto-deprioritized-minor (was: auto-deprioritized-major sta

[jira] [Updated] (FLINK-8297) RocksDBListState stores whole list in single byte[]

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-8297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-8297: -- Labels: auto-deprioritized-major auto-deprioritized-minor pull-request-available (was: auto-

[jira] [Updated] (FLINK-8244) There are two zookeeper client created when read data from hbase in the flink yarn session model

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-8244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-8244: -- Labels: auto-deprioritized-major auto-deprioritized-minor (was: auto-deprioritized-major sta

[jira] [Updated] (FLINK-13031) Support dynamic offset in tumbling windows

2021-12-11 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-13031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-13031: --- Labels: auto-deprioritized-major auto-deprioritized-minor (was: auto-deprioritized-major

[jira] [Updated] (FLINK-25260) Recovery fails when using changelog+s3+presto

2021-12-11 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Khachatryan updated FLINK-25260: -- Description: Recovery succeeds if using local FS or hadoop S3 plugin, but fails with P

[GitHub] [flink] flinkbot edited a comment on pull request #18085: [FLINK-25261][state] Truncate changelog upon materialization

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18085: URL: https://github.com/apache/flink/pull/18085#issuecomment-991796358 ## CI report: * a65ada5a1e7a374def176e8b0c7e0149858433cf Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot commented on pull request #18085: [FLINK-25261][state] Truncate changelog upon materialization

2021-12-11 Thread GitBox
flinkbot commented on pull request #18085: URL: https://github.com/apache/flink/pull/18085#issuecomment-991796391 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

[GitHub] [flink] flinkbot commented on pull request #18085: [FLINK-25261][state] Truncate changelog upon materialization

2021-12-11 Thread GitBox
flinkbot commented on pull request #18085: URL: https://github.com/apache/flink/pull/18085#issuecomment-991796358 ## CI report: * a65ada5a1e7a374def176e8b0c7e0149858433cf UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[jira] [Updated] (FLINK-25261) Changelog not truncated on materialization

2021-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-25261: --- Labels: pull-request-available (was: ) > Changelog not truncated on materialization > -

[GitHub] [flink] rkhachatryan opened a new pull request #18085: [FLINK-25261][state] Truncate changelog upon materialization

2021-12-11 Thread GitBox
rkhachatryan opened a new pull request #18085: URL: https://github.com/apache/flink/pull/18085 TBD -- 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 the specific comment. To unsubscribe, e-mail:

[jira] [Created] (FLINK-25261) Changelog not truncated on materialization

2021-12-11 Thread Roman Khachatryan (Jira)
Roman Khachatryan created FLINK-25261: - Summary: Changelog not truncated on materialization Key: FLINK-25261 URL: https://issues.apache.org/jira/browse/FLINK-25261 Project: Flink Issue Ty

[jira] [Updated] (FLINK-25260) Recovery fails when using changelog+s3+presto

2021-12-11 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Khachatryan updated FLINK-25260: -- Affects Version/s: 1.15.0 > Recovery fails when using changelog+s3+presto > --

[jira] [Updated] (FLINK-25024) Add ChangelogBackend documentation

2021-12-11 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Khachatryan updated FLINK-25024: -- Description: Currently, changelog backend is hidden from users documentation-wise. On

[jira] [Created] (FLINK-25260) Recovery fails when using changelog+s3+presto

2021-12-11 Thread Roman Khachatryan (Jira)
Roman Khachatryan created FLINK-25260: - Summary: Recovery fails when using changelog+s3+presto Key: FLINK-25260 URL: https://issues.apache.org/jira/browse/FLINK-25260 Project: Flink Issue

[GitHub] [flink] flinkbot edited a comment on pull request #18084: [hotfix][docs][connectors] Add missing semicolon to make the query valid

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18084: URL: https://github.com/apache/flink/pull/18084#issuecomment-991732689 ## CI report: * b1bbaebfb2145b23ef8ee9e23682007695c8d82a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink-web] sjwiesman commented on pull request #488: add concrete flink configuration to CVE blog post

2021-12-11 Thread GitBox
sjwiesman commented on pull request #488: URL: https://github.com/apache/flink-web/pull/488#issuecomment-991737778 Merged manually -- 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 the specific c

[GitHub] [flink-web] sjwiesman closed pull request #488: add concrete flink configuration to CVE blog post

2021-12-11 Thread GitBox
sjwiesman closed pull request #488: URL: https://github.com/apache/flink-web/pull/488 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsub

[GitHub] [flink] flinkbot edited a comment on pull request #18084: [hotfix][docs][connectors] Add missing semicolon to make the query valid

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18084: URL: https://github.com/apache/flink/pull/18084#issuecomment-991732689 ## CI report: * b1bbaebfb2145b23ef8ee9e23682007695c8d82a Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot commented on pull request #18084: [hotfix][docs][connectors] Add missing semicolon to make the query valid

2021-12-11 Thread GitBox
flinkbot commented on pull request #18084: URL: https://github.com/apache/flink/pull/18084#issuecomment-991733451 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

[GitHub] [flink] flinkbot commented on pull request #18084: [hotfix][docs][connectors] Add missing semicolon to make the query valid

2021-12-11 Thread GitBox
flinkbot commented on pull request #18084: URL: https://github.com/apache/flink/pull/18084#issuecomment-991732689 ## CI report: * b1bbaebfb2145b23ef8ee9e23682007695c8d82a UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] snuyanzin opened a new pull request #18084: [hotfix][docs][connectors] Add missing semicolon to make the query valid

2021-12-11 Thread GitBox
snuyanzin opened a new pull request #18084: URL: https://github.com/apache/flink/pull/18084 ## What is the purpose of the change Trivial change adding a missing semicolon to make a query valid ## Does this pull request potentially affect one of the following parts: - Depen

[GitHub] [flink] AHeise commented on pull request #16108: [FLINK-22821][connector-kafka] FlinkKafkaProducerMigrationTest fails …

2021-12-11 Thread GitBox
AHeise commented on pull request #16108: URL: https://github.com/apache/flink/pull/16108#issuecomment-991706900 One more thing: could you please update PR title, PR description, and commit message to reflect that you are actually stabilizing `NetUtils#getAvailablePort`? -- This is an au

[GitHub] [flink] AHeise commented on pull request #16108: [FLINK-22821][connector-kafka] FlinkKafkaProducerMigrationTest fails …

2021-12-11 Thread GitBox
AHeise commented on pull request #16108: URL: https://github.com/apache/flink/pull/16108#issuecomment-991706544 The build fails because of ``` [ERROR] src/test/java/org/apache/flink/runtime/taskexecutor/TaskExecutorTest.java:[1] (sizes) FileLength: File length is 3,003 lines (max al

[GitHub] [flink] AHeise merged pull request #18053: [hotfix][docs] Fix typo in textLines parameter for Map transformation

2021-12-11 Thread GitBox
AHeise merged pull request #18053: URL: https://github.com/apache/flink/pull/18053 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr

[jira] [Commented] (FLINK-24077) HBaseConnectorITCase.testTableSink

2021-12-11 Thread Arvid Heise (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17457648#comment-17457648 ] Arvid Heise commented on FLINK-24077: - Merged 4e962d9a7980dc143a2e4ace1211887314648

[jira] [Resolved] (FLINK-24077) HBaseConnectorITCase.testTableSink

2021-12-11 Thread Arvid Heise (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arvid Heise resolved FLINK-24077. - Fix Version/s: 1.12.6 1.13.4 Resolution: Fixed > HBaseConnectorITCase.

[GitHub] [flink] AHeise merged pull request #18082: [FLINK-24077][hbase2/HBaseConnectorITCase] fix flaky tests backport to 1.12

2021-12-11 Thread GitBox
AHeise merged pull request #18082: URL: https://github.com/apache/flink/pull/18082 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr

[GitHub] [flink] AHeise merged pull request #18071: [FLINK-24077][hbase2/HBaseConnectorITCase] fix flaky tests backport to 1.13

2021-12-11 Thread GitBox
AHeise merged pull request #18071: URL: https://github.com/apache/flink/pull/18071 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * a9f60433da86c2220d24315615116093c797910d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] AHeise merged pull request #18070: [FLINK-24077][hbase2/HBaseConnectorITCase] fix flaky tests backport to 1.14

2021-12-11 Thread GitBox
AHeise merged pull request #18070: URL: https://github.com/apache/flink/pull/18070 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr

[GitHub] [flink] YuvalItzchakov commented on pull request #17845: [FLINK-24352] [flink-table-planner] Add null check for temporal table check on SqlSnapshot

2021-12-11 Thread GitBox
YuvalItzchakov commented on pull request #17845: URL: https://github.com/apache/flink/pull/17845#issuecomment-991678979 @godfreyhe Would appreciate your reply so we can merge this into 1.14.1 as well -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (FLINK-9114) Enable user-provided, custom CheckpointRecoveryFactory for non-HA deployments

2021-12-11 Thread Yun Tang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-9114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17457630#comment-17457630 ] Yun Tang commented on FLINK-9114: - [~jparkie] What's the status of your idea to support u

[GitHub] [flink] wangyang0918 commented on pull request #17819: [FLINK-15816][k8s] Limit kubernetes.cluster-id to a maximum of 40 characters

2021-12-11 Thread GitBox
wangyang0918 commented on pull request #17819: URL: https://github.com/apache/flink/pull/17819#issuecomment-991677454 IIRC, not only the labels, but also pod names, services names, have the most 63 characters limitation. So we might need to have `generateBasedOnClusterId` for all the speci

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 117c1222857b9a138f7305edf9e8acb7fc0d7f12 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #18083: [Draft][FLIP-198] Introduce working directory for Flink processes

2021-12-11 Thread GitBox
flinkbot edited a comment on pull request #18083: URL: https://github.com/apache/flink/pull/18083#issuecomment-991128050 ## CI report: * 4c19e62271afe1533bd9cf2fa2036f2ebe0075d5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

  1   2   >