Re: [DISCUSS] KIP-1044: A proposal to change idempotent producer -- server implementation

2024-05-21 Thread Justine Olshan
snapshot is significantly reduced. > Significantly >reducing the window where PIDs can be lost. >4. Throttling and other changes you wish to make to the cache are still > possible. > > > On Mon, May 20, 2024 at 7:32 PM Justine Olshan > > wrote: > > > M

Re: [DISCUSS] KIP-1044: A proposal to change idempotent producer -- server implementation

2024-05-17 Thread Justine Olshan
he idea that we can store the hot PIDs in > memory using an LRU and write data to storage so that we can quickly find > things not in the cache is not new. It has been proven. > > I am arguing that we should not throw away state data because we are > running out of memory. We should persis

Re: [DISCUSS] KIP-1044: A proposal to change idempotent producer -- server implementation

2024-05-20 Thread Justine Olshan
moment? > > > On 20 May 2024, at 18:00, Justine Olshan > wrote: > > > > I would say I have first hand knowledge of this issue as someone who > > responds to such incidents as part of my work at Confluent over the past > > couple years. :) > > > >>

Re: [DISCUSS] KIP-1044: A proposal to change idempotent producer -- server implementation

2024-05-20 Thread Justine Olshan
things. You still have the cache, the point is that it > really is a cache, there is storage behind it. Let the cache be a cache, > let the snapshots be the storage backing behind the cache. > > On Fri, May 17, 2024 at 5:26 PM Justine Olshan > > wrote: > > > Respectfully, I d

Re: [DISCUSS] Apache Kafka 3.8.0 release

2024-05-30 Thread Justine Olshan
> > > > > - KIP freeze is on May 15th (this is in a > little > > > > less > > > > > > >>>> than 2 > > > > > > >>>> > >>> weeks) > > > > > > >>>> > >>

Re: [VOTE] 3.6.2 RC2

2024-04-04 Thread Justine Olshan
will remove the "-SNAPSHOT" suffix while updating the website docs. we > > may need to automate this in the release script. > > > > > > [1] https://github.com/apache/kafka/blob/3.6/docs/documentation.html#L36 > > [2] https://github.com/apache/kafka/blob/3.5/docs

Re: Request permission to Create KIP

2024-06-05 Thread Justine Olshan
Hi Eric, You should be all set to create a KIP. Let me know if you have any issues! Justine On Wed, Jun 5, 2024 at 7:18 AM Erick Morty wrote: > Hi, > > I would like to request permissions to access my apache account to create a > KIP. I have joined my account information below: > JIRA:

Re: Request for Authorization to Create KIP

2024-06-05 Thread Justine Olshan
Hey there Johnny, I tried to give you permissions but I'm not seeing the wiki ID. Not sure if there is some delay, or if the ID is wrong. I can check back later. Justine On Wed, Jun 5, 2024 at 7:40 AM ChengHan Hsu wrote: > Hi Matthias, > > I would like to request for an account for creating

Re: Request permission to contribute to Apache Kafka

2024-06-05 Thread Justine Olshan
Hey Matt, You should be set up to create a KIP. Let me know if there are any issues! Justine On Wed, Jun 5, 2024 at 11:08 AM Welch, Matt wrote: > Hi Kafka devs, > > I'd like to request permission to contribute to Apache Kafka for a new KIP. > > My Wiki ID is: mattw4 > My JIRA ID is: mattw4 >

Re: [DISCUSS] Apache Kafka 3.7.1 release

2024-06-03 Thread Justine Olshan
Hey Igor, Any updates here? Thanks, Justine On Thu, May 16, 2024 at 8:30 AM Justine Olshan wrote: > Hi Igor, > > +1 from me. Thanks for taking on the release. > > Justine > > On Thu, May 16, 2024 at 12:40 AM Chia-Ping Tsai > wrote: > >> +1 >> >>

Re: [DISCUSS] Apache Kafka 3.7.1 release

