[
https://issues.apache.org/jira/browse/KAFKA-9543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17178099#comment-17178099
]
Andrey Klochkov commented on KAFKA-9543:
This issue is marked as fixed in 2.4.2 a
ijuma commented on pull request #9180:
URL: https://github.com/apache/kafka/pull/9180#issuecomment-674304221
ok to test
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
[
https://issues.apache.org/jira/browse/KAFKA-9263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17178021#comment-17178021
]
Bill Bejeck commented on KAFKA-9263:
Test failure
[https://builds.apache.org/job/
bbejeck commented on pull request #9108:
URL: https://github.com/apache/kafka/pull/9108#issuecomment-674229113
Java 8 passed
Java 14 failed with
`org.apache.kafka.streams.integration.PurgeRepartitionTopicIntegrationTest.shouldRestoreState`
Java 11 failed with
`kafka.api.PlaintextAdmi
Bill Bejeck created KAFKA-10405:
---
Summary: Flaky Test
org.apache.kafka.streams.integration.PurgeRepartitionTopicIntegrationTest.shouldRestoreState
Key: KAFKA-10405
URL: https://issues.apache.org/jira/browse/KAFKA-10
[
https://issues.apache.org/jira/browse/KAFKA-10158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177995#comment-17177995
]
Rajini Sivaram commented on KAFKA-10158:
[~bbyrne] We can close this now, right?
[
https://issues.apache.org/jira/browse/KAFKA-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177994#comment-17177994
]
Vagesh Mathapati commented on KAFKA-10396:
--
In my microservice i am using globa
[
https://issues.apache.org/jira/browse/KAFKA-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177982#comment-17177982
]
Vagesh Mathapati commented on KAFKA-10396:
--
[~desai.p.rohan] Thanks a lot . Loo
rajinisivaram opened a new pull request #9184:
URL: https://github.com/apache/kafka/pull/9184
We wait only 50ms in consumer.poll() and expect
NoOffsetForPartitionException, but the exception is thrown only when
initializing partition offsets after coordinator is known. Increased poll
time
[
https://issues.apache.org/jira/browse/KAFKA-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vagesh Mathapati updated KAFKA-10396:
-
Attachment: CustomRocksDBConfig.java
> Overall memory of container keep on growing due t
[
https://issues.apache.org/jira/browse/KAFKA-5896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177973#comment-17177973
]
Ewen Cheslack-Postava commented on KAFKA-5896:
--
[~yazgoo] It looks like this
[
https://issues.apache.org/jira/browse/KAFKA-8033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajini Sivaram reassigned KAFKA-8033:
-
Assignee: Rajini Sivaram
> Flaky Test PlaintextConsumerTest#testFetchInvalidOffset
> ---
ijuma commented on pull request #9067:
URL: https://github.com/apache/kafka/pull/9067#issuecomment-674193106
@mjsax did you run checkstyle and spotBugs before pushing the 2.6 change? It
seems like it broke the build:
https://ci-builds.apache.org/job/Kafka/job/kafka-2.6-jdk8/3/console
rajinisivaram opened a new pull request #9183:
URL: https://github.com/apache/kafka/pull/9183
Tests use 6s poll timeout, which isn't sufficient to ensure that clients
don't leave the group due to poll timeout. The PR increases poll timeout to
15s. Session timeout of 5s is also low, but lea
[
https://issues.apache.org/jira/browse/KAFKA-10404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajini Sivaram reassigned KAFKA-10404:
--
Assignee: Rajini Sivaram
> Flaky Test kafka.api.SaslSslConsumerTest.testCoordinatorFa
bbejeck commented on pull request #9108:
URL: https://github.com/apache/kafka/pull/9108#issuecomment-674162578
Java 8 failed on an unrelated test
`kafka.api.SaslSslConsumerTest.testCoordinatorFailover` created a Jira ticket.
retest this please
--
Bill Bejeck created KAFKA-10404:
---
Summary: Flaky Test
kafka.api.SaslSslConsumerTest.testCoordinatorFailover
Key: KAFKA-10404
URL: https://issues.apache.org/jira/browse/KAFKA-10404
Project: Kafka
ijuma commented on pull request #9182:
URL: https://github.com/apache/kafka/pull/9182#issuecomment-674160788
Can you please include more detail on how it fails currently? I assume it's
some kind of deserialization error?
Thi
chia7712 opened a new pull request #9182:
URL: https://github.com/apache/kafka/pull/9182
issue: https://issues.apache.org/jira/browse/KAFKA-10403
It seems to me the metrics is a "kind" of public interface so users should
be able to access metrics of kafka server without scala library
Chia-Ping Tsai created KAFKA-10403:
--
Summary: Replace scala collection by java collection in generating
MBeans attributes
Key: KAFKA-10403
URL: https://issues.apache.org/jira/browse/KAFKA-10403
Proje
[
https://issues.apache.org/jira/browse/KAFKA-5896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177821#comment-17177821
]
yazgoo edited comment on KAFKA-5896 at 8/14/20, 3:11 PM:
-
I still
[
https://issues.apache.org/jira/browse/KAFKA-5896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177821#comment-17177821
]
yazgoo commented on KAFKA-5896:
---
I still encountered this exception in CP 2.5, shouldn't th
rajinisivaram opened a new pull request #9181:
URL: https://github.com/apache/kafka/pull/9181
The test has been timing out occasionally and it is on the first send on a
producer, so increasing timeout to 30s similar to some of the other timeouts in
BaseProducerSendTest.
### Committe
[
https://issues.apache.org/jira/browse/KAFKA-9516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajini Sivaram reassigned KAFKA-9516:
-
Assignee: Rajini Sivaram
> Flaky Test PlaintextProducerSendTest#testNonBlockingProducer
mumrah commented on a change in pull request #9100:
URL: https://github.com/apache/kafka/pull/9100#discussion_r470678123
##
File path: core/src/main/scala/kafka/cluster/Partition.scala
##
@@ -255,6 +255,10 @@ class Partition(val topicPartition: TopicPartition,
def isAdding
mumrah commented on a change in pull request #9100:
URL: https://github.com/apache/kafka/pull/9100#discussion_r470675300
##
File path: core/src/main/scala/kafka/server/AlterIsrChannelManager.scala
##
@@ -0,0 +1,132 @@
+package kafka.server
+
+import java.util
+import java.util.
mumrah commented on a change in pull request #9100:
URL: https://github.com/apache/kafka/pull/9100#discussion_r470673412
##
File path: core/src/main/scala/kafka/server/AlterIsrChannelManager.scala
##
@@ -0,0 +1,132 @@
+package kafka.server
+
+import java.util
+import java.util.
Nikolay Izhikov created KAFKA-10402:
---
Summary: Upgrade python version in system tests
Key: KAFKA-10402
URL: https://issues.apache.org/jira/browse/KAFKA-10402
Project: Kafka
Issue Type: Impr
bbejeck commented on pull request #9108:
URL: https://github.com/apache/kafka/pull/9108#issuecomment-674091814
retest this please
This is an automated message from the Apache Git Service.
To respond to the message, please log
sanketfajage opened a new pull request #9180:
URL: https://github.com/apache/kafka/pull/9180
Corrected unit tests.
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
jeqo commented on a change in pull request #9137:
URL: https://github.com/apache/kafka/pull/9137#discussion_r470536034
##
File path:
streams/src/test/java/org/apache/kafka/streams/state/internals/AbstractKeyValueStoreTest.java
##
@@ -188,7 +188,55 @@ public void testPutGetRang
[
https://issues.apache.org/jira/browse/KAFKA-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177610#comment-17177610
]
Rohan Desai commented on KAFKA-10396:
-
In addition to configuring the write buffer m
[
https://issues.apache.org/jira/browse/KAFKA-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177579#comment-17177579
]
Vagesh Mathapati commented on KAFKA-10396:
--
I can see below output for pmap -X
chia7712 commented on pull request #9162:
URL: https://github.com/apache/kafka/pull/9162#issuecomment-673942147
only ```shouldUpgradeFromEosAlphaToEosBeta``` fails. retest this please
This is an automated message from the Apa
[
https://issues.apache.org/jira/browse/KAFKA-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177577#comment-17177577
]
Rohan Desai commented on KAFKA-10396:
-
It may also be a different problem. Something
[
https://issues.apache.org/jira/browse/KAFKA-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177574#comment-17177574
]
Rohan Desai commented on KAFKA-10396:
-
[~vmathapati] it should show up on your pmap.
[
https://issues.apache.org/jira/browse/KAFKA-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177573#comment-17177573
]
Vagesh Mathapati commented on KAFKA-10396:
--
Is there anything which i can check
[
https://issues.apache.org/jira/browse/KAFKA-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177566#comment-17177566
]
Vagesh Mathapati commented on KAFKA-10396:
--
i tried with
[https://centos.pkgs.
[
https://issues.apache.org/jira/browse/KAFKA-6585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177563#comment-17177563
]
Francesco Nobilia commented on KAFKA-6585:
--
[~Samuel Hawker] are you still worki
[
https://issues.apache.org/jira/browse/KAFKA-10401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marek updated KAFKA-10401:
--
Description:
While reading group metadata information from ByteBuffer GroupMetadataManager
reads current_stat
[
https://issues.apache.org/jira/browse/KAFKA-10401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marek updated KAFKA-10401:
--
Description:
While reading group metadata information from ByteBuffer GroupMetadataManager
reads current_stat
[
https://issues.apache.org/jira/browse/KAFKA-10401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marek updated KAFKA-10401:
--
Description:
While reading group metadata information from ByteBuffer GroupMetadataManager
reads current_stat
Marek created KAFKA-10401:
-
Summary: GroupMetadataManager ignores current_state_timestamp
field for GROUP_METADATA_VALUE_SCHEMA_V3
Key: KAFKA-10401
URL: https://issues.apache.org/jira/browse/KAFKA-10401
Proje
43 matches
Mail list logo