[jira] [Created] (FLINK-9452) Flink 1.5 document version title shows snapshot

2018-05-27 Thread vinoyang (JIRA)
vinoyang created FLINK-9452: --- Summary: Flink 1.5 document version title shows snapshot Key: FLINK-9452 URL: https://issues.apache.org/jira/browse/FLINK-9452 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-9451) End-to-end test: Scala Quickstarts

2018-05-27 Thread Yazdan Shirvany (JIRA)
Yazdan Shirvany created FLINK-9451: -- Summary: End-to-end test: Scala Quickstarts Key: FLINK-9451 URL: https://issues.apache.org/jira/browse/FLINK-9451 Project: Flink Issue Type: Sub-task

[RESULT][VOTE] Enable GitBox integration (#2)

2018-05-27 Thread Chesnay Schepler
Sending again with proper subject. On 27.05.2018 11:58, Chesnay Schepler wrote: The vote time has passed. We have collected 12 +1 votes (5 binding) and no 0 or -1 votes.. +1 votes: Dawid (non-binding) Nico (non-binding) Ted (non-binding) Timo (binding) Thomas (non-binding) ALjoscha (binding)

Re: [PROPOSAL] Improving Flink’s timer management for large state

2018-05-27 Thread sihua zhou
I also +1 for this very good proposal! In general, the design is good, especially the part the related to the timer on Heap, but refer to the part of the timer on RocksDB, I think there may still exist some improvement that we can do, I just left the comments on the doc. Best, Sihua On

Re: [PROPOSAL] Improving Flink’s timer management for large state

2018-05-27 Thread Ted Yu
+1 Original message From: Bowen Li Date: 5/27/18 12:31 AM (GMT-08:00) To: dev@flink.apache.org Subject: Re: [PROPOSAL] Improving Flink’s timer management for large state +1 LGTM. RocksDB timer service is one of the most highly anticipated features from

Re: [Discuss] Proposing FLIP-25 - Support User State TTL Natively in Flink

2018-05-27 Thread sihua zhou
Hi Bowen, Thanks for your clarification, I agree that we should wait for the timer on RocksDB to be finished, after that we could even do some micro-benchmark before start implementing. Best, Sihua On 05/27/2018 15:07,Bowen Li wrote: Thank you Fabian and Sihua. I

Re: [PROPOSAL] Improving Flink’s timer management for large state

2018-05-27 Thread Bowen Li
+1 LGTM. RocksDB timer service is one of the most highly anticipated features from Flink users, and it's finally coming, officially. I also would love to see bringing timer more closely to state backend, for the sake of easier development and maintenance of code. On Fri, May 25, 2018 at 7:13 AM,

Re: [Discuss] Proposing FLIP-25 - Support User State TTL Natively in Flink

2018-05-27 Thread Bowen Li
Thank you Fabian and Sihua. I explained more in the doc itself and its comments. I believe the bottom line of v1 are 1) it shouldn't be worse than how users implement TTL themselves today, 2) we should develop a generic architecture for TTL for all (currently two) state backends (impl can vary),