Request permissions to contribute to kafka

2022-10-09 Thread Vinoth
Jira ID : Vinoth96 Regards, Vinoth

A query on log truncation.

2023-01-15 Thread Vinoth
d from kafka but rather be placed differently at a different offset. Regards, Vinoth

Re: A query on log truncation.

2023-03-06 Thread Vinoth
based on kip-320 which mentions committed data might be lost when unclean leader election is enabled. Regards, Vinoth On Mon, 16 Jan 2023 at 10:37, Luke Chen wrote: > Hi Vinoth, > > I'm wondering what's the use case or pain point you're trying to resolve? > Like y

Add to the contributor list

2019-08-02 Thread Vinoth Chandar
I am interested in picking up KAFKA-7149 Can I be added to the list? My jira id : vinoth

Re: [VOTE] KIP-441: Smooth Scaling Out for Kafka Streams

2019-09-11 Thread Vinoth Chandar
+1 (non-binding). On Fri, Sep 6, 2019 at 12:46 AM Bruno Cadonna wrote: > +1 (non-binding) > > On Fri, Sep 6, 2019 at 12:32 AM Guozhang Wang wrote: > > > > +1 (binding). > > > > On Thu, Sep 5, 2019 at 2:47 PM John Roesler wrote: > > > > > Hello, all, > > > > > > After a great discussion, I'd li

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-14 Thread Vinoth Chandar
introduce a configuration to control this. Some users may prefer errors to stale data. Can we also add it to the KIP? Thanks Vinoth On Sun, Oct 13, 2019 at 3:31 PM Navinder Brar wrote: > Hi, > Starting a discussion on the KIP to Allow state stores to serve stale > reads during rebalance

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-15 Thread Vinoth Chandar
by reads provides best semantics. Just my 2c. Would love to see what others think as well. On Tue, Oct 15, 2019 at 5:34 AM Navinder Brar wrote: > Hi Vinoth, > Thanks for the feedback. > Can we link the JIRA, discussion thread also to the KIP.>> Added. > Based on the discussion o

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-16 Thread Vinoth Chandar
thoughts. Can we also work this into the KIP? I already implemented A to unblock myself for now. Seems feasible to do. On Tue, Oct 15, 2019 at 12:21 PM Vinoth Chandar wrote: > >>I get your point. But suppose there is a replica which has just become > active, so in that case replica w

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-17 Thread Vinoth Chandar
w StreamsConfig is good enough? On Wed, Oct 16, 2019 at 8:31 PM Navinder Brar wrote: > @Vinoth, I have incorporated a few of the discussions we have had in the > KIP. > > In the current code, t0 and t1 serve queries from Active(Running) > partition. For case t2, we are planning to r

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-21 Thread Vinoth Chandar
g > > to use lag information, is that the cluster would only become aware of > > new lag information during rebalances. Even in the full expression of > > KIP-441, this information would stop being propagated when the cluster > > achieves a balanced task distribution. There wa

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-23 Thread Vinoth Chandar
t `KafkaStreams#state()` method only returns a handle to > >> stores of active(processing) tasks. How can a user actually get a handle > >> to an store of an active(restoring) or standby task for querying? Seems > >> we should add a new method to get standby handles? Ch

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-24 Thread Vinoth Chandar
e keep the Metadata API / Assignment,Subscription / and Heartbeat as > slim as possible. > > Side note: I do think that some time soon, we'll have to add a library > for IQ server/clients. I think that this logic will start to get > pretty complex. > > I hope this thinking

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-25 Thread Vinoth Chandar
>- There is no need to add new StreamsConfig for implementing this KIP > > > >- We will add standbyPartitionsByHost in AssignmentInfo and > > StreamsMetadataState which would change the existing rebuildMetadata() > and > > setPartitionsByHostState() > > > > >

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-31 Thread Vinoth Chandar
t; separate functions. We already have one which returns streamsMetadata for > active tasks, and now we can add another one for standbys. > > > > On Saturday, 26 October, 2019, 03:55:16 am IST, Vinoth Chandar < > vchan...@confluent.io> wrote: > > +1 to Sophie'

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-31 Thread Vinoth Chandar
ed. > > 4. Can we avoid adding the new "lag refresh" config? The lags would > necessarily be approximate anyway, so adding the config seems to > increase the operational complexity of the system for little actual > benefit. > > Thanks for the pseudocode, by the way, it

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-11-04 Thread Vinoth Chandar
r > > wrote: > > > > > > Thanks John for going through this. > > > > > >- +1, makes sense > > >- +1, no issues there > > >- Yeah the initial patch I had submitted for K-7149( > > https://github.com/apache/kafka/pull/

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-11-04 Thread Vinoth Chandar
ing, we should be able to convert any taskId > to any > partitions. > > On Mon, Nov 4, 2019 at 11:17 AM John Roesler wrote: > > > Hey Vinoth, thanks for the reply! > > > > 3. > > I get that it's not the main focus of this KIP, but if it's ok, it &

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-11-05 Thread Vinoth Chandar
Ping :) Any thoughts? On Mon, Nov 4, 2019 at 5:13 PM Vinoth Chandar wrote: > >> I'm having some trouble wrapping my head around what race conditions > might occur, other than the fundamentally broken state in which different > instances are running totally different to

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-11-06 Thread Vinoth Chandar
e don't need it (a user might not use IQ > to begin with), it might be worth to maintain an internal flag > `updateTimeLagEnabled` that is set to `false` initially and only set to > `true` on the first call of a user to get standby-metadata. > > > -Matthias > > > > On 11/4

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-11-12 Thread Vinoth Chandar
ation.” If we > add > > partition number in this, it doesn’t stay metadata for an instance, > because > > now it is storing the partition information for a key being queried. So, > > having “KeyQueryMetadata” simplifies this as now it contains all the > > metada

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-11-14 Thread Vinoth Chandar
reasonings I was laying out. +1 on revisiting rejected alternatives. Please make the follow up changes On Wed, Nov 13, 2019 at 9:12 PM Matthias J. Sax wrote: > Thanks for the summary Vinoth! > > I buy the overall argument. Couple of clarification questions: > > > 10. Why do

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-11-14 Thread Vinoth Chandar
do you agree? We can then begin the vote. On Thu, Nov 14, 2019 at 9:03 AM Navinder Brar wrote: > I agree with Vinoth and John on having "allLocalStoreOffsetLags()", all > actives don't have 0 lag, as during restoring state the active might have > some lag and one of the

