[jira] [Commented] (FLINK-31856) Add support for Opensearch Connector REST client customization

2023-06-13 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-31856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732378#comment-17732378 ] Michael Hempel-Jørgensen commented on FLINK-31856: -- [~reta] yes, I think your

[GitHub] [flink] hanyuzheng7 commented on pull request #22717: [FLINK-31665] [table] Add ARRAY_CONCAT function

2023-06-13 Thread via GitHub
hanyuzheng7 commented on PR #22717: URL: https://github.com/apache/flink/pull/22717#issuecomment-1590501036 Hi, @snuyanzin. Thank you for your comments. Do you think this is ok now? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Created] (FLINK-32333) The same SQL statement, sql-client and sql-gateway give different execution plans

2023-06-13 Thread macdoor615 (Jira)
macdoor615 created FLINK-32333: -- Summary: The same SQL statement, sql-client and sql-gateway give different execution plans Key: FLINK-32333 URL: https://issues.apache.org/jira/browse/FLINK-32333

[GitHub] [flink] huwh commented on pull request #22686: [FLINK-32225][Runtime] Executions in same Job use a shared TaskDeploymentDescriptorFactory.

2023-06-13 Thread via GitHub
huwh commented on PR #22686: URL: https://github.com/apache/flink/pull/22686#issuecomment-1590441961 Thanks a lot, comments addressed and fixup commit squashed. -- 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] xintongsong commented on a diff in pull request #22733: [FLINK-31642][network] Introduce the MemoryTierConsumerAgent

2023-06-13 Thread via GitHub
xintongsong commented on code in PR #22733: URL: https://github.com/apache/flink/pull/22733#discussion_r1228923781 ## flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/tier/memory/MemoryTierConsumerAgent.java: ## @@ -0,0 +1,71 @@ +/* + *

[GitHub] [flink] wanglijie95 commented on a diff in pull request #22686: [FLINK-32225][Runtime] Executions in same Job use a shared TaskDeploymentDescriptorFactory.

2023-06-13 Thread via GitHub
wanglijie95 commented on code in PR #22686: URL: https://github.com/apache/flink/pull/22686#discussion_r1228936755 ## flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/DefaultExecutionGraphBuilder.java: ## @@ -118,36 +118,44 @@ public static

[GitHub] [flink] TanYuxin-tyx commented on pull request #22728: [FLINK-31641][network] Implement the memory tier producer for the tiered storage

2023-06-13 Thread via GitHub
TanYuxin-tyx commented on PR #22728: URL: https://github.com/apache/flink/pull/22728#issuecomment-1590374279 Thanks @xintongsong and @reswqa for helping review the code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [flink] huwh commented on pull request #22686: [FLINK-32225][Runtime] Executions in same Job use a shared TaskDeploymentDescriptorFactory.

2023-06-13 Thread via GitHub
huwh commented on PR #22686: URL: https://github.com/apache/flink/pull/22686#issuecomment-1590369528 Thanks for your review, @wanglijie95 . comments addressed. Please take a look. Since only "BlobWriter.serializeAndTryOffload" will throw an IOException, I'd like to remove the try

[jira] [Closed] (FLINK-31641) Introduce memory tier

2023-06-13 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo closed FLINK-31641. -- Fix Version/s: 1.18.0 Resolution: Fixed master(1.18) via

[GitHub] [flink] reswqa merged pull request #22728: [FLINK-31641][network] Implement the memory tier producer for the tiered storage

2023-06-13 Thread via GitHub
reswqa merged PR #22728: URL: https://github.com/apache/flink/pull/22728 -- 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] reswqa commented on pull request #17867: [FLINK-24592][Table SQL/Client] FlinkSQL Client multiline parser improvements

2023-06-13 Thread via GitHub
reswqa commented on PR #17867: URL: https://github.com/apache/flink/pull/17867#issuecomment-1590359837 Thanks for Inviting me, this change looks good to me. But I'm not familiar with Table / SQL related codes, it's best to wait for @fsk119 to take a look. -- This is an automated message

[jira] [Created] (FLINK-32332) Jar files for catalog function are not listed correctly

2023-06-13 Thread Fang Yong (Jira)
Fang Yong created FLINK-32332: - Summary: Jar files for catalog function are not listed correctly Key: FLINK-32332 URL: https://issues.apache.org/jira/browse/FLINK-32332 Project: Flink Issue

