[
https://issues.apache.org/jira/browse/FLINK-34451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818126#comment-17818126
]
Gyula Fora commented on FLINK-34451:
Before we can investigate the root cause it wou
[
https://issues.apache.org/jira/browse/FLINK-34452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiangyu feng updated FLINK-34452:
-
Description:
Test Suggestion:
# Prepare configuration options:
** taskmanager.numberOfTaskSlot
[
https://issues.apache.org/jira/browse/FLINK-34452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiangyu feng updated FLINK-34452:
-
Description:
Test Suggestion:
# Prepare configuration options:
**
h5. taskmanager.numberOfTa
[
https://issues.apache.org/jira/browse/FLINK-34452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiangyu feng updated FLINK-34452:
-
Description:
Test Suggestion:
# Prepare configuration options: taskmanager.numberOfTaskSlots =
[
https://issues.apache.org/jira/browse/FLINK-34452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiangyu feng updated FLINK-34452:
-
Description:
Test Suggestion:
# Prepare configuration options:
##
h5. taskmanager.numberOfTas
xiangyu feng created FLINK-34452:
Summary: Release Testing: Verify FLINK-15959 Add min number of
slots configuration to limit total number of slots
Key: FLINK-34452
URL: https://issues.apache.org/jira/browse/FLINK
Alex Hoffer created FLINK-34451:
---
Summary: [Kubernetes Operator] Job with restarting TaskManagers
uses wrong/misleading fallback approach
Key: FLINK-34451
URL: https://issues.apache.org/jira/browse/FLINK-34451
snuyanzin commented on code in PR #24315:
URL: https://github.com/apache/flink/pull/24315#discussion_r1493019218
##
flink-core/src/test/java/org/apache/flink/testutils/ClassLoaderUtils.java:
##
@@ -158,7 +170,7 @@ public ClassLoaderBuilder withParentClassLoader(ClassLoader
clas
snuyanzin commented on code in PR #24315:
URL: https://github.com/apache/flink/pull/24315#discussion_r1493015749
##
flink-core/src/test/java/org/apache/flink/testutils/ClassLoaderUtils.java:
##
@@ -55,7 +58,7 @@ private static URLClassLoader createClassLoader(File root,
ClassLo
snuyanzin commented on PR #24315:
URL: https://github.com/apache/flink/pull/24315#issuecomment-1949378599
I guess if we migrate from junit4 to junit5 then we don't need to depend on
`TestLogger` which contains JUnit4 rules
instead need to use `@ExtendWith(TestLoggerExtension.class)`
Al
snuyanzin commented on code in PR #24315:
URL: https://github.com/apache/flink/pull/24315#discussion_r1493005612
##
flink-core/src/test/java/org/apache/flink/testutils/ClassLoaderUtils.java:
##
@@ -55,7 +58,7 @@ private static URLClassLoader createClassLoader(File root,
ClassLo
flinkbot commented on PR #24318:
URL: https://github.com/apache/flink/pull/24318#issuecomment-1948975635
## CI report:
* a7bc9fde90bf632e76b5a64de3d83e26411db23f UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
[
https://issues.apache.org/jira/browse/FLINK-34045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-34045:
---
Labels: github-actions pull-request-available (was: github-actions)
> Add docs generation t
XComp opened a new pull request, #24318:
URL: https://github.com/apache/flink/pull/24318
## What is the purpose of the change
tba
## Brief change log
*(for example:)*
- *The TaskInfo is stored in the blob store on job creation time as a
persistent artifact*
- *
hanyuzheng7 commented on code in PR #23173:
URL: https://github.com/apache/flink/pull/23173#discussion_r1492752435
##
flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java:
##
@@ -391,6 +391,16 @@ ANY, and(logical(LogicalTy
hanyuzheng7 commented on code in PR #23173:
URL: https://github.com/apache/flink/pull/23173#discussion_r1492749138
##
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/scalar/ArrayExceptFunction.java:
##
@@ -0,0 +1,161 @@
+/*
+ * Licensed to
gyfora commented on code in PR #777:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/777#discussion_r1492764973
##
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/AbstractFlinkService.java:
##
@@ -898,58 +899,50 @@ public JobDe
hanyuzheng7 commented on code in PR #23173:
URL: https://github.com/apache/flink/pull/23173#discussion_r1492749138
##
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/scalar/ArrayExceptFunction.java:
##
@@ -0,0 +1,161 @@
+/*
+ * Licensed to
hanyuzheng7 commented on code in PR #23173:
URL: https://github.com/apache/flink/pull/23173#discussion_r1492749138
##
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/scalar/ArrayExceptFunction.java:
##
@@ -0,0 +1,161 @@
+/*
+ * Licensed to
hanyuzheng7 commented on code in PR #23173:
URL: https://github.com/apache/flink/pull/23173#discussion_r1492752435
##
flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java:
##
@@ -391,6 +391,16 @@ ANY, and(logical(LogicalTy
hanyuzheng7 commented on code in PR #23173:
URL: https://github.com/apache/flink/pull/23173#discussion_r1492749138
##
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/scalar/ArrayExceptFunction.java:
##
@@ -0,0 +1,161 @@
+/*
+ * Licensed to
hanyuzheng7 commented on code in PR #23173:
URL: https://github.com/apache/flink/pull/23173#discussion_r1492749138
##
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/scalar/ArrayExceptFunction.java:
##
@@ -0,0 +1,161 @@
+/*
+ * Licensed to
[
https://issues.apache.org/jira/browse/FLINK-21672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818042#comment-17818042
]
david radley commented on FLINK-21672:
--
Thanks [~martijnvisser] - It looks like th
hanyuzheng7 commented on code in PR #23173:
URL: https://github.com/apache/flink/pull/23173#discussion_r1492717866
##
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/scalar/ArrayExceptFunction.java:
##
@@ -0,0 +1,161 @@
+/*
+ * Licensed to
[
https://issues.apache.org/jira/browse/FLINK-21672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818008#comment-17818008
]
Martijn Visser commented on FLINK-21672:
I've assigned the ticket to you [~david
[
https://issues.apache.org/jira/browse/FLINK-21672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser reassigned FLINK-21672:
--
Assignee: david radley (was: David Radley)
> End to end tests (streaming) aren't Jav
[
https://issues.apache.org/jira/browse/FLINK-21672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser reassigned FLINK-21672:
--
Assignee: David Radley
> End to end tests (streaming) aren't Java vendor neutral (sun
[
https://issues.apache.org/jira/browse/FLINK-21672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817997#comment-17817997
]
david radley commented on FLINK-21672:
--
I see
[https://forums.oracle.com/ords/ape
hlteoh37 merged PR #130:
URL: https://github.com/apache/flink-connector-aws/pull/130
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@
[
https://issues.apache.org/jira/browse/FLINK-34045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl reassigned FLINK-34045:
-
Assignee: Matthias Pohl
> Add docs generation to workflow
> ---
echauchot merged PR #37:
URL: https://github.com/apache/flink-connector-shared-utils/pull/37
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsu
echauchot commented on PR #37:
URL:
https://github.com/apache/flink-connector-shared-utils/pull/37#issuecomment-1948373853
Self merging
--
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 specif
[
https://issues.apache.org/jira/browse/FLINK-16686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817947#comment-17817947
]
Emre Kartoglu commented on FLINK-16686:
---
I saw this happen in a Flink 1.15 app tod
[
https://issues.apache.org/jira/browse/FLINK-21672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817944#comment-17817944
]
david radley commented on FLINK-21672:
--
I notice
[https://github.com/AdoptOpenJDK/
[
https://issues.apache.org/jira/browse/FLINK-32261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser updated FLINK-32261:
---
Fix Version/s: (was: 1.19.0)
> Add MAP_UNION support in SQL & Table API
> --
affo commented on code in PR #100:
URL:
https://github.com/apache/flink-connector-jdbc/pull/100#discussion_r1492358810
##
flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/internal/executor/TableBufferedStatementExecutor.java:
##
@@ -52,11 +52,13 @@ public void
affo commented on code in PR #24270:
URL: https://github.com/apache/flink/pull/24270#discussion_r1492347207
##
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/batch/sql/agg/AggregateReduceGroupingTest.xml:
##
@@ -765,13 +765,13 @@ HashAggre
[
https://issues.apache.org/jira/browse/FLINK-34395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
lincoln lee closed FLINK-34395.
---
Resolution: Won't Fix
[~yunfengzhou] Thanks for your confirming!
> Release Testing Instructions: Ve
XComp commented on PR #24314:
URL: https://github.com/apache/flink/pull/24314#issuecomment-1948246322
@xintongsong Do you remember what the actual purpose of this test was? Am I
missing something or can we actually remove this test because it still can be
unstable on slower machines. :think
XComp commented on PR #24238:
URL: https://github.com/apache/flink/pull/24238#issuecomment-1948205439
Could we finalize this one? :thinking:
--
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 s
Matthias Pohl created FLINK-34450:
-
Summary:
TwoInputStreamTaskTest.testWatermarkAndWatermarkStatusForwarding failed
Key: FLINK-34450
URL: https://issues.apache.org/jira/browse/FLINK-34450
Project: Fl
[
https://issues.apache.org/jira/browse/FLINK-33555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817916#comment-17817916
]
Stefan Richter commented on FLINK-33555:
[~mapohl] I did some work related to lo
[
https://issues.apache.org/jira/browse/FLINK-34446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin updated FLINK-34446:
Component/s: Table SQL / Ecosystem
> SqlValidatorException with LATERAL TABLE and JOIN
> -
[
https://issues.apache.org/jira/browse/FLINK-34446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin updated FLINK-34446:
Component/s: Table SQL / Planner
> SqlValidatorException with LATERAL TABLE and JOIN
> ---
[
https://issues.apache.org/jira/browse/FLINK-32212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817914#comment-17817914
]
Dheeraj Panangat commented on FLINK-32212:
--
Facing the same issue.
I see that o
[
https://issues.apache.org/jira/browse/FLINK-34443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817912#comment-17817912
]
Matthias Pohl commented on FLINK-34443:
---
No disk space issues reported here:
*
ht
[
https://issues.apache.org/jira/browse/FLINK-22765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817911#comment-17817911
]
Matthias Pohl commented on FLINK-22765:
---
JDK17:
https://github.com/apache/flink/a
[
https://issues.apache.org/jira/browse/FLINK-29114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817910#comment-17817910
]
Sergey Nuyanzin commented on FLINK-29114:
-
{quote}
you mean switching back to fo
[
https://issues.apache.org/jira/browse/FLINK-34224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817909#comment-17817909
]
Matthias Pohl commented on FLINK-34224:
---
https://github.com/apache/flink/actions/r
[
https://issues.apache.org/jira/browse/FLINK-34224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-34224:
--
Affects Version/s: 1.18.1
> ChangelogStorageMetricsTest.testAttemptsPerUpload(ChangelogStorage
[
https://issues.apache.org/jira/browse/FLINK-29114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817907#comment-17817907
]
Matthias Pohl commented on FLINK-29114:
---
It failed for the GHA nightly quite regul
[
https://issues.apache.org/jira/browse/FLINK-29114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817906#comment-17817906
]
Matthias Pohl commented on FLINK-29114:
---
Good point, you mean switching back to fo
dawidwys commented on code in PR #23173:
URL: https://github.com/apache/flink/pull/23173#discussion_r1492239042
##
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/scalar/ArrayExceptFunction.java:
##
@@ -0,0 +1,161 @@
+/*
+ * Licensed to the
dawidwys commented on code in PR #23173:
URL: https://github.com/apache/flink/pull/23173#discussion_r1492238096
##
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/scalar/ArrayExceptFunction.java:
##
@@ -0,0 +1,161 @@
+/*
+ * Licensed to the
dawidwys commented on code in PR #23173:
URL: https://github.com/apache/flink/pull/23173#discussion_r1492228180
##
flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java:
##
@@ -391,6 +391,16 @@ ANY, and(logical(LogicalTypeR
[
https://issues.apache.org/jira/browse/FLINK-29114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817893#comment-17817893
]
Sergey Nuyanzin commented on FLINK-29114:
-
That might be the reason of more ofte
[
https://issues.apache.org/jira/browse/FLINK-26948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Wysakowicz closed FLINK-26948.
Fix Version/s: 1.20.0
Assignee: Hanyu Zheng (was: Jörn Kottmann)
Resolutio
dawidwys merged PR #22951:
URL: https://github.com/apache/flink/pull/22951
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@flink.apac
[
https://issues.apache.org/jira/browse/FLINK-34038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817889#comment-17817889
]
Matthias Pohl commented on FLINK-34038:
---
[~dwysakowicz] can you add the commit mes
[
https://issues.apache.org/jira/browse/FLINK-33555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-33555:
--
Attachment: FLINK-33555.log
> LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkin
[
https://issues.apache.org/jira/browse/FLINK-33555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817885#comment-17817885
]
Matthias Pohl commented on FLINK-33555:
---
[~srichter] Did any of you work on local
[
https://issues.apache.org/jira/browse/FLINK-29114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817882#comment-17817882
]
Matthias Pohl commented on FLINK-29114:
---
I bumped the priority to Major for now. W
[
https://issues.apache.org/jira/browse/FLINK-29114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-29114:
--
Attachment: FLINK-29114.log
> TableSourceITCase#testTableHintWithLogicalTableScanReuse sometim
[
https://issues.apache.org/jira/browse/FLINK-29114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-29114:
--
Priority: Major (was: Critical)
> TableSourceITCase#testTableHintWithLogicalTableScanReuse so
[
https://issues.apache.org/jira/browse/FLINK-29114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-29114:
--
Priority: Critical (was: Minor)
> TableSourceITCase#testTableHintWithLogicalTableScanReuse so
morazow commented on code in PR #100:
URL:
https://github.com/apache/flink-connector-jdbc/pull/100#discussion_r1492149217
##
flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/internal/executor/TableBufferedStatementExecutor.java:
##
@@ -52,11 +52,13 @@ public v
[
https://issues.apache.org/jira/browse/FLINK-34448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-34448:
--
Attachment: FLINK-34448.head.log.gz
> ChangelogLocalRecoveryITCase#testRestartTM failed fatall
[
https://issues.apache.org/jira/browse/FLINK-34448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817877#comment-17817877
]
Matthias Pohl commented on FLINK-34448:
---
[~roman] [~Wencong Liu] Can one of you lo
[
https://issues.apache.org/jira/browse/FLINK-34448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817876#comment-17817876
]
Matthias Pohl commented on FLINK-34448:
---
The test execution stops in the middle of
[
https://issues.apache.org/jira/browse/FLINK-34448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817869#comment-17817869
]
Matthias Pohl edited comment on FLINK-34448 at 2/16/24 8:28 AM:
--
[
https://issues.apache.org/jira/browse/FLINK-34448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817869#comment-17817869
]
Matthias Pohl commented on FLINK-34448:
---
FYI: {{GroupCombineITCase}} was being exe
[
https://issues.apache.org/jira/browse/FLINK-34448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-34448:
--
Summary: ChangelogLocalRecoveryITCase#testRestartTM failed fatally with 127
exit code (was: C
[
https://issues.apache.org/jira/browse/FLINK-18476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817864#comment-17817864
]
Matthias Pohl commented on FLINK-18476:
---
https://dev.azure.com/apache-flink/apache
[
https://issues.apache.org/jira/browse/FLINK-34449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-34449:
--
Labels: test-stability (was: )
> Flink build took too long
> -
>
>
Matthias Pohl created FLINK-34449:
-
Summary: Flink build took too long
Key: FLINK-34449
URL: https://issues.apache.org/jira/browse/FLINK-34449
Project: Flink
Issue Type: Bug
Compone
75 matches
Mail list logo