[GitHub] [flink] link3280 commented on pull request #21292: [FLINK-28617][SQL Gateway] Support stop job statement in SqlGatewayService

2022-11-11 Thread GitBox
link3280 commented on PR #21292: URL: https://github.com/apache/flink/pull/21292#issuecomment-1312396064 @flinkbot run azure -- 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.

[GitHub] [flink-table-store] SteNicholas commented on a diff in pull request #357: [FLINK-29922] Support create external table for hive catalog

2022-11-11 Thread GitBox
SteNicholas commented on code in PR #357: URL: https://github.com/apache/flink-table-store/pull/357#discussion_r1020706975 ## flink-table-store-hive/flink-table-store-hive-catalog/src/main/java/org/apache/flink/table/store/hive/HiveCatalog.java: ## @@ -226,6 +227,13 @@ public

[GitHub] [flink-table-store] SteNicholas commented on a diff in pull request #357: [FLINK-29922] Support create external table for hive catalog

2022-11-11 Thread GitBox
SteNicholas commented on code in PR #357: URL: https://github.com/apache/flink-table-store/pull/357#discussion_r1020706445 ## flink-table-store-hive/flink-table-store-hive-catalog/src/main/java/org/apache/flink/table/store/hive/HiveCatalog.java: ## @@ -226,6 +227,13 @@ public

[GitHub] [flink] 1996fanrui commented on pull request #21281: [FLINK-29969][checkpoint] Show the root cause when exceeded checkpoint tolerable failure threshold

2022-11-11 Thread GitBox
1996fanrui commented on PR #21281: URL: https://github.com/apache/flink/pull/21281#issuecomment-1312386445 @flinkbot run azure -- 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

[GitHub] [flink] flinkbot commented on pull request #21303: [FLINK-30002][checkpoint] Change the alignmentTimeout to alignedCheckpointTimeout

2022-11-11 Thread GitBox
flinkbot commented on PR #21303: URL: https://github.com/apache/flink/pull/21303#issuecomment-1312358601 ## CI report: * 86033ee0118d054f5ebd93eb40e2b0488cfb4608 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Updated] (FLINK-30002) Change the alignmentTimeout to alignedCheckpointTimeout

2022-11-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-30002: --- Labels: pull-request-available (was: ) > Change the alignmentTimeout to

[GitHub] [flink] 1996fanrui opened a new pull request, #21303: [FLINK-30002][checkpoint] Change the alignmentTimeout to alignedCheckpointTimeout

2022-11-11 Thread GitBox
1996fanrui opened a new pull request, #21303: URL: https://github.com/apache/flink/pull/21303 ## What is the purpose of the change The alignmentTimeout has been changed to alignedCheckpointTimeout in #16227 [FLINK-23041](https://issues.apache.org/jira/browse/FLINK-23041) . But

[jira] [Created] (FLINK-30002) Change the alignmentTimeout to alignedCheckpointTimeout

2022-11-11 Thread Rui Fan (Jira)
Rui Fan created FLINK-30002: --- Summary: Change the alignmentTimeout to alignedCheckpointTimeout Key: FLINK-30002 URL: https://issues.apache.org/jira/browse/FLINK-30002 Project: Flink Issue Type:

[GitHub] [flink] flinkbot commented on pull request #21302: [FLINK-29992][hive] fix lookup join fail with Hive table as lookup table source

2022-11-11 Thread GitBox
flinkbot commented on PR #21302: URL: https://github.com/apache/flink/pull/21302#issuecomment-1312349043 ## CI report: * 0d8107eee665c99de06782684d177b22bf312b25 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Updated] (FLINK-29992) Join execution plan parsing error

2022-11-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-29992: --- Labels: pull-request-available (was: ) > Join execution plan parsing error >

[GitHub] [flink] luoyuxia opened a new pull request, #21302: [FLINK-29992][hive] fix lookup join fail with Hive table as lookup table source

2022-11-11 Thread GitBox
luoyuxia opened a new pull request, #21302: URL: https://github.com/apache/flink/pull/21302 ## What is the purpose of the change To fix the lookup join fail with Hive table as lookup table source ## Brief change log Implement `copy` method in `HiveLookupTableSource`.

[jira] [Commented] (FLINK-29992) Join execution plan parsing error

