[jira] [Created] (KAFKA-9593) Kafka config allows updating a nonexistent config and makes it mandatory to specify the config for further config updates

2020-02-21 Thread Aishwarya Gune (Jira)
Aishwarya Gune created KAFKA-9593: - Summary: Kafka config allows updating a nonexistent config and makes it mandatory to specify the config for further config updates Key: KAFKA-9593 URL: https

Re: [VOTE] KIP-461 Improve Replica Fetcher behavior at handling partition failure

2019-05-13 Thread Aishwarya Gune
Yeah, will keep in mind. Thank you Colin. On Mon, May 13, 2019 at 1:45 PM Colin McCabe wrote: > On Mon, May 13, 2019, at 11:49, Aishwarya Gune wrote: > > Thank you everyone for the discussion and voting for KIP-461 > > < > https://cwiki.apache.org/confluence/display/KA

Re: [VOTE] KIP-461 Improve Replica Fetcher behavior at handling partition failure

2019-05-13 Thread Aishwarya Gune
1 non-binding (Dhruvil) On Thu, May 9, 2019 at 10:53 AM Harsha Chintalapani wrote: > Thanks for the KIP. +1(binding) > > Thanks, > Harsha > On May 9, 2019, 9:58 AM -0700, Jun Rao , wrote: > > Hi, Aishwarya, > > > > Thanks for the KIP. +1 > > > > J

[jira] [Created] (KAFKA-8346) Improve replica fetcher behavior in handling partition failures

2019-05-09 Thread Aishwarya Gune (JIRA)
Aishwarya Gune created KAFKA-8346: - Summary: Improve replica fetcher behavior in handling partition failures Key: KAFKA-8346 URL: https://issues.apache.org/jira/browse/KAFKA-8346 Project: Kafka

[VOTE] KIP-461 Improve Replica Fetcher behavior at handling partition failure

2019-05-08 Thread Aishwarya Gune
Hi All! I would like to call for a vote on KIP-461 that would improve the behavior of replica fetcher in case of partition failure. The fetcher thread would just stop monitoring the crashed partition instead of terminating. Here's a link to the KIP - https://cwiki.apache.org/confluence/display/KA

Re: [DISCUSS] KIP-461 - Improving replica fetcher behavior in case of partition failures

2019-05-08 Thread Aishwarya Gune
Just one minor comment. If a replica > is deleted on a broker (through a StopReplicaRequest) while it's in the > failed partition set, should we exclude that partition from the set and > the FailedPartitionsCount? > > Jun > > On Mon, May 6, 2019 at 1:21 PM Aishwarya Gune >

Re: [DISCUSS] KIP-461 - Improving replica fetcher behavior in case of partition failures

2019-05-07 Thread Aishwarya Gune
e not per-partition, > like authentication exceptions. How will those behave? > > best, > Colin > > On Mon, May 6, 2019, at 13:21, Aishwarya Gune wrote: > > Hey All! > > > > I have created a KIP to improve the behavior of replica fetcher when > > partition

[DISCUSS] KIP-461 - Improving replica fetcher behavior in case of partition failures

2019-05-06 Thread Aishwarya Gune
Hey All! I have created a KIP to improve the behavior of replica fetcher when partition failure occurs. Please do have a look at it and let me know what you think. KIP 461 - https://cwiki.apache.org/confluence/display/KAFKA/KIP-461+-+Improve+Replica+Fetcher+behavior+at+handling+partition+failure