[jira] [Created] (FLINK-35853) Regression in checkpoint size when performing full checkpointing in RocksDB

2024-07-16 Thread Keith Lee (Jira)
Keith Lee created FLINK-35853: - Summary: Regression in checkpoint size when performing full checkpointing in RocksDB Key: FLINK-35853 URL: https://issues.apache.org/jira/browse/FLINK-35853 Project: Flink

[jira] [Commented] (FLINK-35853) Regression in checkpoint size when performing full checkpointing in RocksDB

2024-07-16 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17866287#comment-17866287 ] Keith Lee commented on FLINK-35853: --- I dug around code but was unfamiliar with the sta

[jira] [Updated] (FLINK-35853) Regression in checkpoint size when performing full checkpointing in RocksDB

2024-07-16 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Lee updated FLINK-35853: -- Description: We have a job with small and static state size (states are updated instead of added), th

[jira] [Updated] (FLINK-35853) Regression in checkpoint size when performing full checkpointing in RocksDB

2024-07-16 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Lee updated FLINK-35853: -- Description: We have a job with small and static state size (states are updated instead of added), th

[jira] [Comment Edited] (FLINK-35853) Regression in checkpoint size when performing full checkpointing in RocksDB

2024-07-16 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17866287#comment-17866287 ] Keith Lee edited comment on FLINK-35853 at 7/16/24 8:07 AM:

[jira] [Commented] (FLINK-35853) Regression in checkpoint size when performing full checkpointing in RocksDB

2024-07-22 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17867735#comment-17867735 ] Keith Lee commented on FLINK-35853: --- Thanks for your response Jinzhong. I understand

[jira] [Created] (FLINK-36155) ByteBuf.release() was not called before it's garbage-collected

2024-08-26 Thread Keith Lee (Jira)
Keith Lee created FLINK-36155: - Summary: ByteBuf.release() was not called before it's garbage-collected Key: FLINK-36155 URL: https://issues.apache.org/jira/browse/FLINK-36155 Project: Flink Iss

[jira] [Updated] (FLINK-36155) ByteBuf.release() was not called before it's garbage-collected in Kinesis Connector

2024-08-26 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Lee updated FLINK-36155: -- Summary: ByteBuf.release() was not called before it's garbage-collected in Kinesis Connector (was: By

[jira] [Updated] (FLINK-36155) ByteBuf.release() was not called before it's garbage-collected in Kinesis Connector

2024-08-26 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Lee updated FLINK-36155: -- Description: The following warning logs are seen from kinesis connector indicating memory leak. ```

[jira] [Updated] (FLINK-36155) ByteBuf.release() was not called before it's garbage-collected

2024-08-26 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Lee updated FLINK-36155: -- Description: The following warning logs are seen from kinesis connector indicating ``` LEAK: ByteBuf

[jira] [Created] (FLINK-35336) SQL failed to restore from savepoint after change in default-parallelismFlink/Flink:User

2024-05-13 Thread Keith Lee (Jira)
Keith Lee created FLINK-35336: - Summary: SQL failed to restore from savepoint after change in default-parallelismFlink/Flink:User Key: FLINK-35336 URL: https://issues.apache.org/jira/browse/FLINK-35336 Pr

[jira] [Updated] (FLINK-35336) SQL failed to restore from savepoint after change in default-parallelismFlink/Flink:User

2024-05-13 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Lee updated FLINK-35336: -- Description: After bumping 'table.exec.resource.default-parallelism' from 1 to 4, I am observing the

[jira] [Updated] (FLINK-35336) SQL failed to restore from savepoint after change in default-parallelism