2022-11-11 Thread luoyuxia (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632594#comment-17632594 ] luoyuxia commented on FLINK-29992: -- FLINK-29138 introduce project push down for lookup source, then the

[jira] [Created] (FLINK-30001) sql-client.sh start failed

2022-11-11 Thread xiaohang.li (Jira)
xiaohang.li created FLINK-30001: --- Summary: sql-client.sh start failed Key: FLINK-30001 URL: https://issues.apache.org/jira/browse/FLINK-30001 Project: Flink Issue Type: Bug

[GitHub] [flink] 1996fanrui commented on pull request #21193: [hotfix] Add the final and fix typo

2022-11-11 Thread GitBox
1996fanrui commented on PR #21193: URL: https://github.com/apache/flink/pull/21193#issuecomment-1312333280 @flinkbot run azure -- 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

[jira] [Updated] (FLINK-29928) Allow sharing (RocksDB) memory between slots

2022-11-11 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Khachatryan updated FLINK-29928: -- Description: h1. Background and motivation RocksDB is one of the main consumers of

[GitHub] [flink] mxm commented on pull request #21023: [FLINK-29501] Add option to override job vertex parallelisms during job submission

2022-11-11 Thread GitBox
mxm commented on PR #21023: URL: https://github.com/apache/flink/pull/21023#issuecomment-1311937328 @flinkbot run azure -- 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] mxm commented on pull request #21023: [FLINK-29501] Add option to override job vertex parallelisms during job submission

2022-11-11 Thread GitBox
mxm commented on PR #21023: URL: https://github.com/apache/flink/pull/21023#issuecomment-1311934193 I've removed the dependency on #21008. -- 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

[GitHub] [flink] ericxiao251 commented on pull request #21077: [FLINK-29498] Add Scala Async Retry Strategies and ResultPredicates Helper Classes

2022-11-11 Thread GitBox
ericxiao251 commented on PR #21077: URL: https://github.com/apache/flink/pull/21077#issuecomment-1311884781 @flinkbot run azure -- 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

[jira] [Commented] (FLINK-24302) Direct buffer memory leak on Pulsar connector with Java 11

2022-11-11 Thread Jason Kania (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632436#comment-17632436 ] Jason Kania commented on FLINK-24302: - [~syhily] The Pulsar team is asking for the entire stack

[GitHub] [flink] zentol closed pull request #20783: add Text

2022-11-11 Thread GitBox
zentol closed pull request #20783: add Text URL: https://github.com/apache/flink/pull/20783 -- 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] [Commented] (FLINK-28341) Fix comment in BytesKeyNormalizationUtil.java

2022-11-11 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632432#comment-17632432 ] Chesnay Schepler commented on FLINK-28341: -- master: 2454dfa3aa27006198cd969840b06fe7313b56d0 >

[GitHub] [flink] zentol merged pull request #20443: [hotfix] [FLINK-28341] [streaming-java] Change the MIN and MAX value for Byte data type

2022-11-11 Thread GitBox
zentol merged PR #20443: URL: https://github.com/apache/flink/pull/20443 -- 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:

[GitHub] [flink] zentol closed pull request #20524: apache-flink-libraries version update

2022-11-11 Thread GitBox
zentol closed pull request #20524: apache-flink-libraries version update URL: https://github.com/apache/flink/pull/20524 -- 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

[jira] [Commented] (FLINK-29398) Utilize Rack Awareness in Flink Consumer

2022-11-11 Thread Jeremy DeGroot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632428#comment-17632428 ] Jeremy DeGroot commented on FLINK-29398: Someone on the dev list pointed out I had the wrong KIP

[GitHub] [flink] zentol closed pull request #20273: [hotfix][annotation] Refine java doc for annotation VisibleForTesting

2022-11-11 Thread GitBox
zentol closed pull request #20273: [hotfix][annotation] Refine java doc for annotation VisibleForTesting URL: https://github.com/apache/flink/pull/20273 -- 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] [Updated] (FLINK-29398) Utilize Rack Awareness in Flink Consumer

2022-11-11 Thread Jeremy DeGroot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy DeGroot updated FLINK-29398: --- Description:

[GitHub] [flink] zentol closed pull request #20074: use-relbulider-to-build-project

2022-11-11 Thread GitBox
zentol closed pull request #20074: use-relbulider-to-build-project URL: https://github.com/apache/flink/pull/20074 -- 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

[jira] [Closed] (FLINK-24477) Add MongoDB sink

2022-11-11 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-24477. Resolution: Duplicate > Add MongoDB sink > > > Key:

[GitHub] [flink] zentol closed pull request #19726: [FLINK-24477][flink-connectors] - Add mongodb sink

2022-11-11 Thread GitBox
zentol closed pull request #19726: [FLINK-24477][flink-connectors] - Add mongodb sink URL: https://github.com/apache/flink/pull/19726 -- 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

[jira] [Closed] (FLINK-24558) dataStream can not use multiple classloaders

2022-11-11 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-24558. Resolution: Won't Fix > dataStream can not use multiple classloaders >

[GitHub] [flink] zentol commented on pull request #19726: [FLINK-24477][flink-connectors] - Add mongodb sink

2022-11-11 Thread GitBox
zentol commented on PR #19726: URL: https://github.com/apache/flink/pull/19726#issuecomment-1311849382 Subsumed by https://github.com/apache/flink-connector-mongodb/pull/1. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [flink] zentol closed pull request #17521: [FLINK-24558][API/DataStream]make parent ClassLoader variable which c…

2022-11-11 Thread GitBox
zentol closed pull request #17521: [FLINK-24558][API/DataStream]make parent ClassLoader variable which c… URL: https://github.com/apache/flink/pull/17521 -- 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

[GitHub] [flink] zentol commented on pull request #17521: [FLINK-24558][API/DataStream]make parent ClassLoader variable which c…

2022-11-11 Thread GitBox
zentol commented on PR #17521: URL: https://github.com/apache/flink/pull/17521#issuecomment-1311846978 Will not be supported, -- 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

[GitHub] [flink] zentol closed pull request #19588: [FLINK-XXXX] [core] Add Generator source

2022-11-11 Thread GitBox
zentol closed pull request #19588: [FLINK-] [core] Add Generator source URL: https://github.com/apache/flink/pull/19588 -- 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] zentol closed pull request #19618: [hotfix][cep][docs] Corrected version mentioned from Flink-1.3 to Flink-1.13

2022-11-11 Thread GitBox
zentol closed pull request #19618: [hotfix][cep][docs] Corrected version mentioned from Flink-1.3 to Flink-1.13 URL: https://github.com/apache/flink/pull/19618 -- 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] zentol commented on pull request #19618: [hotfix][cep][docs] Corrected version mentioned from Flink-1.3 to Flink-1.13

2022-11-11 Thread GitBox
zentol commented on PR #19618: URL: https://github.com/apache/flink/pull/19618#issuecomment-1311842511 1.3 is correct. -- 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

[jira] [Closed] (FLINK-28427) MiniClusterResource should not override rest port settings

2022-11-11 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-28427. Resolution: Fixed master: 74569dc137038dfdb27b4216ee79cf36bbd789c9 > MiniClusterResource

[GitHub] [flink] zentol closed pull request #19278: [hotfix][docs] Fix naming to uppercase

2022-11-11 Thread GitBox
zentol closed pull request #19278: [hotfix][docs] Fix naming to uppercase URL: https://github.com/apache/flink/pull/19278 -- 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] zentol merged pull request #21299: [FLINK-28427][tests] MiniClusterResource respect explicit rest port configurations

2022-11-11 Thread GitBox
zentol merged PR #21299: URL: https://github.com/apache/flink/pull/21299 -- 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:

[GitHub] [flink] zentol closed pull request #18917: error

2022-11-11 Thread GitBox
zentol closed pull request #18917: error URL: https://github.com/apache/flink/pull/18917 -- 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:

[GitHub] [flink] zentol closed pull request #12929: [FLINK-18631] [serialization] Serializer for scala sealed trait hierarchies

2022-11-11 Thread GitBox
zentol closed pull request #12929: [FLINK-18631] [serialization] Serializer for scala sealed trait hierarchies URL: https://github.com/apache/flink/pull/12929 -- 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

[GitHub] [flink] zentol commented on pull request #12929: [FLINK-18631] [serialization] Serializer for scala sealed trait hierarchies

2022-11-11 Thread GitBox
zentol commented on PR #12929: URL: https://github.com/apache/flink/pull/12929#issuecomment-1311828123 Scala APIs are deprecated. Any potential serializer implementation for Scala types must be implemented in Java (if at all). -- This is an automated message from the Apache Git Service.

[jira] [Closed] (FLINK-25875) "StatsDReporter. FilterCharacters" for special processing of the characters are comprehensive enough

2022-11-11 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-25875. Resolution: Won't Fix > "StatsDReporter. FilterCharacters" for special processing of the

[GitHub] [flink] zentol closed pull request #18557: https://issues.apache.org/jira/browse/FLINK-25875

2022-11-11 Thread GitBox
zentol closed pull request #18557: https://issues.apache.org/jira/browse/FLINK-25875 URL: https://github.com/apache/flink/pull/18557 -- 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

[GitHub] [flink] zentol closed pull request #18275: [FLINK-11838] please ignore this PR

2022-11-11 Thread GitBox
zentol closed pull request #18275: [FLINK-11838] please ignore this PR URL: https://github.com/apache/flink/pull/18275 -- 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] zentol closed pull request #17910: [FLINK-25056][Web Frontend] Modify Flink dashboard task manager page,…

2022-11-11 Thread GitBox
zentol closed pull request #17910: [FLINK-25056][Web Frontend] Modify Flink dashboard task manager page,… URL: https://github.com/apache/flink/pull/17910 -- 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

[jira] [Closed] (FLINK-24731) Add a blank space for TransitiveClosureNaive

2022-11-11 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-24731. Resolution: Won't Fix > Add a blank space for TransitiveClosureNaive >

[GitHub] [flink] ericxiao251 commented on pull request #21077: [FLINK-29498] Add Scala Async Retry Strategies and ResultPredicates Helper Classes

2022-11-11 Thread GitBox
ericxiao251 commented on PR #21077: URL: https://github.com/apache/flink/pull/21077#issuecomment-1311823050 @flinkbot run azure -- 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

[GitHub] [flink] gaborgsomogyi commented on pull request #21294: [FLINK-29704][runtime][security] E2E test for delegation token framework

2022-11-11 Thread GitBox
gaborgsomogyi commented on PR #21294: URL: https://github.com/apache/flink/pull/21294#issuecomment-1311822976 @flinkbot run azure -- 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

[GitHub] [flink] zentol closed pull request #17639: [FLINK-24731] add a blank space

2022-11-11 Thread GitBox
zentol closed pull request #17639: [FLINK-24731] add a blank space URL: https://github.com/apache/flink/pull/17639 -- 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] zentol commented on pull request #17365: [hotfix][web]Modify the configuration of prettier

2022-11-11 Thread GitBox
zentol commented on PR #17365: URL: https://github.com/apache/flink/pull/17365#issuecomment-1311822040 Already fixed on master. -- 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

[GitHub] [flink] zentol closed pull request #17365: [hotfix][web]Modify the configuration of prettier

2022-11-11 Thread GitBox
zentol closed pull request #17365: [hotfix][web]Modify the configuration of prettier URL: https://github.com/apache/flink/pull/17365 -- 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

[GitHub] [flink] zentol closed pull request #17383: [hotfix][build] Add java8 profile

2022-11-11 Thread GitBox
zentol closed pull request #17383: [hotfix][build] Add java8 profile URL: https://github.com/apache/flink/pull/17383 -- 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] zentol closed pull request #16507: [hotfix][docs] Format repair

2022-11-11 Thread GitBox
zentol closed pull request #16507: [hotfix][docs] Format repair URL: https://github.com/apache/flink/pull/16507 -- 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,

[GitHub] [flink] zentol commented on pull request #16507: [hotfix][docs] Format repair

2022-11-11 Thread GitBox
zentol commented on PR #16507: URL: https://github.com/apache/flink/pull/16507#issuecomment-1311817577 1.13 is no longer maintained. -- 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

[GitHub] [flink] zentol closed pull request #16495: [hotfix][docs][deployment]: update broken download url

2022-11-11 Thread GitBox
zentol closed pull request #16495: [hotfix][docs][deployment]: update broken download url URL: https://github.com/apache/flink/pull/16495 -- 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

[GitHub] [flink] zentol commented on pull request #16495: [hotfix][docs][deployment]: update broken download url

2022-11-11 Thread GitBox
zentol commented on PR #16495: URL: https://github.com/apache/flink/pull/16495#issuecomment-1311816613 No longer applicable. -- 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.

[GitHub] [flink] zentol merged pull request #16189: [hotfix][docs] libs cep Remove redundant sentences

2022-11-11 Thread GitBox
zentol merged PR #16189: URL: https://github.com/apache/flink/pull/16189 -- 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:

[GitHub] [flink] zentol merged pull request #16092: [docs][hotfix] Fix wrong scala syntax in a code snippet

2022-11-11 Thread GitBox
zentol merged PR #16092: URL: https://github.com/apache/flink/pull/16092 -- 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] [Updated] (FLINK-29985) TaskManager might not close SlotTable on SIGTERM

2022-11-11 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Khachatryan updated FLINK-29985: -- Priority: Minor (was: Major) > TaskManager might not close SlotTable on SIGTERM >

[jira] [Commented] (FLINK-29985) TaskManager doesn't close SlotTable on SIGTERM

2022-11-11 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632408#comment-17632408 ] Roman Khachatryan commented on FLINK-29985: --- I found that TM actually does try to release the

[jira] [Updated] (FLINK-29985) TaskManager might not close SlotTable on SIGTERM

2022-11-11 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Khachatryan updated FLINK-29985: -- Summary: TaskManager might not close SlotTable on SIGTERM (was: TaskManager doesn't

[GitHub] [flink] zentol closed pull request #14596: [junit5-poc][tests] Use vintage runner instead of JUnit4.

2022-11-11 Thread GitBox
zentol closed pull request #14596: [junit5-poc][tests] Use vintage runner instead of JUnit4. URL: https://github.com/apache/flink/pull/14596 -- 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

[GitHub] [flink] zentol closed pull request #14695: [FLINK-21022] [flink-connector-es] add onSuccess handler after bulk process

2022-11-11 Thread GitBox
zentol closed pull request #14695: [FLINK-21022] [flink-connector-es] add onSuccess handler after bulk process URL: https://github.com/apache/flink/pull/14695 -- 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

[GitHub] [flink] zentol commented on pull request #14695: [FLINK-21022] [flink-connector-es] add onSuccess handler after bulk process

2022-11-11 Thread GitBox
zentol commented on PR #14695: URL: https://github.com/apache/flink/pull/14695#issuecomment-1311809984 https://github.com/apache/flink-connector-elasticsearch/ -- 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] zentol closed pull request #14696: [FLINK-21022] [flink-connector-es] add onSuccess handler after bulk process

2022-11-11 Thread GitBox
zentol closed pull request #14696: [FLINK-21022] [flink-connector-es] add onSuccess handler after bulk process URL: https://github.com/apache/flink/pull/14696 -- 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

[GitHub] [flink] zentol commented on pull request #14696: [FLINK-21022] [flink-connector-es] add onSuccess handler after bulk process

2022-11-11 Thread GitBox
zentol commented on PR #14696: URL: https://github.com/apache/flink/pull/14696#issuecomment-1311809896 Elasticsearch connector is now maintained at https://github.com/apache/flink-connector-elasticsearch/ -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [flink] zentol closed pull request #13693: [Hotfix][Connector-hive] Fix the banned dependency of "_2.10" for sca…

2022-11-11 Thread GitBox
zentol closed pull request #13693: [Hotfix][Connector-hive] Fix the banned dependency of "_2.10" for sca… URL: https://github.com/apache/flink/pull/13693 -- 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

[GitHub] [flink] zentol commented on pull request #13693: [Hotfix][Connector-hive] Fix the banned dependency of "_2.10" for sca…

2022-11-11 Thread GitBox
zentol commented on PR #13693: URL: https://github.com/apache/flink/pull/13693#issuecomment-1311808112 No longer applicable. -- 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.

[GitHub] [flink] zentol closed pull request #13082: added code of conduct to project

2022-11-11 Thread GitBox
zentol closed pull request #13082: added code of conduct to project URL: https://github.com/apache/flink/pull/13082 -- 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

[jira] [Closed] (FLINK-17445) Allow OperatorTransformation to bootstrapWith a Scala DataSet

2022-11-11 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-17445. Resolution: Won't Fix Scala APIs are deprecated and will not be further extended. >

[GitHub] [flink] zentol closed pull request #12285: [FLINK-17445][State Processor] Add Scala support for OperatorTransformation

2022-11-11 Thread GitBox
zentol closed pull request #12285: [FLINK-17445][State Processor] Add Scala support for OperatorTransformation URL: https://github.com/apache/flink/pull/12285 -- 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

[GitHub] [flink] zentol commented on pull request #12285: [FLINK-17445][State Processor] Add Scala support for OperatorTransformation

2022-11-11 Thread GitBox
zentol commented on PR #12285: URL: https://github.com/apache/flink/pull/12285#issuecomment-1311806511 Scala APIs are deprecated and will not be further extended. -- 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] zentol closed pull request #9956: [FLINK-13848][runtime] Enriches RpcEndpoint.MainThreadExecutor by supporting periodic scheduling

2022-11-11 Thread GitBox
zentol closed pull request #9956: [FLINK-13848][runtime] Enriches RpcEndpoint.MainThreadExecutor by supporting periodic scheduling URL: https://github.com/apache/flink/pull/9956 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [flink] zentol closed pull request #14595: [FLINK-20871][API/DataStream] Make DataStream#executeAndCollectWithCl…

2022-11-11 Thread GitBox
zentol closed pull request #14595: [FLINK-20871][API/DataStream] Make DataStream#executeAndCollectWithCl… URL: https://github.com/apache/flink/pull/14595 -- 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

[GitHub] [flink] zentol commented on pull request #14595: [FLINK-20871][API/DataStream] Make DataStream#executeAndCollectWithCl…

2022-11-11 Thread GitBox
zentol commented on PR #14595: URL: https://github.com/apache/flink/pull/14595#issuecomment-1311803466 Use `DataStream#collectAsync` + `StreamExEnv#executeAsync`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Closed] (FLINK-11643) Remove useless code of externalizedCheckpointsDir

2022-11-11 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-11643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-11643. Resolution: Fixed > Remove useless code of externalizedCheckpointsDir >

[GitHub] [flink] zentol closed pull request #8150: [FLINK-12162][Table SQL]Fix build error in flink-table-planner

2022-11-11 Thread GitBox
zentol closed pull request #8150: [FLINK-12162][Table SQL]Fix build error in flink-table-planner URL: https://github.com/apache/flink/pull/8150 -- 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

[GitHub] [flink] zentol closed pull request #7729: [FLINK-11643] remove useless code of externalizedCheckpointsDir

2022-11-11 Thread GitBox
zentol closed pull request #7729: [FLINK-11643] remove useless code of externalizedCheckpointsDir URL: https://github.com/apache/flink/pull/7729 -- 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

[GitHub] [flink] zentol commented on pull request #7729: [FLINK-11643] remove useless code of externalizedCheckpointsDir

2022-11-11 Thread GitBox
zentol commented on PR #7729: URL: https://github.com/apache/flink/pull/7729#issuecomment-1311800937 No longer applicable. -- 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.

[GitHub] [flink] zentol closed pull request #15654: [FLINK-22141] Bumps checkstyle, junit, log4j version for security

2022-11-11 Thread GitBox
zentol closed pull request #15654: [FLINK-22141] Bumps checkstyle, junit, log4j version for security URL: https://github.com/apache/flink/pull/15654 -- 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] zentol commented on pull request #15654: [FLINK-22141] Bumps checkstyle, junit, log4j version for security

2022-11-11 Thread GitBox
zentol commented on PR #15654: URL: https://github.com/apache/flink/pull/15654#issuecomment-1311799865 Log4j/junit were upgraded in the meantime. Checkstyle upgrade is tracked in FLINK-23542. -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Closed] (FLINK-19159) Using Scalafmt to format scala source code

2022-11-11 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-19159. Resolution: Duplicate > Using Scalafmt to format scala source code >

[GitHub] [flink] zentol closed pull request #8427: [hotfix][docs]Correct the class name of JSONDeserializationSchema in kafka connector desc

2022-11-11 Thread GitBox
zentol closed pull request #8427: [hotfix][docs]Correct the class name of JSONDeserializationSchema in kafka connector desc URL: https://github.com/apache/flink/pull/8427 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [flink] zentol commented on pull request #8427: [hotfix][docs]Correct the class name of JSONDeserializationSchema in kafka connector desc

2022-11-11 Thread GitBox
zentol commented on PR #8427: URL: https://github.com/apache/flink/pull/8427#issuecomment-1311794331 no longer applicable -- 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.

[GitHub] [flink] zentol closed pull request #7446: Added Model serving - implementation of the Flip -23.

2022-11-11 Thread GitBox
zentol closed pull request #7446: Added Model serving - implementation of the Flip -23. URL: https://github.com/apache/flink/pull/7446 -- 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

[GitHub] [flink] zentol commented on pull request #7446: Added Model serving - implementation of the Flip -23.

2022-11-11 Thread GitBox
zentol commented on PR #7446: URL: https://github.com/apache/flink/pull/7446#issuecomment-1311793042 Flink ML has been moved to a separate repository. -- 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

[jira] [Closed] (FLINK-11344) Display All Execution Attempt Information on Flink Web Dashboard

2022-11-11 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-11344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-11344. Resolution: Fixed Subsumed by FLINK-28588 > Display All Execution Attempt Information on

[GitHub] [flink] zentol closed pull request #7560: [FLINK-11344][webfrontend] display all execution attempts on web

2022-11-11 Thread GitBox
zentol closed pull request #7560: [FLINK-11344][webfrontend] display all execution attempts on web URL: https://github.com/apache/flink/pull/7560 -- 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

[GitHub] [flink] zentol commented on pull request #7560: [FLINK-11344][webfrontend] display all execution attempts on web

2022-11-11 Thread GitBox
zentol commented on PR #7560: URL: https://github.com/apache/flink/pull/7560#issuecomment-1311791930 Subsumed by FLINK-28588. -- 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

[jira] [Closed] (FLINK-9609) Add bucket ready mechanism for BucketingSink when checkpoint complete

2022-11-11 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-9609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-9609. --- Resolution: Won't Fix The BucketingSink has been removed. > Add bucket ready mechanism for

[GitHub] [flink] zentol commented on pull request #6375: [FLINK-9609] [connectors] Add bucket ready mechanism for BucketingSin…

2022-11-11 Thread GitBox
zentol commented on PR #6375: URL: https://github.com/apache/flink/pull/6375#issuecomment-1311789090 The BucketingSink has been removed. -- 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

[GitHub] [flink] zentol closed pull request #6375: [FLINK-9609] [connectors] Add bucket ready mechanism for BucketingSin…

2022-11-11 Thread GitBox
zentol closed pull request #6375: [FLINK-9609] [connectors] Add bucket ready mechanism for BucketingSin… URL: https://github.com/apache/flink/pull/6375 -- 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] zentol closed pull request #6365: [FLINK-9849] [hbase] Hbase upgrade to 2.0.1

2022-11-11 Thread GitBox
zentol closed pull request #6365: [FLINK-9849] [hbase] Hbase upgrade to 2.0.1 URL: https://github.com/apache/flink/pull/6365 -- 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] zentol commented on pull request #6365: [FLINK-9849] [hbase] Hbase upgrade to 2.0.1

2022-11-11 Thread GitBox
zentol commented on PR #6365: URL: https://github.com/apache/flink/pull/6365#issuecomment-1311788087 Subsumed by FLINK-18795 -- 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.

[GitHub] [flink] zentol closed pull request #7865: [FLINK-9650] [formats] add support for protobuf objects

2022-11-11 Thread GitBox
zentol closed pull request #7865: [FLINK-9650] [formats] add support for protobuf objects URL: https://github.com/apache/flink/pull/7865 -- 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

[GitHub] [flink] zentol commented on pull request #7865: [FLINK-9650] [formats] add support for protobuf objects

2022-11-11 Thread GitBox
zentol commented on PR #7865: URL: https://github.com/apache/flink/pull/7865#issuecomment-1311785611 Subsumed by FLINK-18202. -- 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

[jira] [Closed] (FLINK-29990) Unparsed SQL for SqlTableLike cannot be parsed correctly

2022-11-11 Thread Benchao Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benchao Li closed FLINK-29990. -- Assignee: Shuo Cheng Resolution: Fixed Fixed via

[GitHub] [flink] libenchao merged pull request #21291: [FLINK-29990][sql-parser] Fix unparsed sql for SqlTableLike with no o…

2022-11-11 Thread GitBox
libenchao merged PR #21291: URL: https://github.com/apache/flink/pull/21291 -- 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] [Updated] (FLINK-29609) Clean up jobmanager deployment on suspend after recording savepoint info

2022-11-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-29609: --- Labels: pull-request-available (was: ) > Clean up jobmanager deployment on suspend after

  1   2   3   4   >