[GitHub] flink pull request: Trivial WriteMode comment fix

2015-12-23 Thread jaoki
GitHub user jaoki opened a pull request: https://github.com/apache/flink/pull/1475 Trivial WriteMode comment fix WriteMode has 2 values NO_OVERWRITE and OVERWRITE but it refers CREATE in the javadoc. Probably old code. You can merge this pull request into a Git repository by ru

[GitHub] flink pull request: FLINK-1737: Kronecker product

2015-12-23 Thread daniel-pape
Github user daniel-pape commented on the pull request: https://github.com/apache/flink/pull/1078#issuecomment-166991692 Thanks for the comment @tillrohrmann. Just pushed the changes. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[jira] [Commented] (FLINK-1737) Add statistical whitening transformation to machine learning library

2015-12-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15070202#comment-15070202 ] ASF GitHub Bot commented on FLINK-1737: --- Github user daniel-pape commented on the pu

[jira] [Commented] (FLINK-3185) Silent failure during job graph recovery

2015-12-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15069817#comment-15069817 ] ASF GitHub Bot commented on FLINK-3185: --- Github user StephanEwen commented on the pu

[GitHub] flink pull request: [FLINK-3185] [runtime, tests] Log error on fai...

2015-12-23 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1472#issuecomment-166934978 +1, will merge this, address Till's comment --- 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 p

[jira] [Commented] (FLINK-3103) Remove synchronization in FsStateBackend#FsCheckpointStateOutputStream#close()

2015-12-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15069813#comment-15069813 ] ASF GitHub Bot commented on FLINK-3103: --- Github user StephanEwen commented on the pu

[GitHub] flink pull request: [FLINK-3103] Remove synchronization in FsState...

2015-12-23 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1474#issuecomment-166934557 As some context: The class does not lock on all calls that can modify the state of the buffers (such as every `write()` call, for performance), so the locking remove

[jira] [Commented] (FLINK-3190) Retry rate limits for DataStream API

2015-12-23 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15069684#comment-15069684 ] Ufuk Celebi commented on FLINK-3190: I agree that a fixed number of retries can be a l

[jira] [Created] (FLINK-3190) Retry rate limits for DataStream API

2015-12-23 Thread Sebastian Klemke (JIRA)
Sebastian Klemke created FLINK-3190: --- Summary: Retry rate limits for DataStream API Key: FLINK-3190 URL: https://issues.apache.org/jira/browse/FLINK-3190 Project: Flink Issue Type: Improvem