[jira] [Created] (FLINK-7742) Fix array access might be out of bounds

2017-09-29 Thread Hai Zhou UTC+8 (JIRA)
Hai Zhou UTC+8 created FLINK-7742: - Summary: Fix array access might be out of bounds Key: FLINK-7742 URL: https://issues.apache.org/jira/browse/FLINK-7742 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-7741) Fix NPE when throw new SlotNotFoundException

2017-09-29 Thread Hai Zhou UTC+8 (JIRA)
Hai Zhou UTC+8 created FLINK-7741: - Summary: Fix NPE when throw new SlotNotFoundException Key: FLINK-7741 URL: https://issues.apache.org/jira/browse/FLINK-7741 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-7740) Add parameter support in CassandraInputFormat

2017-09-29 Thread Bin Wang (JIRA)
Bin Wang created FLINK-7740: --- Summary: Add parameter support in CassandraInputFormat Key: FLINK-7740 URL: https://issues.apache.org/jira/browse/FLINK-7740 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-7739) Improve Kafka*ITCase tests stability

2017-09-29 Thread Piotr Nowojski (JIRA)
Piotr Nowojski created FLINK-7739: - Summary: Improve Kafka*ITCase tests stability Key: FLINK-7739 URL: https://issues.apache.org/jira/browse/FLINK-7739 Project: Flink Issue Type: Improvement

Re: Zookeeper failure handling

2017-09-29 Thread Gyula Fóra
Hi, I think Stephan's idea is good (not sure how small timeout is enough) if it's easy to add then we should definitely have this as an optional setting :) Otherwise if it's too big of an effort we could just stick with the plans for the proper solution as this is not super critical. Cheers, Gyul

Re: Zookeeper failure handling

2017-09-29 Thread Till Rohrmann
Yes this sounds like a good compromise for the moment. We could offer it as a special HighAvailabilityServices implementation with loosened split-brain safety guarantees but hardened connection suspension tolerance. Cheers, Till On Thu, Sep 28, 2017 at 8:00 PM, Stephan Ewen wrote: > Hi! > > Goo