[jira] [Created] (KAFKA-19097) Fix order of arguments to assertEquals

2025-04-06 Thread Lorcan (Jira)
Lorcan created KAFKA-19097:
--

 Summary: Fix order of arguments to assertEquals
 Key: KAFKA-19097
 URL: https://issues.apache.org/jira/browse/KAFKA-19097
 Project: Kafka
  Issue Type: Improvement
Reporter: Lorcan


There are examples of tests using assertEquals where the arguments are in the 
wrong order.

Example from InternalStreamsBuilderTest:

assertEquals(count.get(), 3);

The expected value should be the first argument.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.9 #177

2025-04-06 Thread Apache Jenkins Server
See 




[jira] [Resolved] (KAFKA-19076) UnifiedLog#maybeHandleIOException should replace `String` by `Supplier`

2025-04-06 Thread Chia-Ping Tsai (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-19076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chia-Ping Tsai resolved KAFKA-19076.

Fix Version/s: 4.1.0
   Resolution: Fixed

> UnifiedLog#maybeHandleIOException should replace `String` by 
> `Supplier`
> ---
>
> Key: KAFKA-19076
> URL: https://issues.apache.org/jira/browse/KAFKA-19076
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Chia-Ping Tsai
>Assignee: Nick Guo
>Priority: Minor
> Fix For: 4.1.0
>
>
> the message is used when the function encounters error, so the error message 
> should be created lazy.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.9 #179

2025-04-06 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.9 #178

2025-04-06 Thread Apache Jenkins Server
See 




[jira] [Resolved] (KAFKA-19016) Update retention behaviour of share groups to retain them forever

2025-04-06 Thread Chirag Wadhwa (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-19016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chirag Wadhwa resolved KAFKA-19016.
---
Resolution: Fixed

> Update retention behaviour of share groups to retain them forever
> -
>
> Key: KAFKA-19016
> URL: https://issues.apache.org/jira/browse/KAFKA-19016
> Project: Kafka
>  Issue Type: Sub-task
>Reporter: Andrew Schofield
>Assignee: Chirag Wadhwa
>Priority: Major
>
> offsets.retention.minutes controls the amount of time that an idle consumer 
> group's persistent state is retained. For a share group, this behaviour 
> should not be invoked, but we should validate that this is the case.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Jenkins build is still unstable: Kafka » Kafka PowerPC Daily » test-powerpc #260

2025-04-06 Thread Apache Jenkins Server
See 




[jira] [Created] (KAFKA-19098) Remove lastOffset from PartitionResponse

2025-04-06 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-19098:
--

 Summary: Remove lastOffset from PartitionResponse
 Key: KAFKA-19098
 URL: https://issues.apache.org/jira/browse/KAFKA-19098
 Project: Kafka
  Issue Type: Improvement
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai


the `lastOffset` is not used actually, so it can be removed. We can remove some 
constructors subsequently



--
This message was sent by Atlassian Jira
(v8.20.10#820010)