[jira] [Updated] (FLINK-31916) Python API only respects deprecated env.java.opts key

2023-06-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-31916: --- Labels: pull-request-available (was: ) > Python API only respects deprecated env.java.opts

[GitHub] [flink] hanyuzheng7 commented on a diff in pull request #22717: [FLINK-31665] [table] Add ARRAY_CONCAT function

2023-06-13 Thread via GitHub
hanyuzheng7 commented on code in PR #22717: URL: https://github.com/apache/flink/pull/22717#discussion_r1228736983 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/CollectionFunctionsITCase.java: ## @@ -479,4 +480,82 @@ private Stream

[GitHub] [flink] hanyuzheng7 commented on a diff in pull request #22717: [FLINK-31665] [table] Add ARRAY_CONCAT function

2023-06-13 Thread via GitHub
hanyuzheng7 commented on code in PR #22717: URL: https://github.com/apache/flink/pull/22717#discussion_r1228736983 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/CollectionFunctionsITCase.java: ## @@ -479,4 +480,82 @@ private Stream

[GitHub] [flink] flinkbot commented on pull request #22775: [FLINK-17224][table] Support precision for TIME

2023-06-13 Thread via GitHub
flinkbot commented on PR #22775: URL: https://github.com/apache/flink/pull/22775#issuecomment-1589940884 ## CI report: * c8b5a3ac0ad29fd4173fc7edd68e27762a59d6a4 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Closed] (FLINK-32150) ThreadDumpInfoTest crashed with exit code 239 on AZP (NoClassDefFoundError: org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder)

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-32150. Resolution: Duplicate > ThreadDumpInfoTest crashed with exit code 239 on AZP

[jira] [Closed] (FLINK-32200) OrcFileSystemITCase cashed with exit code 239 (NoClassDefFoundError: scala/concurrent/duration/Deadline)

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-32200. Resolution: Duplicate > OrcFileSystemITCase cashed with exit code 239

[jira] [Closed] (FLINK-30153) YARNSessionCapacitySchedulerITCase fails with NoClassDefFoundError org/jboss/netty/channel/ExceptionEvent

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-30153. Resolution: Duplicate > YARNSessionCapacitySchedulerITCase fails with

[jira] [Closed] (FLINK-32192) JsonBatchFileSystemITCase fail due to Process Exit Code: 239 (NoClassDefFoundError: akka.actor.dungeon.FaultHandling$$anonfun$handleNonFatalOrInterruptedException$1)

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-32192. Resolution: Duplicate > JsonBatchFileSystemITCase fail due to Process Exit Code: 239 >

[jira] [Closed] (FLINK-32189) Integration tests fail due to Process Exit Code: 239 and NoClassDefFound in logs

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-32189. Resolution: Fixed > Integration tests fail due to Process Exit Code: 239 and