2024-06-04 Thread Justine Olshan
Hi Igor, No worries! I'm glad things are getting fixed! That's most important! And thanks for the release plan! Justine On Tue, Jun 4, 2024 at 7:01 AM Igor Soarez wrote: > Hi Justine, > > I'm sorry this release is delayed. A few new blockers have come up and > we're working through them. > >

Re: [DISCUSS] Apache Kafka 3.8.0 release

2024-05-31 Thread Justine Olshan
; honoring the static unclean.leader.election = true configuration. > > I think we still need to include this in v3.8.0, to honor the static > unclean.leader.election = true configuration. > > Thanks. > Luke > > > > On Fri, May 31, 2024 at 1:55 AM Justine Olshan >

Re: [DISCUSS] Apache Kafka 3.8.0 release

2024-06-13 Thread Justine Olshan
Hey Sophie, Thanks for bringing this up, since I was also lacking clarity here. One thing to note is that such a proposal (parallel development) was discussed as part of KIP-1012 and it was rejected https://cwiki.apache.org/confluence/display/KAFKA/KIP-1012%3A+The+need+for+a+Kafka+3.8.x+release

Re: [VOTE] 3.7.1 RC1

2024-06-14 Thread Justine Olshan
Looks like the previous cherrypick of Edoardo's feature broke the build. I have a fix coming shortly. I may also want to look at the system tests again. Justine On Fri, Jun 14, 2024 at 6:06 AM Luke Chen wrote: > Hi all, > > After running system tests, here are failing tests: > > 1.

Re: [VOTE] 3.7.1 RC1

2024-06-14 Thread Justine Olshan
The PR to fix is: https://github.com/apache/kafka/pull/16342/files On Fri, Jun 14, 2024 at 8:02 AM Justine Olshan wrote: > Looks like the previous cherrypick of Edoardo's feature broke the build. I > have a fix coming shortly. > > I may also want to look at the system tests again.

Re: [VOTE] 3.7.1 RC1

2024-06-14 Thread Justine Olshan
The import fix is in. (As well as the integration tag) I did notice a large number of failing tests on the PR build though. Not sure if some of these were fixed in trunk and if we want to pick up those fixes. Justine On Fri, Jun 14, 2024 at 6:19 PM Matthias J. Sax wrote: > Replied on

Re: [DISCUSS] KIP-1038: Add Custom Error Handler to Producer

2024-06-17 Thread Justine Olshan
>> > >>>>> KIP updates and addressing concerns: > >>>>> > >>>>> > >>>>> 1) The KIP now suggests two Response types: `RetryableResponse` and > >>>>> `NonRetryableResponse` > >>>>> > >>

Re: [DISCUSS] Apache Kafka 3.8.0 release

2024-06-12 Thread Justine Olshan
I'm just going to echo what Luke said. KIP-966 is definitely delayed to the next release and we only need the unclean leadership election PR he shared. Thanks, Justine On Wed, Jun 12, 2024 at 9:33 AM Calvin Liu wrote: > Hi Josep > Due to the limit of the review resources, KIP-966 may have to

Re: [VOTE] KIP-1022 Formatting and Updating Features

2024-06-21 Thread Justine Olshan
supported in AK 3.9 and above. AK 3.8 will > ship with ApiVersionsRequest v3 just as today. > > thanks, > Colin > > > On Mon, Apr 15, 2024, at 11:01, Justine Olshan wrote: > > Hey folks, > > > > Thanks everyone! I will go ahead and call it. > > The KIP p

Re: [VOTE] KIP-1022 Formatting and Updating Features

2024-06-21 Thread Justine Olshan
aving out the feature > should be OK for older clients (it will be the case with clients old enough > to send a v0, v1, or v2 ApiVersionsRequest anyway) > > best, > Colin > > On Fri, Jun 21, 2024, at 16:46, Justine Olshan wrote: > > Thanks Colin, > > > > Thi

Re: [DISCUSS] Apache Kafka 3.8.0 release