Testing Kafka on laptop

2022-09-20 Thread vinoth rajagopalan
I want know if I can run the bench mark tests for kafka on a single laptop. If not is there anything available for open source contributors to run thier tests that is provided by the apache software foundation Regards, Vinoth

Re: [VOTE] KIP-535: Allow state stores to serve stale reads during rebalance

2019-11-18 Thread Vinoth Chandar
t; > With 4 binding +1 votes from Guozhang Wang, Matthias J. Sax, Bill Bejeck, > > and John Roesler, the vote passes. > > Thanks Guozhang, Matthias, Bill, John, Sophie for the healthy > discussions and Vinoth for all the help on this KIP. > > Best, > > Navinder >

Re: [DISCUSS]KIP-216: IQ should throw different exceptions for different errors

2020-01-09 Thread Vinoth Chandar
+1 on merging `StreamsNotRunningException` and `StateStoreNotAvailableException`, both exceptions are fatal anyway. IMO its best to have these exceptions be about the state store (and not streams state), to easier understanding. Additionally, KIP-535 allows for querying of state stores in reba

Re: [DISCUSS]KIP-216: IQ should throw different exceptions for different errors

2020-01-10 Thread Vinoth Chandar
y > want to query stall state during recovery or not). > > It's unclear to me though atm, how a user would opt-in/opt-out and what > the default should be (maybe better to throw the exception by default to > have strong consistency guarantees by default?) > > > -

Re: [DISCUSS] : KIP-562: Allow fetching a key from a single partition rather than iterating over all the stores on an instance

2020-01-21 Thread Vinoth Chandar
Chiming in a bit late here.. +1 This is a very valid improvement. Avoiding doing gets on irrelevant partitions will improve performance and efficiency for IQs. As an incremental improvement to the current APIs, adding an option to filter out based on partitions makes sense On Mon, Jan 20,

[jira] [Resolved] (KAFKA-10657) Incorporate Envelope into auto-generated JSON schema

