[
https://issues.apache.org/jira/browse/FLINK-5303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734601#comment-15734601
]
ASF GitHub Bot commented on FLINK-5303:
---
Github user chermenin commented on the issu
Github user chermenin commented on the issue:
https://github.com/apache/flink/pull/2965
PR closed to rename the branch.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled an
Github user chermenin closed the pull request at:
https://github.com/apache/flink/pull/2965
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is e
[
https://issues.apache.org/jira/browse/FLINK-5303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734598#comment-15734598
]
ASF GitHub Bot commented on FLINK-5303:
---
GitHub user chermenin opened a pull request
GitHub user chermenin opened a pull request:
https://github.com/apache/flink/pull/2976
[FLINK-5303] [table] Support for SQL GROUPING SETS clause.
Support for operators GROUPING SETS / ROLLUP / CUBE was added in this PR.
Also added some tests for check execution of SQL queries wit
[
https://issues.apache.org/jira/browse/FLINK-5303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734596#comment-15734596
]
ASF GitHub Bot commented on FLINK-5303:
---
Github user chermenin closed the pull reque
Github user tonycox commented on the issue:
https://github.com/apache/flink/pull/2923
Hi @fhueske, this PR looks good to me
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enable
[
https://issues.apache.org/jira/browse/FLINK-5220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734591#comment-15734591
]
ASF GitHub Bot commented on FLINK-5220:
---
Github user tonycox commented on the issue:
Alexander Chermenin created FLINK-5303:
--
Summary: Add CUBE/ROLLUP/GROUPING SETS operator in SQL
Key: FLINK-5303
URL: https://issues.apache.org/jira/browse/FLINK-5303
Project: Flink
Issue
[
https://issues.apache.org/jira/browse/FLINK-5188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anton Solovev reassigned FLINK-5188:
Assignee: Anton Solovev
> Adjust all the imports referencing Row
>
[
https://issues.apache.org/jira/browse/FLINK-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734537#comment-15734537
]
Philipp von dem Bussche commented on FLINK-2821:
Thanks [~mxm] this is wor
[
https://issues.apache.org/jira/browse/FLINK-5299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734216#comment-15734216
]
Aljoscha Krettek commented on FLINK-5299:
-
A {{KeySelector}} that calls {{Arrays.h
[
https://issues.apache.org/jira/browse/FLINK-5266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734203#comment-15734203
]
ASF GitHub Bot commented on FLINK-5266:
---
Github user KurtYoung commented on the issu
Github user KurtYoung commented on the issue:
https://github.com/apache/flink/pull/2961
rebased to latest master
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishe
[
https://issues.apache.org/jira/browse/FLINK-5187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734180#comment-15734180
]
ASF GitHub Bot commented on FLINK-5187:
---
Github user wuchong commented on the issue:
Github user wuchong commented on the issue:
https://github.com/apache/flink/pull/2968
Hi @tonycox , thanks for your reviewing. I addressed some of your comments.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your pro
[
https://issues.apache.org/jira/browse/FLINK-5187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734112#comment-15734112
]
ASF GitHub Bot commented on FLINK-5187:
---
Github user wuchong commented on a diff in
[
https://issues.apache.org/jira/browse/FLINK-5187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734110#comment-15734110
]
ASF GitHub Bot commented on FLINK-5187:
---
Github user wuchong commented on a diff in
Github user wuchong commented on a diff in the pull request:
https://github.com/apache/flink/pull/2968#discussion_r91652189
--- Diff:
flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/RowComparator.java
---
@@ -0,0 +1,698 @@
+/*
+ * Licensed to the Apach
[
https://issues.apache.org/jira/browse/FLINK-5187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734111#comment-15734111
]
ASF GitHub Bot commented on FLINK-5187:
---
Github user wuchong commented on a diff in
Github user wuchong commented on a diff in the pull request:
https://github.com/apache/flink/pull/2968#discussion_r91652223
--- Diff:
flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/RowComparator.java
---
@@ -0,0 +1,698 @@
+/*
+ * Licensed to the Apach
Github user wuchong commented on a diff in the pull request:
https://github.com/apache/flink/pull/2968#discussion_r91652178
--- Diff:
flink-core/src/main/java/org/apache/flink/api/java/typeutils/RowTypeInfo.java
---
@@ -0,0 +1,176 @@
+/*
+ * Licensed to the Apache Software
Github user KurtYoung commented on a diff in the pull request:
https://github.com/apache/flink/pull/2961#discussion_r91641034
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/table.scala
---
@@ -881,24 +883,21 @@ class GroupWindowedTable(
*
[
https://issues.apache.org/jira/browse/FLINK-5266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733890#comment-15733890
]
ASF GitHub Bot commented on FLINK-5266:
---
Github user KurtYoung commented on a diff i
Ufuk Celebi created FLINK-5302:
--
Summary: Log failure cause at Execution
Key: FLINK-5302
URL: https://issues.apache.org/jira/browse/FLINK-5302
Project: Flink
Issue Type: Improvement
GitHub user uce opened a pull request:
https://github.com/apache/flink/pull/2975
[backport] [FLINK-5114] [network] Handle partition producer state check for
unregistered executions
Reverted some changes made in #2913 after a discussion with @StephanEwen
and decided to close the oth
[
https://issues.apache.org/jira/browse/FLINK-5114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733668#comment-15733668
]
ASF GitHub Bot commented on FLINK-5114:
---
GitHub user uce opened a pull request:
[
https://issues.apache.org/jira/browse/FLINK-5114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733664#comment-15733664
]
ASF GitHub Bot commented on FLINK-5114:
---
Github user uce closed the pull request at:
[
https://issues.apache.org/jira/browse/FLINK-5114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733663#comment-15733663
]
ASF GitHub Bot commented on FLINK-5114:
---
Github user uce commented on the issue:
Github user uce closed the pull request at:
https://github.com/apache/flink/pull/2913
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled
Github user uce commented on the issue:
https://github.com/apache/flink/pull/2913
Closing in favour of #2975.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes s
Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/2972#discussion_r91626592
--- Diff: docs/monitoring/metrics.md ---
@@ -335,6 +345,21 @@ Parameters:
- `ttl` - time-to-live for transmitted UDP packets
- `addressingMode` - UDP add
[
https://issues.apache.org/jira/browse/FLINK-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733650#comment-15733650
]
ASF GitHub Bot commented on FLINK-5211:
---
Github user uce commented on a diff in the
[
https://issues.apache.org/jira/browse/FLINK-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733563#comment-15733563
]
ASF GitHub Bot commented on FLINK-5211:
---
Github user zentol commented on a diff in t
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/2972#discussion_r91620174
--- Diff: docs/monitoring/metrics.md ---
@@ -335,6 +345,21 @@ Parameters:
- `ttl` - time-to-live for transmitted UDP packets
- `addressingMode` - UDP
[
https://issues.apache.org/jira/browse/FLINK-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733544#comment-15733544
]
ASF GitHub Bot commented on FLINK-2254:
---
Github user mushketyk commented on the issu
Github user mushketyk commented on a diff in the pull request:
https://github.com/apache/flink/pull/2564#discussion_r91618485
--- Diff:
flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/TestBaseUtils.java
---
@@ -480,16 +480,22 @@ protected static F
Github user mushketyk commented on the issue:
https://github.com/apache/flink/pull/2564
Hi @greghogan , I've fixed the PR according to your review.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not
[
https://issues.apache.org/jira/browse/FLINK-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733541#comment-15733541
]
ASF GitHub Bot commented on FLINK-2254:
---
Github user mushketyk commented on a diff i
[
https://issues.apache.org/jira/browse/FLINK-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733483#comment-15733483
]
ASF GitHub Bot commented on FLINK-2254:
---
Github user greghogan commented on a diff i
Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/2564#discussion_r91613888
--- Diff:
flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/TestBaseUtils.java
---
@@ -480,16 +480,22 @@ protected static F
[
https://issues.apache.org/jira/browse/FLINK-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733425#comment-15733425
]
ASF GitHub Bot commented on FLINK-2254:
---
Github user mushketyk commented on the issu
Github user mushketyk commented on the issue:
https://github.com/apache/flink/pull/2564
@vasia , @greghogan I've created a new package, moved new classes there and
update PR according to your latest comments.
Best regards,
Ivan.
---
If your project is set up for it, you
[
https://issues.apache.org/jira/browse/FLINK-5039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabian Hueske closed FLINK-5039.
Resolution: Fixed
Assignee: Robert Metzger
Fixed for 1.1.4 with 3ae6e9e09ba74f88fe87d1ac130b3c
[
https://issues.apache.org/jira/browse/FLINK-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabian Hueske updated FLINK-5288:
-
Labels: test-stability (was: )
> Flakey ConnectedComponentsITCase#testConnectedComponentsExample
[
https://issues.apache.org/jira/browse/FLINK-5280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Mushketyk reassigned FLINK-5280:
-
Assignee: Ivan Mushketyk
> Extend TableSource to support nested data
> --
[
https://issues.apache.org/jira/browse/FLINK-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733382#comment-15733382
]
ASF GitHub Bot commented on FLINK-5211:
---
Github user uce commented on the issue:
Github user uce commented on the issue:
https://github.com/apache/flink/pull/2972
Very good idea! This will definitely be helpful for users.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have th
[
https://issues.apache.org/jira/browse/FLINK-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabian Hueske resolved FLINK-3921.
--
Resolution: Implemented
Fix Version/s: 1.2.0
Implemented for 1.2.0 with f2186af6702c9fe48
[
https://issues.apache.org/jira/browse/FLINK-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabian Hueske closed FLINK-5226.
Resolution: Fixed
Fix Version/s: 1.2.0
Fixed for 1.2.0 with 677d0d9073952b6f4c745ac242ba41083
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/2060
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enab
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/2926
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enab
[
https://issues.apache.org/jira/browse/FLINK-5039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733311#comment-15733311
]
ASF GitHub Bot commented on FLINK-5039:
---
Github user asfgit closed the pull request
[
https://issues.apache.org/jira/browse/FLINK-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733312#comment-15733312
]
ASF GitHub Bot commented on FLINK-3921:
---
Github user asfgit closed the pull request
[
https://issues.apache.org/jira/browse/FLINK-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733310#comment-15733310
]
ASF GitHub Bot commented on FLINK-5226:
---
Github user asfgit closed the pull request
[
https://issues.apache.org/jira/browse/FLINK-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733313#comment-15733313
]
ASF GitHub Bot commented on FLINK-3921:
---
Github user asfgit closed the pull request
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/2953
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enab
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/2901
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enab
[
https://issues.apache.org/jira/browse/FLINK-5280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733296#comment-15733296
]
Fabian Hueske commented on FLINK-5280:
--
Sure, you can work on this [~ivan.mushketyk].
[
https://issues.apache.org/jira/browse/FLINK-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733284#comment-15733284
]
Vasia Kalavri commented on FLINK-1536:
--
The idea is what [~greghogan] describes. In a
[
https://issues.apache.org/jira/browse/FLINK-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733244#comment-15733244
]
ASF GitHub Bot commented on FLINK-2254:
---
Github user greghogan commented on the issu
Github user greghogan commented on the issue:
https://github.com/apache/flink/pull/2564
Yes, you are right, `bipartite`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled a
[
https://issues.apache.org/jira/browse/FLINK-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733224#comment-15733224
]
ASF GitHub Bot commented on FLINK-2254:
---
Github user vasia commented on the issue:
Github user vasia commented on the issue:
https://github.com/apache/flink/pull/2564
I would go for `org.apache.flink.graph.bipartite`. I think that
`bidirectional` simply suggests that each edge exists in both directions.
---
If your project is set up for it, you can reply to this em
[
https://issues.apache.org/jira/browse/FLINK-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733210#comment-15733210
]
ASF GitHub Bot commented on FLINK-2254:
---
Github user greghogan commented on the issu
Github user greghogan commented on the issue:
https://github.com/apache/flink/pull/2564
@mushketyk @vasia, thoughts on package naming? Should we create a new
`org.apache.flink.bigraph` package? Another option would be
`org.apache.flink.graph.bidirectional` which would suggest future p
[
https://issues.apache.org/jira/browse/FLINK-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733195#comment-15733195
]
Greg Hogan commented on FLINK-1536:
---
As I understand, these can be implemented as a {{Gr
[
https://issues.apache.org/jira/browse/FLINK-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733156#comment-15733156
]
ASF GitHub Bot commented on FLINK-2254:
---
Github user greghogan commented on a diff i
Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/2564#discussion_r91585475
--- Diff:
flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/TestBaseUtils.java
---
@@ -480,7 +480,8 @@ protected static Fil
[
https://issues.apache.org/jira/browse/FLINK-5298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733003#comment-15733003
]
ASF GitHub Bot commented on FLINK-5298:
---
GitHub user zentol opened a pull request:
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/2974
[FLINK-5298] TM checks that log file exists
This PR slightly modifies the `TaskManager#handleRequestTaskManagerLog`.
For one it verifies that the log file actually exists before opening it.
Second,
[
https://issues.apache.org/jira/browse/FLINK-5206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732997#comment-15732997
]
ASF GitHub Bot commented on FLINK-5206:
---
GitHub user zentol opened a pull request:
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/2973
[FLINK-5206] [py] Use random file names in tests
This PR modifies the python tests to use random file names.
You can merge this pull request into a Git repository by running:
$ git pull https://
[
https://issues.apache.org/jira/browse/FLINK-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732980#comment-15732980
]
ASF GitHub Bot commented on FLINK-5211:
---
GitHub user zentol opened a pull request:
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/2972
[FLINK-5211] [metrics] [docs] Include example reporter configuration
CC @tillrohrmann
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flin
[
https://issues.apache.org/jira/browse/FLINK-5298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-5298:
Component/s: Webfrontend
TaskManager
> TaskManager crashes when TM log not
[
https://issues.apache.org/jira/browse/FLINK-3902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ufuk Celebi closed FLINK-3902.
--
Resolution: Not A Bug
This is actually an artifact of the way we try to delete fiiles and how this
inte
[
https://issues.apache.org/jira/browse/FLINK-5300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732934#comment-15732934
]
ASF GitHub Bot commented on FLINK-5300:
---
GitHub user tillrohrmann opened a pull requ
GitHub user tillrohrmann opened a pull request:
https://github.com/apache/flink/pull/2971
[backport] [FLINK-5300] Add more gentle file deletion procedure
Backport of #2970 to the release-1.1 branch.
Before deleting a parent directory always check the directory whether it
co
[
https://issues.apache.org/jira/browse/FLINK-5298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-5298:
Affects Version/s: 1.2.0
1.1.0
> TaskManager crashes when TM log not
[
https://issues.apache.org/jira/browse/FLINK-5298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-5298:
Fix Version/s: 1.2.0
> TaskManager crashes when TM log not existant
> --
[
https://issues.apache.org/jira/browse/FLINK-5298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-5298:
Priority: Trivial (was: Major)
> TaskManager crashes when TM log not existant
> ---
GitHub user tillrohrmann opened a pull request:
https://github.com/apache/flink/pull/2970
[FLINK-5300] Add more gentle file deletion procedure
Before deleting a parent directory always check the directory whether it
contains some
files. If not, then try to delete the parent dire
[
https://issues.apache.org/jira/browse/FLINK-5300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732927#comment-15732927
]
ASF GitHub Bot commented on FLINK-5300:
---
GitHub user tillrohrmann opened a pull requ
[
https://issues.apache.org/jira/browse/FLINK-5298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler reassigned FLINK-5298:
---
Assignee: Chesnay Schepler
> TaskManager crashes when TM log not existant
> -
[
https://issues.apache.org/jira/browse/FLINK-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732925#comment-15732925
]
ASF GitHub Bot commented on FLINK-2821:
---
Github user mxm commented on the issue:
Github user mxm commented on the issue:
https://github.com/apache/flink/pull/2917
@StephanEwen I've updated the pull request to incorporate your suggestions.
When an IPv6 address is specified, we format it like in the current code base.
When a hostname is specified, we do some simple
[
https://issues.apache.org/jira/browse/FLINK-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732898#comment-15732898
]
Ivan Mushketyk edited comment on FLINK-1536 at 12/8/16 6:02 PM:
[
https://issues.apache.org/jira/browse/FLINK-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732898#comment-15732898
]
Ivan Mushketyk edited comment on FLINK-1536 at 12/8/16 6:01 PM:
[
https://issues.apache.org/jira/browse/FLINK-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732898#comment-15732898
]
Ivan Mushketyk commented on FLINK-1536:
---
Do I understand correctly that as the resul
[
https://issues.apache.org/jira/browse/FLINK-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732896#comment-15732896
]
ASF GitHub Bot commented on FLINK-3921:
---
Github user greghogan commented on the issu
Github user greghogan commented on the issue:
https://github.com/apache/flink/pull/2901
I'm not quite following but I think we have the same idea.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not h
[
https://issues.apache.org/jira/browse/FLINK-5300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann reassigned FLINK-5300:
Assignee: Till Rohrmann
> FileStateHandle#discard & FsCheckpointStateOutputStream#close tri
Mischa Krüger created FLINK-5301:
Summary: Can't upload job via Web UI when using a proxy
Key: FLINK-5301
URL: https://issues.apache.org/jira/browse/FLINK-5301
Project: Flink
Issue Type: Bug
[
https://issues.apache.org/jira/browse/FLINK-5280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732870#comment-15732870
]
Ivan Mushketyk commented on FLINK-5280:
---
If this is not urgent and nobody has starte
[
https://issues.apache.org/jira/browse/FLINK-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732859#comment-15732859
]
ASF GitHub Bot commented on FLINK-3921:
---
Github user fhueske commented on the issue:
Github user fhueske commented on the issue:
https://github.com/apache/flink/pull/2901
I thought, I'll merge the original commit and squash yours on top. OK?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project
[
https://issues.apache.org/jira/browse/FLINK-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732852#comment-15732852
]
ASF GitHub Bot commented on FLINK-3921:
---
Github user greghogan commented on the issu
Github user greghogan commented on the issue:
https://github.com/apache/flink/pull/2901
I had planned to squash these into the original commit (#2060), but
whatever you think is best.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitH
[
https://issues.apache.org/jira/browse/FLINK-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732843#comment-15732843
]
ASF GitHub Bot commented on FLINK-5226:
---
Github user fhueske commented on the issue:
1 - 100 of 259 matches
Mail list logo