2024-06-20 Thread Justine Olshan
Sorry to derail this conversation, but just wanted to share we have a system test blocker with https://issues.apache.org/jira/browse/KAFKA-16990. Hopefully we can fix this in the next day or so. Justine On Mon, Jun 17, 2024 at 12:19 PM David Jacot wrote: > I meant it from a time perspective,

Re: [DISCUSS] KIP-1059: Enable the Producer flush() method to clear the latest send() error

2024-06-20 Thread Justine Olshan
I'm a bit late to the party, but the discussion here looks reasonable. Moving the logic to a transactional method makes sense to me and makes me feel a bit better about keeping the complexity in the methods relevant to the issue. > One minor concern is that if we set "ignore send errors" (or

Re: [VOTE] KIP-1022 Formatting and Updating Features

2024-06-24 Thread Justine Olshan
t; Thanks for the update Colin. The changes make sense to me. > > > > Are you planning to update the KIP to reflect this new RPC version? It > > would be good to document the semantics explained above in the KIP. > > > > Thanks! > > > > On Fri, Jun 21, 2024 at 8:22 PM

Re: [DISCUSS] KIP-1059: Enable the Producer flush() method to clear the latest send() error

2024-06-24 Thread Justine Olshan
; this case (client-side record-too-large exception), the error is > >>>>>> actually > >>>>>>>>> noticed by the producer before send() returns, so it should be > >>>>>> possible to > >>>>>>>>&g

[jira] [Created] (KAFKA-8601) Producer Improvement: Sticky Partitioner

2019-06-25 Thread Justine Olshan (JIRA)
Justine Olshan created KAFKA-8601: - Summary: Producer Improvement: Sticky Partitioner Key: KAFKA-8601 URL: https://issues.apache.org/jira/browse/KAFKA-8601 Project: Kafka Issue Type

[jira] [Created] (KAFKA-8657) Automatic Topic Creation on Producer

2019-07-11 Thread Justine Olshan (JIRA)
Justine Olshan created KAFKA-8657: - Summary: Automatic Topic Creation on Producer Key: KAFKA-8657 URL: https://issues.apache.org/jira/browse/KAFKA-8657 Project: Kafka Issue Type: Improvement

[jira] [Resolved] (KAFKA-8601) Producer Improvement: Sticky Partitioner

2019-08-24 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-8601. --- Resolution: Fixed > Producer Improvement: Sticky Partitio

[jira] [Created] (KAFKA-10618) Add UUID class, use in protocols

2020-10-19 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10618: -- Summary: Add UUID class, use in protocols Key: KAFKA-10618 URL: https://issues.apache.org/jira/browse/KAFKA-10618 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-10580) Add topic ID support to Fetch request

2020-10-06 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10580: -- Summary: Add topic ID support to Fetch request Key: KAFKA-10580 URL: https://issues.apache.org/jira/browse/KAFKA-10580 Project: Kafka Issue Type: Sub

[jira] [Created] (KAFKA-10545) Create Topic IDs and Propagate to Brokers

2020-09-29 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10545: -- Summary: Create Topic IDs and Propagate to Brokers Key: KAFKA-10545 URL: https://issues.apache.org/jira/browse/KAFKA-10545 Project: Kafka Issue Type

[jira] [Created] (KAFKA-10547) Add topic IDs to MetadataResponse, UpdateMetadata, and Fetch

2020-09-29 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10547: -- Summary: Add topic IDs to MetadataResponse, UpdateMetadata, and Fetch Key: KAFKA-10547 URL: https://issues.apache.org/jira/browse/KAFKA-10547 Project: Kafka

[jira] [Created] (KAFKA-10548) Implement Type field and logic for LeaderAndIsrRequests

2020-09-29 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10548: -- Summary: Implement Type field and logic for LeaderAndIsrRequests Key: KAFKA-10548 URL: https://issues.apache.org/jira/browse/KAFKA-10548 Project: Kafka

[jira] [Created] (KAFKA-10550) Update kafka-topics.sh to support Topic IDs

