Re: [VOTE] KIP-291: Have separate queues for control requests and data requests

2018-07-14 Thread Lucas Wang
Hi Jun, I agree by using the conditional variables, there is no need to add such a new config. Also thanks for approving this KIP. Lucas

Re: Requesting Permission To Create KIP And Assign JIRAs

2018-07-14 Thread Matthias J. Sax
Ah. Just saw that you included the info in the original email. I just double checked your wiki credentials are set correctly. You should be able to create a new wiki page. Maybe you need to re-login? -Matthias On 7/14/18 5:27 PM, Matthias J. Sax wrote: > What is your wiki ID? Note, that the wik

Re: Requesting Permission To Create KIP And Assign JIRAs

2018-07-14 Thread Matthias J. Sax
What is your wiki ID? Note, that the wiki and JIRA system are two independent accounts. -Matthias On 7/10/18 11:24 PM, Kevin Lu wrote: > Hi, > > I received access to assign JIRAs now, but I still cannot create KIPs. > > When I hover over the "Create KIP" button, it says I do not have permissio

Re: [VOTE] KIP-291: Have separate queues for control requests and data requests

2018-07-14 Thread Jun Rao
Hi, Lucas, For 3, it has an impact to "io.thread.poll.timeout.ms", which is part of the public interface. If we optimize the implication, it seems that there is no need for this new config. Other than that, the KIP looks good to me. Thanks, Jun On Thu, Jul 12, 2018 at 10:08 PM, Lucas Wang wrot

Re: Request permission to assign JIRA

2018-07-14 Thread Guozhang Wang
Hello, You can always create a new JIRA without any permissions, just go to https://issues.apache.org/jira/projects/KAFKA/summary and click "Create". Only need to be on the contribution permission list if you also want to be the assignee to work on any JIRAs. I've also added you to the contributo

Re: Contribution request

2018-07-14 Thread Guozhang Wang
Hello Jan, I've added you to contributor list. Cheers. Guozhang On Fri, Jul 13, 2018 at 12:29 PM, Jan Paulovcak wrote: > Greetings, > > I'd like to become a contributor for Apache Kafka project. Could you please > add me to the list of contributors in JIRA? My username is "jpact" > > Thanks i

[jira] [Resolved] (KAFKA-5447) AdminClient metrics

2018-07-14 Thread Yishun Guan (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yishun Guan resolved KAFKA-5447. Resolution: Fixed https://cwiki.apache.org/confluence/display/KAFKA/KIP-324%3A+Add+method+to+get+me

[jira] [Created] (KAFKA-7164) Follower should truncate after every leader epoch change

2018-07-14 Thread Jason Gustafson (JIRA)
Jason Gustafson created KAFKA-7164: -- Summary: Follower should truncate after every leader epoch change Key: KAFKA-7164 URL: https://issues.apache.org/jira/browse/KAFKA-7164 Project: Kafka Is

Re: KIP-327: Add describe all topics API to AdminClient

2018-07-14 Thread Manikumar
Hi Jason and Colin, Thanks for the feedback. I agree that having filtering support to the Metadata API would be useful and solves the scalability issues. But to implement specific use case of "describe all topics", regex support won't help. In any case user needs to call listTopics() to get topic

Re: [DISCUSS] KIP-110: Add Codec for ZStandard Compression (Updated)

2018-07-14 Thread Dongjin Lee
Sorry for the late reply. In short, I could not submit the updated KIP by the feature freeze deadline of 2.0.0. For this reason, it will not be included in the 2.0.0 release and all discussion for this issue were postponed after the release of 2.0.0. I have been updating the PR following recent u

Re: KIP-327: Add describe all topics API to AdminClient

2018-07-14 Thread Ted Yu
What if broker crashes before all the pages can be returned ? Cheers On Sat, Jul 14, 2018 at 1:07 AM Stephane Maarek < steph...@simplemachines.com.au> wrote: > Why not paginate ? Then one can retrieve as many topics as desired ? > > On Sat., 14 Jul. 2018, 4:15 pm Colin McCabe, wrote: > > > Good

Re: KIP-327: Add describe all topics API to AdminClient

2018-07-14 Thread Stephane Maarek
Why not paginate ? Then one can retrieve as many topics as desired ? On Sat., 14 Jul. 2018, 4:15 pm Colin McCabe, wrote: > Good point. We should probably have a maximum number of results like > 1000 or something. That can go in the request RPC as well... > Cheers, > Colin > > On Fri, Jul 13, 2

[jira] [Created] (KAFKA-7163) Topic is not marked for deletion when delete.topic.enable is set false

2018-07-14 Thread JieFang.He (JIRA)
JieFang.He created KAFKA-7163: - Summary: Topic is not marked for deletion when delete.topic.enable is set false Key: KAFKA-7163 URL: https://issues.apache.org/jira/browse/KAFKA-7163 Project: Kafka