2024-05-13 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Lee updated FLINK-35336: -- Summary: SQL failed to restore from savepoint after change in default-parallelism (was: SQL failed to

[jira] [Created] (FLINK-35369) Improve `Table API and SQL` page or add new page to guide new users to right Flink SQL option

2024-05-15 Thread Keith Lee (Jira)
Keith Lee created FLINK-35369: - Summary: Improve `Table API and SQL` page or add new page to guide new users to right Flink SQL option Key: FLINK-35369 URL: https://issues.apache.org/jira/browse/FLINK-35369

[jira] [Updated] (FLINK-35369) Improve `Table API and SQL` page or add new page to guide new users to right Flink SQL option

2024-05-15 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Lee updated FLINK-35369: -- Description: Flink has rich and varied SQL offerings/deployment mode, it can take some time for new u

[jira] [Updated] (FLINK-35369) Improve `Table API and SQL` page or add new page to guide new users to right Flink SQL option

2024-05-15 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Lee updated FLINK-35369: -- Description: Flink has rich and varied SQL offerings/deployment mode, it can take some time for new u

[jira] [Updated] (FLINK-35369) Improve `Table API and SQL` overview page or add new page to guide new users to right Flink SQL option

2024-05-15 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Lee updated FLINK-35369: -- Summary: Improve `Table API and SQL` overview page or add new page to guide new users to right Flink S

[jira] [Updated] (FLINK-35369) Improve `Table API and SQL` overview page or add new page to guide new users to right Flink SQL option

2024-05-15 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Lee updated FLINK-35369: -- Description: Flink has rich and varied SQL offerings/deployment mode, it can take some time for new u

[jira] [Commented] (FLINK-33251) SQL Client query execution aborts after a few seconds: ConnectTimeoutException

2024-05-20 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847791#comment-17847791 ] Keith Lee commented on FLINK-33251: --- I've also experience similar issue so adding my o

[jira] [Comment Edited] (FLINK-33251) SQL Client query execution aborts after a few seconds: ConnectTimeoutException

2024-05-20 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847791#comment-17847791 ] Keith Lee edited comment on FLINK-33251 at 5/20/24 8:20 AM:

[jira] [Commented] (FLINK-33251) SQL Client query execution aborts after a few seconds: ConnectTimeoutException

2024-05-25 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849440#comment-17849440 ] Keith Lee commented on FLINK-33251: --- It seems that reproducing this on M1 Mac is not d

[jira] [Updated] (FLINK-33251) SQL Client query execution aborts after a few seconds: ConnectTimeoutException

2024-05-25 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Lee updated FLINK-33251: -- Attachment: reproduce_FLINK-33251.java > SQL Client query execution aborts after a few seconds: Connec

[jira] [Commented] (FLINK-33251) SQL Client query execution aborts after a few seconds: ConnectTimeoutException

2024-05-25 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849467#comment-17849467 ] Keith Lee commented on FLINK-33251: --- Adding IntelliJ scratch file that can reliably re

[jira] [Commented] (FLINK-33251) SQL Client query execution aborts after a few seconds: ConnectTimeoutException

2024-05-28 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849961#comment-17849961 ] Keith Lee commented on FLINK-33251: --- The timeout could come from any of: 1. SQL Gatew

[jira] [Comment Edited] (FLINK-33251) SQL Client query execution aborts after a few seconds: ConnectTimeoutException

2024-05-28 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849961#comment-17849961 ] Keith Lee edited comment on FLINK-33251 at 5/28/24 10:18 AM: -

[jira] [Comment Edited] (FLINK-33251) SQL Client query execution aborts after a few seconds: ConnectTimeoutException

2024-05-28 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849961#comment-17849961 ] Keith Lee edited comment on FLINK-33251 at 5/28/24 10:19 AM: -

[jira] [Comment Edited] (FLINK-33251) SQL Client query execution aborts after a few seconds: ConnectTimeoutException

2024-05-28 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849961#comment-17849961 ] Keith Lee edited comment on FLINK-33251 at 5/28/24 10:20 AM: -

[jira] [Comment Edited] (FLINK-33251) SQL Client query execution aborts after a few seconds: ConnectTimeoutException

2024-05-28 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849961#comment-17849961 ] Keith Lee edited comment on FLINK-33251 at 5/28/24 10:21 AM: -

[jira] [Comment Edited] (FLINK-33251) SQL Client query execution aborts after a few seconds: ConnectTimeoutException

2024-05-28 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849961#comment-17849961 ] Keith Lee edited comment on FLINK-33251 at 5/28/24 10:22 AM: -

[jira] [Comment Edited] (FLINK-33251) SQL Client query execution aborts after a few seconds: ConnectTimeoutException

2024-05-28 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849961#comment-17849961 ] Keith Lee edited comment on FLINK-33251 at 5/28/24 10:27 AM: -

[jira] [Created] (FLINK-36939) High CPU Utilization with Flink Kinesis EFO Consumer

2024-12-19 Thread Keith Lee (Jira)
Keith Lee created FLINK-36939: - Summary: High CPU Utilization with Flink Kinesis EFO Consumer Key: FLINK-36939 URL: https://issues.apache.org/jira/browse/FLINK-36939 Project: Flink Issue Type: Bu

[jira] [Updated] (FLINK-36939) High CPU Utilization with Flink Kinesis EFO Consumer

2024-12-19 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Lee updated FLINK-36939: -- Attachment: Screenshot 1734584781285.png Screenshot 1734584639640.png > High CPU Utili

[jira] [Created] (FLINK-37627) Restarting from a checkpoint/savepoint which coincides with shard split causes data loss

2025-04-07 Thread Keith Lee (Jira)
Keith Lee created FLINK-37627: - Summary: Restarting from a checkpoint/savepoint which coincides with shard split causes data loss Key: FLINK-37627 URL: https://issues.apache.org/jira/browse/FLINK-37627 Pr

[jira] [Commented] (FLINK-36939) High CPU Utilization with Flink Kinesis EFO Consumer

2025-04-13 Thread Keith Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943940#comment-17943940 ] Keith Lee commented on FLINK-36939: --- Refactored the changes for https://issues.apache.

[jira] [Created] (FLINK-37687) Bump flink-connector-aws to 2.0

2025-04-16 Thread Keith Lee (Jira)
Keith Lee created FLINK-37687: - Summary: Bump flink-connector-aws to 2.0 Key: FLINK-37687 URL: https://issues.apache.org/jira/browse/FLINK-37687 Project: Flink Issue Type: Bug Component

[jira] [Created] (FLINK-37808) Checkpoint completed after job failure

2025-05-15 Thread Keith Lee (Jira)
Keith Lee created FLINK-37808: - Summary: Checkpoint completed after job failure Key: FLINK-37808 URL: https://issues.apache.org/jira/browse/FLINK-37808 Project: Flink Issue Type: Bug C

[jira] [Created] (FLINK-37949) FlinkKinesisConsumer on EFO mode runs into Netty deadlock on client close during stop-with-savepoint

2025-06-12 Thread Keith Lee (Jira)
Keith Lee created FLINK-37949: - Summary: FlinkKinesisConsumer on EFO mode runs into Netty deadlock on client close during stop-with-savepoint Key: FLINK-37949 URL: https://issues.apache.org/jira/browse/FLINK-37949