2020-09-29 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10550: -- Summary: Update kafka-topics.sh to support Topic IDs Key: KAFKA-10550 URL: https://issues.apache.org/jira/browse/KAFKA-10550 Project: Kafka Issue Type

[jira] [Created] (KAFKA-10549) Add topic ID support to DeleteTopics,ListOffsets, OffsetForLeaders, StopReplica

2020-09-29 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10549: -- Summary: Add topic ID support to DeleteTopics,ListOffsets, OffsetForLeaders, StopReplica Key: KAFKA-10549 URL: https://issues.apache.org/jira/browse/KAFKA-10549

[jira] [Created] (KAFKA-10553) Track handling of topic deletion during reassignment

2020-09-29 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10553: -- Summary: Track handling of topic deletion during reassignment Key: KAFKA-10553 URL: https://issues.apache.org/jira/browse/KAFKA-10553 Project: Kafka

[jira] [Created] (KAFKA-10552) Update directory structure to use topic IDs

2020-09-29 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10552: -- Summary: Update directory structure to use topic IDs Key: KAFKA-10552 URL: https://issues.apache.org/jira/browse/KAFKA-10552 Project: Kafka Issue Type

[jira] [Created] (KAFKA-10551) Support topic IDs in Produce request

2020-09-29 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10551: -- Summary: Support topic IDs in Produce request Key: KAFKA-10551 URL: https://issues.apache.org/jira/browse/KAFKA-10551 Project: Kafka Issue Type: Sub

[jira] [Created] (KAFKA-10496) Create an in-memory DNS server for ClientUtilsTest and ClusterConnectionStatesTest

2020-09-17 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10496: -- Summary: Create an in-memory DNS server for ClientUtilsTest and ClusterConnectionStatesTest Key: KAFKA-10496 URL: https://issues.apache.org/jira/browse/KAFKA-10496

[jira] [Created] (KAFKA-10764) Add support for returning topic IDs on create, supplying topic IDs for delete

2020-11-24 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10764: -- Summary: Add support for returning topic IDs on create, supplying topic IDs for delete Key: KAFKA-10764 URL: https://issues.apache.org/jira/browse/KAFKA-10764

[jira] [Resolved] (KAFKA-10545) Create topic IDs and propagate to brokers

2020-12-18 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-10545. Resolution: Done > Create topic IDs and propagate to brok

[jira] [Created] (KAFKA-10869) Gate topic IDs behind IBP 2.8

2020-12-18 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10869: -- Summary: Gate topic IDs behind IBP 2.8 Key: KAFKA-10869 URL: https://issues.apache.org/jira/browse/KAFKA-10869 Project: Kafka Issue Type: Sub-task

[jira] [Resolved] (KAFKA-10618) Add UUID class, use in protocols