2023-03-09 Thread Vinoth (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinoth resolved KAFKA-10657. Resolution: Resolved Has been fixed in https://issues.apache.org/jira/browse/KAFKA-10525 > Incorpor

[jira] [Created] (KAFKA-7820) distinct count kafka streams api

2019-01-14 Thread Vinoth Rajasekar (JIRA)
Vinoth Rajasekar created KAFKA-7820: --- Summary: distinct count kafka streams api Key: KAFKA-7820 URL: https://issues.apache.org/jira/browse/KAFKA-7820 Project: Kafka Issue Type: New Feature

[jira] [Created] (KAFKA-8799) Support ability to pass global user data to consumers during Assignment

2019-08-13 Thread Vinoth Chandar (JIRA)
Vinoth Chandar created KAFKA-8799: - Summary: Support ability to pass global user data to consumers during Assignment Key: KAFKA-8799 URL: https://issues.apache.org/jira/browse/KAFKA-8799 Project

[jira] [Created] (KAFKA-8810) Add mechanism to detect topology mismatch between streams instances

2019-08-16 Thread Vinoth Chandar (JIRA)
Vinoth Chandar created KAFKA-8810: - Summary: Add mechanism to detect topology mismatch between streams instances Key: KAFKA-8810 URL: https://issues.apache.org/jira/browse/KAFKA-8810 Project: Kafka

[jira] [Resolved] (KAFKA-8831) Joining a new instance sometimes does not cause rebalancing

2019-08-26 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinoth Chandar resolved KAFKA-8831. --- Resolution: Not A Problem I will think about better logging and put up a patch. Closing this

[jira] [Created] (KAFKA-8839) Improve logging in Kafka Streams around debugging task lifecycle

2019-08-27 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-8839: - Summary: Improve logging in Kafka Streams around debugging task lifecycle Key: KAFKA-8839 URL: https://issues.apache.org/jira/browse/KAFKA-8839 Project: Kafka

[jira] [Created] (KAFKA-8870) Prevent dirty reads of Streams state store from Interactive queries

2019-09-04 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-8870: - Summary: Prevent dirty reads of Streams state store from Interactive queries Key: KAFKA-8870 URL: https://issues.apache.org/jira/browse/KAFKA-8870 Project: Kafka

[jira] [Created] (KAFKA-8913) Document topic based configs & ISR settings for Streams apps

2019-09-16 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-8913: - Summary: Document topic based configs & ISR settings for Streams apps Key: KAFKA-8913 URL: https://issues.apache.org/jira/browse/KAFKA-8913 Project: K

[jira] [Resolved] (KAFKA-8913) Document topic based configs & ISR settings for Streams apps

2019-09-18 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinoth Chandar resolved KAFKA-8913. --- Resolution: Fixed > Document topic based configs & ISR settings for Strea

[jira] [Resolved] (KAFKA-8839) Improve logging in Kafka Streams around debugging task lifecycle

2019-10-07 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinoth Chandar resolved KAFKA-8839. --- Resolution: Fixed Closing since the PR has been merged > Improve logging in Kafka Stre

[jira] [Created] (KAFKA-8994) Streams should expose standby replication information & allow stale reads of state store

2019-10-07 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-8994: - Summary: Streams should expose standby replication information & allow stale reads of state store Key: KAFKA-8994 URL: https://issues.apache.org/jira/browse/KAFKA-

[jira] [Resolved] (KAFKA-8994) Streams should expose standby replication information & allow stale reads of state store

2019-10-18 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinoth Chandar resolved KAFKA-8994. --- Resolution: Fixed > Streams should expose standby replication information & allo

[jira] [Reopened] (KAFKA-8994) Streams should expose standby replication information & allow stale reads of state store

2019-10-18 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinoth Chandar reopened KAFKA-8994: --- > Streams should expose standby replication information & allow stale reads of > s

[jira] [Resolved] (KAFKA-8994) Streams should expose standby replication information & allow stale reads of state store

2019-10-18 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinoth Chandar resolved KAFKA-8994. --- Resolution: Duplicate > Streams should expose standby replication information & allo

[jira] [Created] (KAFKA-10131) Minimize use of --zookeeper flag in ducktape tests

2020-06-09 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-10131: -- Summary: Minimize use of --zookeeper flag in ducktape tests Key: KAFKA-10131 URL: https://issues.apache.org/jira/browse/KAFKA-10131 Project: Kafka Issue

[jira] [Created] (KAFKA-10138) Prefer --bootstrap-server for reassign_partitions command in ducktape tests

2020-06-10 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-10138: -- Summary: Prefer --bootstrap-server for reassign_partitions command in ducktape tests Key: KAFKA-10138 URL: https://issues.apache.org/jira/browse/KAFKA-10138

[jira] [Created] (KAFKA-10174) Prefer --bootstrap-server ducktape tests using kafka_configs.sh

2020-06-16 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-10174: -- Summary: Prefer --bootstrap-server ducktape tests using kafka_configs.sh Key: KAFKA-10174 URL: https://issues.apache.org/jira/browse/KAFKA-10174 Project: Kafka

[jira] [Resolved] (KAFKA-10138) Prefer --bootstrap-server for reassign_partitions command in ducktape tests

2020-06-22 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinoth Chandar resolved KAFKA-10138. Resolution: Fixed > Prefer --bootstrap-server for reassign_partitions command in duckt

[jira] [Created] (KAFKA-10213) Prefer --bootstrap-server in ducktape tests for Kafka clients

2020-06-29 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-10213: -- Summary: Prefer --bootstrap-server in ducktape tests for Kafka clients Key: KAFKA-10213 URL: https://issues.apache.org/jira/browse/KAFKA-10213 Project: Kafka

[jira] [Created] (KAFKA-10258) Get rid of use_zk_connection flag in kafka.py public methods

2020-07-09 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-10258: -- Summary: Get rid of use_zk_connection flag in kafka.py public methods Key: KAFKA-10258 URL: https://issues.apache.org/jira/browse/KAFKA-10258 Project: Kafka

[jira] [Created] (KAFKA-10071) TopicCommand tool should make more efficient metadata calls to Kafka Servers

2020-05-29 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-10071: -- Summary: TopicCommand tool should make more efficient metadata calls to Kafka Servers Key: KAFKA-10071 URL: https://issues.apache.org/jira/browse/KAFKA-10071

[jira] [Created] (KAFKA-9428) Expose standby information in KafkaStreams via queryMetadataForKey API

2020-01-14 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-9428: - Summary: Expose standby information in KafkaStreams via queryMetadataForKey API Key: KAFKA-9428 URL: https://issues.apache.org/jira/browse/KAFKA-9428 Project

[jira] [Created] (KAFKA-9429) Allow ability to control whether stale reads out of state stores are desirable

2020-01-14 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-9429: - Summary: Allow ability to control whether stale reads out of state stores are desirable Key: KAFKA-9429 URL: https://issues.apache.org/jira/browse/KAFKA-9429

[jira] [Created] (KAFKA-9430) Tighten up lag estimates when source topic optimization is on

2020-01-14 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-9430: - Summary: Tighten up lag estimates when source topic optimization is on Key: KAFKA-9430 URL: https://issues.apache.org/jira/browse/KAFKA-9430 Project: Kafka

[jira] [Created] (KAFKA-9431) Expose API in KafkaStreams to fetch all local offset lags

2020-01-14 Thread Vinoth Chandar (Jira)
Vinoth Chandar created KAFKA-9431: - Summary: Expose API in KafkaStreams to fetch all local offset lags Key: KAFKA-9431 URL: https://issues.apache.org/jira/browse/KAFKA-9431 Project: Kafka

[jira] [Resolved] (KAFKA-9512) Flaky Test LagFetchIntegrationTest.shouldFetchLagsDuringRestoration

2020-02-18 Thread Vinoth Chandar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinoth Chandar resolved KAFKA-9512. --- Resolution: Fixed Closing since the PR is now landed > Flaky T

[jira] [Created] (KAFKA-14778) Kafka Streams 2.7.1 to 3.3.1 rolling upgrade with static membership triggers a rebalance

2023-03-06 Thread Vinoth Rengarajan (Jira)
Vinoth Rengarajan created KAFKA-14778: - Summary: Kafka Streams 2.7.1 to 3.3.1 rolling upgrade with static membership triggers a rebalance Key: KAFKA-14778 URL: https://issues.apache.org/jira/browse/KAFKA

[jira] [Commented] (KAFKA-4273) Streams DSL - Add TTL / retention period support for intermediate topics and state stores

2017-05-09 Thread Vinoth Rajasekar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16002747#comment-16002747 ] Vinoth Rajasekar commented on KAFKA-4273: - we have a use case where we need t

[jira] [Created] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-09-24 Thread Vinoth Chandar (JIRA)
Vinoth Chandar created KAFKA-2580: - Summary: Kafka Broker keeps file handles open for all log files (even if its not written to/read from) Key: KAFKA-2580 URL: https://issues.apache.org/jira/browse/KAFKA-2580

[jira] [Commented] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-09-25 Thread Vinoth Chandar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14908298#comment-14908298 ] Vinoth Chandar commented on KAFKA-2580: --- More context on how we determined

[jira] [Commented] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-09-25 Thread Vinoth Chandar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14908910#comment-14908910 ] Vinoth Chandar commented on KAFKA-2580: --- Thanks for jumping in [~guozhang]

[jira] [Commented] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-10-02 Thread Vinoth Chandar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941910#comment-14941910 ] Vinoth Chandar commented on KAFKA-2580: --- A LRU file handle is something

[jira] [Commented] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-10-19 Thread Vinoth Chandar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963574#comment-14963574 ] Vinoth Chandar commented on KAFKA-2580: --- [~jjkoshy] Good point. if I unders

[jira] [Commented] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-10-31 Thread Vinoth Chandar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14984243#comment-14984243 ] Vinoth Chandar commented on KAFKA-2580: --- Based on this, looks like we can c

[jira] [Commented] (KAFKA-2580) Kafka Broker keeps file handles open for all log files (even if its not written to/read from)

2015-11-02 Thread Vinoth Chandar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14985707#comment-14985707 ] Vinoth Chandar commented on KAFKA-2580: --- [~jkreps] ah ok. point taken :) >