[jira] [Closed] (FLINK-30299) TaskManagerRunnerTest fails with 239 exit code (i.e. FatalExitExceptionHandler was called) NoClassDefFoundError: akka/remote/transport/netty/NettyFutureBridge$$anon$1

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-30299. Resolution: Duplicate > TaskManagerRunnerTest fails with 239 exit code (i.e. >

[jira] [Closed] (FLINK-32314) Ignore class-loading errors after RPC system shutdown

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-32314. Resolution: Fixed master: 09df45a88a3c95fd8211a5051572b470d31063b1 > Ignore

[jira] [Closed] (FLINK-31669) DynamicFilteringITCase failed fataly because of NoClassDefFoundError of akka/actor/SuppressedDeadLetter

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-31669. Resolution: Duplicate > DynamicFilteringITCase failed fataly because of

[GitHub] [flink] zentol merged pull request #22764: [FLINK-32314][rpc] Ignore classloading errors after actorsystem shutdown

2023-06-13 Thread via GitHub
zentol merged PR #22764: URL: https://github.com/apache/flink/pull/22764 -- 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] [Closed] (FLINK-31919) Skip ClosureCleaner if object can be serialized

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-31919. Resolution: Fixed master: 50f069ce5b1203df8acd724d804afc33eda8a9d4 > Skip ClosureCleaner

[GitHub] [flink] zentol merged pull request #22551: [FLINK-31919][core] Only run closure cleaner if serialization fails

2023-06-13 Thread via GitHub
zentol merged PR #22551: URL: https://github.com/apache/flink/pull/22551 -- 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] snuyanzin commented on a diff in pull request #22717: [FLINK-31665] [table] Add ARRAY_CONCAT function

2023-06-13 Thread via GitHub
snuyanzin commented on code in PR #22717: URL: https://github.com/apache/flink/pull/22717#discussion_r1228696955 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/CollectionFunctionsITCase.java: ## @@ -479,4 +480,82 @@ private Stream

[GitHub] [flink] snuyanzin commented on a diff in pull request #22717: [FLINK-31665] [table] Add ARRAY_CONCAT function

2023-06-13 Thread via GitHub
snuyanzin commented on code in PR #22717: URL: https://github.com/apache/flink/pull/22717#discussion_r1228696955 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/CollectionFunctionsITCase.java: ## @@ -479,4 +480,82 @@ private Stream

[jira] [Assigned] (FLINK-25000) Scala 2.12.7 doesn't compile on Java 17

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler reassigned FLINK-25000: Assignee: Chesnay Schepler > Scala 2.12.7 doesn't compile on Java 17 >

[GitHub] [flink] flinkbot commented on pull request #22776: [FLINK-31916][python] Respect 'env.java.opts.all'

2023-06-13 Thread via GitHub
flinkbot commented on PR #22776: URL: https://github.com/apache/flink/pull/22776#issuecomment-1590003206 ## CI report: * 3447babaef48cf9e019348fdd3ae47609d09c835 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] zentol opened a new pull request, #22776: [FLINK-31916][python] Respect 'env.java.opts.all'

2023-06-13 Thread via GitHub
zentol opened a new pull request, #22776: URL: https://github.com/apache/flink/pull/22776 (no comment) -- 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,

[jira] [Assigned] (FLINK-31916) Python API only respects deprecated env.java.opts key

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler reassigned FLINK-31916: Assignee: Chesnay Schepler > Python API only respects deprecated env.java.opts

[jira] [Assigned] (FLINK-17224) Precision of TIME type does not work correctly

2023-06-13 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Nuyanzin reassigned FLINK-17224: --- Assignee: Sergey Nuyanzin > Precision of TIME type does not work correctly >

[jira] [Commented] (FLINK-17224) Precision of TIME type does not work correctly

2023-06-13 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732242#comment-17732242 ] Sergey Nuyanzin commented on FLINK-17224: - I would take > Precision of TIME type does not work

[jira] [Updated] (FLINK-17224) Precision of TIME type does not work correctly

2023-06-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-17224: --- Labels: auto-unassigned pull-request-available (was: auto-unassigned) > Precision of TIME

[GitHub] [flink] snuyanzin opened a new pull request, #22775: [FLINK-17224][table] Support precision for TIME

2023-06-13 Thread via GitHub
snuyanzin opened a new pull request, #22775: URL: https://github.com/apache/flink/pull/22775 ## What is the purpose of the change The PR makes support of `TIME` precision (0-3 - currently only this range, I'm going to submit support for micros and nanos in the next PR) including

[jira] [Closed] (FLINK-32297) Use Temurin image in FlinkImageBuilder

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-32297. Resolution: Fixed master: f83c6e0cc9dec2ec563c5ad65aa87622c47f7462 > Use Temurin image

[GitHub] [flink] zentol merged pull request #22747: [FLINK-32297][tests] FlinkImageBuilder uses Temurin images

2023-06-13 Thread via GitHub
zentol merged PR #22747: URL: https://github.com/apache/flink/pull/22747 -- 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] hanyuzheng7 commented on pull request #22717: [FLINK-31665] [table] Add ARRAY_CONCAT function

2023-06-13 Thread via GitHub
hanyuzheng7 commented on PR #22717: URL: https://github.com/apache/flink/pull/22717#issuecomment-1589833404 @snuyanzin Thank you for your suggestions. Do you think this is ok? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Updated] (FLINK-32331) Print JVM thread dumps when Github Actions workflow gets cancelled/times out

2023-06-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-32331: --- Labels: pull-request-available (was: ) > Print JVM thread dumps when Github Actions

[jira] [Created] (FLINK-32331) Print JVM thread dumps when Github Actions workflow gets cancelled/times out

2023-06-13 Thread Martijn Visser (Jira)
Martijn Visser created FLINK-32331: -- Summary: Print JVM thread dumps when Github Actions workflow gets cancelled/times out Key: FLINK-32331 URL: https://issues.apache.org/jira/browse/FLINK-32331

[GitHub] [flink] zentol commented on a diff in pull request #22774: [FLINK-32329][tests] Do not override env.java.opts.all

2023-06-13 Thread via GitHub
zentol commented on code in PR #22774: URL: https://github.com/apache/flink/pull/22774#discussion_r1228496348 ## flink-end-to-end-tests/test-scripts/test_ha_datastream.sh: ## @@ -45,7 +45,8 @@ function run_ha_test() { # change the pid dir to start log files always from 0,

[jira] [Comment Edited] (FLINK-32304) Reduce rpc-akka jar size

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732198#comment-17732198 ] Chesnay Schepler edited comment on FLINK-32304 at 6/13/23 5:49 PM: ---

[jira] [Updated] (FLINK-32304) Reduce rpc-akka jar size

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-32304: - Fix Version/s: 1.17.2 > Reduce rpc-akka jar size > > >

[jira] [Updated] (FLINK-32304) Reduce rpc-akka jar size

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-32304: - Fix Version/s: (was: 1.17.2) > Reduce rpc-akka jar size >

[jira] [Closed] (FLINK-32304) Reduce rpc-akka jar size

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-32304. Resolution: Fixed master: f145341bd6085d003922cba0a157693bd56338b0 > Reduce rpc-akka jar

[jira] [Updated] (FLINK-31856) Add support for Opensearch Connector REST client customization

2023-06-13 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Nuyanzin updated FLINK-31856: Fix Version/s: opensearch-1.0.2 > Add support for Opensearch Connector REST client

[jira] [Commented] (FLINK-31856) Add support for Opensearch Connector REST client customization

2023-06-13 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732197#comment-17732197 ] Sergey Nuyanzin commented on FLINK-31856: - merged to 1.0.x as

[jira] [Updated] (FLINK-32329) Do not overwrite env.java.opts.all in HA e2e test

2023-06-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-32329: --- Labels: pull-request-available (was: ) > Do not overwrite env.java.opts.all in HA e2e test

[GitHub] [flink] XComp commented on a diff in pull request #22774: [FLINK-32329][tests] Do not override env.java.opts.all

2023-06-13 Thread via GitHub
XComp commented on code in PR #22774: URL: https://github.com/apache/flink/pull/22774#discussion_r1228487316 ## flink-end-to-end-tests/test-scripts/test_ha_datastream.sh: ## @@ -45,7 +45,8 @@ function run_ha_test() { # change the pid dir to start log files always from 0,

[GitHub] [flink-connector-opensearch] snuyanzin merged pull request #26: [Backport][FLINK-31856] Add support for Opensearch Connector REST client customization

2023-06-13 Thread via GitHub
snuyanzin merged PR #26: URL: https://github.com/apache/flink-connector-opensearch/pull/26 -- 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-connector-opensearch] snuyanzin commented on pull request #26: [Backport][FLINK-31856] Add support for Opensearch Connector REST client customization

2023-06-13 Thread via GitHub
snuyanzin commented on PR #26: URL: https://github.com/apache/flink-connector-opensearch/pull/26#issuecomment-1589759681 for clarity backport of https://github.com/apache/flink-connector-opensearch/pull/24 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [flink] zentol merged pull request #22773: [FLINK-32328][build] Set surefire base argLine in general settings

2023-06-13 Thread via GitHub
zentol merged PR #22773: URL: https://github.com/apache/flink/pull/22773 -- 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] [Closed] (FLINK-32328) Ensure surefire baseLine is picked up by IntelliJ

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-32328. Resolution: Fixed master: 5fe0a506d598831376aefa75f900f2c59b6343b5 > Ensure surefire

[jira] [Closed] (FLINK-32330) Install Java 17 in e2e builds

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-32330. Fix Version/s: (was: 1.18.0) Resolution: Not A Problem Turns out the Azure

[jira] [Resolved] (FLINK-31856) Add support for Opensearch Connector REST client customization

2023-06-13 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Nuyanzin resolved FLINK-31856. - Fix Version/s: opensearch-1.1.0 Resolution: Fixed > Add support for Opensearch

[jira] [Commented] (FLINK-31856) Add support for Opensearch Connector REST client customization

2023-06-13 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732177#comment-17732177 ] Sergey Nuyanzin commented on FLINK-31856: - Great that the issue is solved thanks [~reta] for

[GitHub] [flink-connector-opensearch] snuyanzin merged pull request #24: [FLINK-31856] Add support for Opensearch Connector REST client customization

2023-06-13 Thread via GitHub
snuyanzin merged PR #24: URL: https://github.com/apache/flink-connector-opensearch/pull/24 -- 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] [Closed] (FLINK-32301) common.sh#create_ha_config should use set_config_key

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-32301. Resolution: Fixed master: 4d22ad0cc3ff24619cd111e139cf3f9606521a6b >

[GitHub] [flink] zentol merged pull request #22748: [FLINK-32301][test] Set options instead of replacing entire config

2023-06-13 Thread via GitHub
zentol merged PR #22748: URL: https://github.com/apache/flink/pull/22748 -- 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 commented on pull request #22747: [FLINK-32297][tests] FlinkImageBuilder uses Temurin images

2023-06-13 Thread via GitHub
zentol commented on PR #22747: URL: https://github.com/apache/flink/pull/22747#issuecomment-1589677933 @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] zentol commented on a diff in pull request #22764: [FLINK-32314][rpc] Ignore classloading errors after actorsystem shutdown

2023-06-13 Thread via GitHub
zentol commented on code in PR #22764: URL: https://github.com/apache/flink/pull/22764#discussion_r1228372238 ## flink-rpc/flink-rpc-akka/src/main/java/org/apache/flink/runtime/rpc/akka/RobustActorSystem.java: ## Review Comment: > It's probably the threadFactory

[jira] [Comment Edited] (FLINK-31476) AdaptiveScheduler should take lower bound parallelism settings into account

2023-06-13 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732144#comment-17732144 ] Gyula Fora edited comment on FLINK-31476 at 6/13/23 3:42 PM: - [~chesnay]

[jira] [Commented] (FLINK-31476) AdaptiveScheduler should take lower bound parallelism settings into account

2023-06-13 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732144#comment-17732144 ] Gyula Fora commented on FLINK-31476: [~dmvk] please let me know if you have a POC/PR to review :) 

[GitHub] [flink] XComp commented on a diff in pull request #22764: [FLINK-32314][rpc] Ignore classloading errors after actorsystem shutdown

2023-06-13 Thread via GitHub
XComp commented on code in PR #22764: URL: https://github.com/apache/flink/pull/22764#discussion_r1228338586 ## flink-rpc/flink-rpc-akka/src/main/java/org/apache/flink/runtime/rpc/akka/RobustActorSystem.java: ## @@ -85,17 +86,52 @@ private static RobustActorSystem create(

[jira] [Updated] (FLINK-32238) Stable approach for installing libssl

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-32238: - Description: I think I found a stable way to install libssl on CI. -Update:- -We have

[jira] [Updated] (FLINK-32238) Stable approach for installing libssl

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-32238: - Description: I think I found a stable way to install libssl on CI. -Update:- -We have

[jira] [Comment Edited] (FLINK-32238) Stable approach for installing libssl

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732137#comment-17732137 ] Chesnay Schepler edited comment on FLINK-32238 at 6/13/23 3:12 PM: ---

[jira] [Closed] (FLINK-32238) Stable approach for installing libssl

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-32238. Resolution: Fixed > Stable approach for installing libssl >

[jira] [Commented] (FLINK-32238) Stable approach for installing libssl

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732137#comment-17732137 ] Chesnay Schepler commented on FLINK-32238: -- 1.16: 892f3caa606da046afe5637f3f58d791a9df4974 >

[GitHub] [flink] zentol commented on a diff in pull request #22753: [FLINK-32304] Reduce rpc-akka dependency footprint

2023-06-13 Thread via GitHub
zentol commented on code in PR #22753: URL: https://github.com/apache/flink/pull/22753#discussion_r1228288172 ## flink-rpc/flink-rpc-akka/pom.xml: ## @@ -136,21 +123,11 @@ under the License. - -

[GitHub] [flink] flinkbot commented on pull request #22774: [FLINK-3232][tests] Do not override env.java.opts.all

2023-06-13 Thread via GitHub
flinkbot commented on PR #22774: URL: https://github.com/apache/flink/pull/22774#issuecomment-1589486384 ## CI report: * 53288dfe670d0bb56f25bda776808b8598d68abb UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Updated] (FLINK-32330) Install Java 17 in e2e builds

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-32330: - Summary: Install Java 17 in e2e builds (was: Setup Java 17 in e2e builds) > Install

[jira] [Created] (FLINK-32330) Setup Java 17 in e2e builds

2023-06-13 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-32330: Summary: Setup Java 17 in e2e builds Key: FLINK-32330 URL: https://issues.apache.org/jira/browse/FLINK-32330 Project: Flink Issue Type: Sub-task

[GitHub] [flink] StefanRRichter commented on a diff in pull request #22771: [FLINK-32326][state] Disable WAL in RocksDBWriteBatchWrapper by default.

2023-06-13 Thread via GitHub
StefanRRichter commented on code in PR #22771: URL: https://github.com/apache/flink/pull/22771#discussion_r1228267599 ## flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBWriteBatchWrapper.java: ## @@ -79,7 +82,16 @@

[jira] [Updated] (FLINK-3232) Add option to eagerly deploy channels

2023-06-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-3232: -- Labels: pull-request-available (was: ) > Add option to eagerly deploy channels >

[jira] [Created] (FLINK-32329) Do not overwrite env.java.opts.all in HA e2e test

2023-06-13 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-32329: Summary: Do not overwrite env.java.opts.all in HA e2e test Key: FLINK-32329 URL: https://issues.apache.org/jira/browse/FLINK-32329 Project: Flink

[GitHub] [flink] flinkbot commented on pull request #22773: [FLINK-32328][build] Set surefire base argLine in general settings

2023-06-13 Thread via GitHub
flinkbot commented on PR #22773: URL: https://github.com/apache/flink/pull/22773#issuecomment-1589463450 ## CI report: * ff7a02f28456582b925fd1f93c7be6572e13ff0a UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] StefanRRichter commented on a diff in pull request #22771: [FLINK-32326][state] Disable WAL in RocksDBWriteBatchWrapper by default.

2023-06-13 Thread via GitHub
StefanRRichter commented on code in PR #22771: URL: https://github.com/apache/flink/pull/22771#discussion_r1228254143 ## flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBWriteBatchWrapper.java: ## @@ -125,10 +130,16

[jira] [Closed] (FLINK-25006) Investigate memory issues on CI

2023-06-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-25006. Resolution: Invalid This was caused by missing module declarations that threw tests into

[GitHub] [flink] zentol commented on a diff in pull request #22753: [FLINK-32304] Reduce rpc-akka dependency footprint

2023-06-13 Thread via GitHub
zentol commented on code in PR #22753: URL: https://github.com/apache/flink/pull/22753#discussion_r1228245771 ## flink-rpc/flink-rpc-akka/pom.xml: ## @@ -136,21 +123,11 @@ under the License. - -

[jira] [Updated] (FLINK-32328) Ensure surefire baseLine is picked up by IntelliJ

2023-06-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-32328: --- Labels: pull-request-available (was: ) > Ensure surefire baseLine is picked up by IntelliJ

[GitHub] [flink] XComp commented on a diff in pull request #22764: [FLINK-32314][rpc] Ignore classloading errors after actorsystem shutdown

2023-06-13 Thread via GitHub
XComp commented on code in PR #22764: URL: https://github.com/apache/flink/pull/22764#discussion_r1228244550 ## flink-rpc/flink-rpc-akka/src/main/java/org/apache/flink/runtime/rpc/akka/RobustActorSystem.java: ## Review Comment: That's what I did. But I might just struggle

[GitHub] [flink] zentol opened a new pull request, #22773: [FLINK-32328][build] Set surefire base argLine in general settings

2023-06-13 Thread via GitHub
zentol opened a new pull request, #22773: URL: https://github.com/apache/flink/pull/22773 This ensures that IntelliJ also picks up these settings. This is important for Java 17 because the `baseArgLine` will contain module declarations, which we need IntelliJ to also import. Even

[GitHub] [flink] XComp commented on a diff in pull request #22764: [FLINK-32314][rpc] Ignore classloading errors after actorsystem shutdown

2023-06-13 Thread via GitHub
XComp commented on code in PR #22764: URL: https://github.com/apache/flink/pull/22764#discussion_r1228244550 ## flink-rpc/flink-rpc-akka/src/main/java/org/apache/flink/runtime/rpc/akka/RobustActorSystem.java: ## Review Comment: That's what I struggled with. But I might

[jira] [Created] (FLINK-32328) Ensure surefire baseLine is picked up by IntelliJ

2023-06-13 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-32328: Summary: Ensure surefire baseLine is picked up by IntelliJ Key: FLINK-32328 URL: https://issues.apache.org/jira/browse/FLINK-32328 Project: Flink

[jira] [Created] (FLINK-32327) Python Kafka connector runs into strange NullPointerException

2023-06-13 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-32327: Summary: Python Kafka connector runs into strange NullPointerException Key: FLINK-32327 URL: https://issues.apache.org/jira/browse/FLINK-32327 Project: Flink

[GitHub] [flink] zentol commented on a diff in pull request #22764: [FLINK-32314][rpc] Ignore classloading errors after actorsystem shutdown

2023-06-13 Thread via GitHub
zentol commented on code in PR #22764: URL: https://github.com/apache/flink/pull/22764#discussion_r1228229005 ## flink-rpc/flink-rpc-akka/src/main/java/org/apache/flink/runtime/rpc/akka/RobustActorSystem.java: ## @@ -85,17 +86,52 @@ private static RobustActorSystem create(

[GitHub] [flink] pnowojski commented on a diff in pull request #22771: [FLINK-32326][state] Disable WAL in RocksDBWriteBatchWrapper by default.

2023-06-13 Thread via GitHub
pnowojski commented on code in PR #22771: URL: https://github.com/apache/flink/pull/22771#discussion_r1228225553 ## flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBWriteBatchWrapper.java: ## @@ -79,7 +82,16 @@ public

[GitHub] [flink] zentol commented on a diff in pull request #22764: [FLINK-32314][rpc] Ignore classloading errors after actorsystem shutdown

2023-06-13 Thread via GitHub
zentol commented on code in PR #22764: URL: https://github.com/apache/flink/pull/22764#discussion_r1228226850 ## flink-rpc/flink-rpc-akka/src/main/java/org/apache/flink/runtime/rpc/akka/RobustActorSystem.java: ## Review Comment: see the javadocs -- This is an automated

[GitHub] [flink] XComp commented on a diff in pull request #22753: [FLINK-32304] Reduce rpc-akka dependency footprint

2023-06-13 Thread via GitHub
XComp commented on code in PR #22753: URL: https://github.com/apache/flink/pull/22753#discussion_r1228225178 ## flink-rpc/flink-rpc-akka/pom.xml: ## @@ -136,21 +123,11 @@ under the License. - -

[GitHub] [flink] XComp commented on a diff in pull request #22764: [FLINK-32314][rpc] Ignore classloading errors after actorsystem shutdown

2023-06-13 Thread via GitHub
XComp commented on code in PR #22764: URL: https://github.com/apache/flink/pull/22764#discussion_r1228191494 ## flink-rpc/flink-rpc-akka/src/main/java/org/apache/flink/runtime/rpc/akka/RobustActorSystem.java: ## @@ -85,17 +86,52 @@ private static RobustActorSystem create(

[jira] [Updated] (FLINK-32289) The metadata column type is incorrect in Kafka table connector example

2023-06-13 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu updated FLINK-32289: --- Fix Version/s: 1.18.0 kafka-4.0.0 > The metadata column type is incorrect in

[jira] [Resolved] (FLINK-32289) The metadata column type is incorrect in Kafka table connector example

2023-06-13 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu resolved FLINK-32289. Resolution: Fixed > The metadata column type is incorrect in Kafka table connector example >

[jira] [Commented] (FLINK-32289) The metadata column type is incorrect in Kafka table connector example

2023-06-13 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732110#comment-17732110 ] Leonard Xu commented on FLINK-32289: Fixed in: flink(master):

[GitHub] [flink-connector-kafka] leonardBang merged pull request #32: [FLINK-32289][docs] Fix incorrect metadata column type in examples

2023-06-13 Thread via GitHub
leonardBang merged PR #32: URL: https://github.com/apache/flink-connector-kafka/pull/32 -- 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-31856) Add support for Opensearch Connector REST client customization

2023-06-13 Thread Andriy Redko (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732076#comment-17732076 ] Andriy Redko commented on FLINK-31856: -- Thanks a lot [~mhjtrifork] , yeah, sadly there is no way to

[jira] [Commented] (FLINK-26515) RetryingExecutorTest. testDiscardOnTimeout failed on azure

2023-06-13 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17732074#comment-17732074 ] Weijie Guo commented on FLINK-26515: Add exception handling logic via

[GitHub] [flink] reswqa merged pull request #22743: [FLINK-26515][test] Add exception handling for RetryingExecutorTest#testDiscardOnTimeout

2023-06-13 Thread via GitHub
reswqa merged PR #22743: URL: https://github.com/apache/flink/pull/22743 -- 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:

  1   2   >