2020-10-21 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-10618. Resolution: Fixed [https://github.com/apache/kafka/pull/9454/files] was merged. >

[jira] [Resolved] (KAFKA-10869) Gate topic IDs behind IBP 2.8

2021-01-20 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-10869. Resolution: Fixed > Gate topic IDs behind IBP

[jira] [Resolved] (KAFKA-10764) Add support for returning topic IDs on create, supplying topic IDs for delete

2021-01-29 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-10764. Resolution: Fixed > Add support for returning topic IDs on create, supplying topic

[jira] [Reopened] (KAFKA-10764) Add support for returning topic IDs on create, supplying topic IDs for delete

2021-02-03 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan reopened KAFKA-10764: We need to revisit the admin client apis for this. > Add support for returning topic

[jira] [Resolved] (KAFKA-12917) Watch Animated 'America: The Motion Picture' Trailer Full Hd Download-Now

2021-06-08 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-12917. Resolution: Invalid > Watch Animated 'America: The Motion Picture' Trailer Full

[jira] [Created] (KAFKA-12975) Consider how Topic IDs can improve consume experience

2021-06-21 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-12975: -- Summary: Consider how Topic IDs can improve consume experience Key: KAFKA-12975 URL: https://issues.apache.org/jira/browse/KAFKA-12975 Project: Kafka

[jira] [Created] (KAFKA-12976) Remove UNSUPPORTED_VERSION error from delete and describe topics calls

2021-06-21 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-12976: -- Summary: Remove UNSUPPORTED_VERSION error from delete and describe topics calls Key: KAFKA-12976 URL: https://issues.apache.org/jira/browse/KAFKA-12976 Project

[jira] [Resolved] (KAFKA-10764) Add support for returning topic IDs on create, supplying topic IDs for delete

2021-06-29 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-10764. Resolution: Done Opened a new ticket for the change:  https://issues.apache.org/jira

[jira] [Created] (KAFKA-13011) Update deleteTopics Admin API

2021-06-29 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-13011: -- Summary: Update deleteTopics Admin API Key: KAFKA-13011 URL: https://issues.apache.org/jira/browse/KAFKA-13011 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-13018) test_multi_version failures

2021-06-30 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-13018: -- Summary: test_multi_version failures Key: KAFKA-13018 URL: https://issues.apache.org/jira/browse/KAFKA-13018 Project: Kafka Issue Type: Bug

[jira] [Resolved] (KAFKA-13018) test_multi_version failures

2021-06-30 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-13018. Resolution: Fixed Fixed by [#10918|https://github.com/apache/kafka/pull/10918

[jira] [Created] (KAFKA-12298) Create LeaderAndIsrRequestBenchmark

2021-02-05 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-12298: -- Summary: Create LeaderAndIsrRequestBenchmark Key: KAFKA-12298 URL: https://issues.apache.org/jira/browse/KAFKA-12298 Project: Kafka Issue Type: Task

[jira] [Created] (KAFKA-12319) Flaky test ConnectionQuotasTest.testListenerConnectionRateLimitWhenActualRateAboveLimit()

2021-02-09 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-12319: -- Summary: Flaky test ConnectionQuotasTest.testListenerConnectionRateLimitWhenActualRateAboveLimit() Key: KAFKA-12319 URL: https://issues.apache.org/jira/browse/KAFKA-12319

[jira] [Created] (KAFKA-12603) Add benchmarks for handleFetchRequest and FetchContext

2021-04-01 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-12603: -- Summary: Add benchmarks for handleFetchRequest and FetchContext Key: KAFKA-12603 URL: https://issues.apache.org/jira/browse/KAFKA-12603 Project: Kafka

[jira] [Created] (KAFKA-12618) Convert LogManager (and other EasyMocks) in ReplicaManagerTest to Mockito

2021-04-05 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-12618: -- Summary: Convert LogManager (and other EasyMocks) in ReplicaManagerTest to Mockito Key: KAFKA-12618 URL: https://issues.apache.org/jira/browse/KAFKA-12618

[jira] [Created] (KAFKA-12626) RaftClusterTest and ClusterTestExtensionTest failures

2021-04-06 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-12626: -- Summary: RaftClusterTest and ClusterTestExtensionTest failures Key: KAFKA-12626 URL: https://issues.apache.org/jira/browse/KAFKA-12626 Project: Kafka

[jira] [Resolved] (KAFKA-12318) system tests need to fetch Topic IDs via Admin Client instead of via ZooKeeper

2021-03-19 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-12318. Resolution: Fixed > system tests need to fetch Topic IDs via Admin Client instead of

[jira] [Created] (KAFKA-12332) Ignore LISR requests from topics with invalid IDs.

2021-02-17 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-12332: -- Summary: Ignore LISR requests from topics with invalid IDs. Key: KAFKA-12332 URL: https://issues.apache.org/jira/browse/KAFKA-12332 Project: Kafka Issue

[jira] [Resolved] (KAFKA-13209) Upgrade jetty-server to fix CVE-2021-34429

2021-08-17 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-13209. Resolution: Fixed > Upgrade jetty-server to fix CVE-2021-34

[jira] [Created] (KAFKA-13209) Upgrade jetty-server to 9.4.43.v20210629

2021-08-17 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-13209: -- Summary: Upgrade jetty-server to 9.4.43.v20210629 Key: KAFKA-13209 URL: https://issues.apache.org/jira/browse/KAFKA-13209 Project: Kafka Issue Type

[jira] [Created] (KAFKA-13092) Perf regression in LISR requests

2021-07-14 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-13092: -- Summary: Perf regression in LISR requests Key: KAFKA-13092 URL: https://issues.apache.org/jira/browse/KAFKA-13092 Project: Kafka Issue Type: Bug

[jira] [Created] (KAFKA-13079) Forgotten Topics in Fetch Requests may incorrectly use topic IDs

2021-07-13 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-13079: -- Summary: Forgotten Topics in Fetch Requests may incorrectly use topic IDs Key: KAFKA-13079 URL: https://issues.apache.org/jira/browse/KAFKA-13079 Project: Kafka

[jira] [Reopened] (KAFKA-13132) Upgrading to topic IDs in LISR requests has gaps introduced in 3.0

2021-08-03 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan reopened KAFKA-13132: Found an issue where we don't sufficiently cover case 2. I have a plan to properly cover

[jira] [Created] (KAFKA-13394) Topic IDs should be removed from PartitionFetchState if they are no longer sent by the controller

2021-10-22 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-13394: -- Summary: Topic IDs should be removed from PartitionFetchState if they are no longer sent by the controller Key: KAFKA-13394 URL: https://issues.apache.org/jira/browse/KAFKA

[jira] [Created] (KAFKA-13512) topicIdsToNames and topicNamesToIds allocate unnecessary maps

2021-12-07 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-13512: -- Summary: topicIdsToNames and topicNamesToIds allocate unnecessary maps Key: KAFKA-13512 URL: https://issues.apache.org/jira/browse/KAFKA-13512 Project: Kafka

[jira] [Created] (KAFKA-13111) Re-evaluate Fetch flow for topic ID usage

2021-07-20 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-13111: -- Summary: Re-evaluate Fetch flow for topic ID usage Key: KAFKA-13111 URL: https://issues.apache.org/jira/browse/KAFKA-13111 Project: Kafka Issue Type

[jira] [Created] (KAFKA-13102) Topic IDs not propagated to metadata cache quickly enough for Fetch path

2021-07-17 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-13102: -- Summary: Topic IDs not propagated to metadata cache quickly enough for Fetch path Key: KAFKA-13102 URL: https://issues.apache.org/jira/browse/KAFKA-13102 Project

[jira] [Created] (KAFKA-13132) Upgrading to topic IDs in LISR requests has gaps introduced in 3.0

2021-07-24 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-13132: -- Summary: Upgrading to topic IDs in LISR requests has gaps introduced in 3.0 Key: KAFKA-13132 URL: https://issues.apache.org/jira/browse/KAFKA-13132 Project

[jira] [Created] (KAFKA-13750) Client Compatability KafkaTest uses invalid idempotency configs

2022-03-16 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-13750: -- Summary: Client Compatability KafkaTest uses invalid idempotency configs Key: KAFKA-13750 URL: https://issues.apache.org/jira/browse/KAFKA-13750 Project: Kafka

[jira] [Resolved] (KAFKA-15424) Make verification a dynamic configuration

2023-09-11 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-15424. Resolution: Fixed > Make verification a dynamic configurat

[jira] [Created] (KAFKA-15449) Verify Offset Commits too

2023-09-11 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15449: -- Summary: Verify Offset Commits too Key: KAFKA-15449 URL: https://issues.apache.org/jira/browse/KAFKA-15449 Project: Kafka Issue Type: Sub-task

[jira] [Resolved] (KAFKA-15380) Try complete actions after callback

2023-09-11 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-15380. Resolution: Fixed > Try complete actions after callb

[jira] [Created] (KAFKA-15424) Make verification a dynamic configuration

2023-08-31 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15424: -- Summary: Make verification a dynamic configuration Key: KAFKA-15424 URL: https://issues.apache.org/jira/browse/KAFKA-15424 Project: Kafka Issue Type

[jira] [Created] (KAFKA-15459) Convert coordinator retriable errors to a known producer response error.

2023-09-12 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15459: -- Summary: Convert coordinator retriable errors to a known producer response error. Key: KAFKA-15459 URL: https://issues.apache.org/jira/browse/KAFKA-15459 Project

[jira] [Created] (KAFKA-15468) Prevent transaction coordinator reloads on already loaded leaders

2023-09-14 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15468: -- Summary: Prevent transaction coordinator reloads on already loaded leaders Key: KAFKA-15468 URL: https://issues.apache.org/jira/browse/KAFKA-15468 Project: Kafka

[jira] [Resolved] (KAFKA-15459) Convert coordinator retriable errors to a known producer response error.

2023-09-13 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-15459. Resolution: Fixed > Convert coordinator retriable errors to a known producer respo

[jira] [Created] (KAFKA-15589) Flaky kafka.server.FetchRequestTest

2023-10-11 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15589: -- Summary: Flaky kafka.server.FetchRequestTest Key: KAFKA-15589 URL: https://issues.apache.org/jira/browse/KAFKA-15589 Project: Kafka Issue Type: Task

[jira] [Created] (KAFKA-15626) Replace verification guard object with an specific type

2023-10-17 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15626: -- Summary: Replace verification guard object with an specific type Key: KAFKA-15626 URL: https://issues.apache.org/jira/browse/KAFKA-15626 Project: Kafka

[jira] [Created] (KAFKA-15654) Address Transactions Errors

2023-10-19 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15654: -- Summary: Address Transactions Errors Key: KAFKA-15654 URL: https://issues.apache.org/jira/browse/KAFKA-15654 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-15655) Consider making transactional apis more compatible with topic IDs

2023-10-19 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15655: -- Summary: Consider making transactional apis more compatible with topic IDs Key: KAFKA-15655 URL: https://issues.apache.org/jira/browse/KAFKA-15655 Project: Kafka

[jira] [Created] (KAFKA-15784) Ensure atomicity of in memory update and write when transactionally committing offsets

2023-11-03 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15784: -- Summary: Ensure atomicity of in memory update and write when transactionally committing offsets Key: KAFKA-15784 URL: https://issues.apache.org/jira/browse/KAFKA-15784

[jira] [Created] (KAFKA-15797) Flaky test EosV2UpgradeIntegrationTest.shouldUpgradeFromEosAlphaToEosV2[true]

2023-11-07 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15797: -- Summary: Flaky test EosV2UpgradeIntegrationTest.shouldUpgradeFromEosAlphaToEosV2[true] Key: KAFKA-15797 URL: https://issues.apache.org/jira/browse/KAFKA-15797

[jira] [Created] (KAFKA-15798) Flaky Test NamedTopologyIntegrationTest.shouldAddAndRemoveNamedTopologiesBeforeStartingAndRouteQueriesToCorrectTopology()

2023-11-07 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15798: -- Summary: Flaky Test NamedTopologyIntegrationTest.shouldAddAndRemoveNamedTopologiesBeforeStartingAndRouteQueriesToCorrectTopology() Key: KAFKA-15798 URL: https

[jira] [Created] (KAFKA-15758) Always schedule wrapped callbacks

2023-10-30 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15758: -- Summary: Always schedule wrapped callbacks Key: KAFKA-15758 URL: https://issues.apache.org/jira/browse/KAFKA-15758 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-15757) Do not advertise v4 AddPartitionsToTxn to clients

2023-10-30 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15757: -- Summary: Do not advertise v4 AddPartitionsToTxn to clients Key: KAFKA-15757 URL: https://issues.apache.org/jira/browse/KAFKA-15757 Project: Kafka Issue

[jira] [Resolved] (KAFKA-15449) Verify transactional offset commits (KIP-890 part 1)

2023-10-02 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-15449. Resolution: Fixed > Verify transactional offset commits (KIP-890 par

[jira] [Created] (KAFKA-15545) Update Request metrics in ops.html to reflect all the APIs

2023-10-04 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15545: -- Summary: Update Request metrics in ops.html to reflect all the APIs Key: KAFKA-15545 URL: https://issues.apache.org/jira/browse/KAFKA-15545 Project: Kafka

[jira] [Created] (KAFKA-15546) Transactions tool duration field confusing for completed transactions

2023-10-04 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15546: -- Summary: Transactions tool duration field confusing for completed transactions Key: KAFKA-15546 URL: https://issues.apache.org/jira/browse/KAFKA-15546 Project

[jira] [Resolved] (KAFKA-15589) Flaky kafka.server.FetchRequestTest

2023-10-11 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-15589. Resolution: Duplicate Duplicate of https://issues.apache.org/jira/browse/KAFKA-15566

[jira] [Resolved] (KAFKA-15626) Replace verification guard object with an specific type

2023-10-20 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-15626. Resolution: Fixed > Replace verification guard object with an specific t

[jira] [Created] (KAFKA-15674) Consider making RequestLocal thread safe

2023-10-23 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15674: -- Summary: Consider making RequestLocal thread safe Key: KAFKA-15674 URL: https://issues.apache.org/jira/browse/KAFKA-15674 Project: Kafka Issue Type

[jira] [Created] (KAFKA-15380) Try complete actions after callback

2023-08-18 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15380: -- Summary: Try complete actions after callback Key: KAFKA-15380 URL: https://issues.apache.org/jira/browse/KAFKA-15380 Project: Kafka Issue Type: Sub-task

[jira] [Resolved] (KAFKA-14984) DynamicBrokerReconfigurationTest.testThreadPoolResize() test is flaky

2023-08-25 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-14984. Resolution: Duplicate > DynamicBrokerReconfigurationTest.testThreadPoolResize() t

[jira] [Created] (KAFKA-15404) Failing Test DynamicBrokerReconfigurationTest#testThreadPoolResize

2023-08-24 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15404: -- Summary: Failing Test DynamicBrokerReconfigurationTest#testThreadPoolResize Key: KAFKA-15404 URL: https://issues.apache.org/jira/browse/KAFKA-15404 Project

[jira] [Created] (KAFKA-14097) Separate configuration for producer ID expiry

2022-07-21 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-14097: -- Summary: Separate configuration for producer ID expiry Key: KAFKA-14097 URL: https://issues.apache.org/jira/browse/KAFKA-14097 Project: Kafka Issue

[jira] [Created] (KAFKA-14140) Ensure a fenced or in-controlled-shutdown replica is not eligible to become leader in ZK mode

2022-08-03 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-14140: -- Summary: Ensure a fenced or in-controlled-shutdown replica is not eligible to become leader in ZK mode Key: KAFKA-14140 URL: https://issues.apache.org/jira/browse/KAFKA-14140

[jira] [Resolved] (KAFKA-10550) Update AdminClient and kafka-topics.sh to support topic IDs

2023-01-03 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-10550. Resolution: Fixed I think the scope of the kip – describe and delete has been completed

[jira] [Created] (KAFKA-14561) Improve transactions experience for older clients by ensuring ongoing transaction

2023-01-03 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-14561: -- Summary: Improve transactions experience for older clients by ensuring ongoing transaction Key: KAFKA-14561 URL: https://issues.apache.org/jira/browse/KAFKA-14561

[jira] [Created] (KAFKA-14562) Implement epoch bump after every transaction

2023-01-03 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-14562: -- Summary: Implement epoch bump after every transaction Key: KAFKA-14562 URL: https://issues.apache.org/jira/browse/KAFKA-14562 Project: Kafka Issue Type

<    1   2   3   4   5   >