[jira] [Updated] (KAFKA-9786) fix flaky MetricsTest.testGeneralBrokerTopicMetricsAreGreedilyRegistered

2020-03-30 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-9786: -- Labels: flaky-test (was: ) > fix flaky

[jira] [Comment Edited] (KAFKA-9750) Flaky test kafka.server.ReplicaManagerTest.testFencedErrorCausedByBecomeLeader

2020-03-25 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17066574#comment-17066574 ] Chia-Ping Tsai edited comment on KAFKA-9750 at 3/25/20, 10:10 AM: --

[jira] [Commented] (KAFKA-9750) Flaky test kafka.server.ReplicaManagerTest.testFencedErrorCausedByBecomeLeader

2020-03-25 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17066574#comment-17066574 ] Chia-Ping Tsai commented on KAFKA-9750: --- {code:java} // change the epoch from 0 to 1 in order

[jira] [Created] (KAFKA-9918) SslEngineFactory is NOT closed when channel is closing

2020-04-25 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-9918: - Summary: SslEngineFactory is NOT closed when channel is closing Key: KAFKA-9918 URL: https://issues.apache.org/jira/browse/KAFKA-9918 Project: Kafka Issue

[jira] [Commented] (KAFKA-9617) Replica Fetcher can mark partition as failed when max.message.bytes is changed

2020-05-12 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17105630#comment-17105630 ] Chia-Ping Tsai commented on KAFKA-9617: --- [~guozhang] thanks! > Replica Fetcher can mark partition

[jira] [Commented] (KAFKA-9720) Update gradle to 6.0+

2020-05-17 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17109902#comment-17109902 ] Chia-Ping Tsai commented on KAFKA-9720: --- It seems this issue is resolved already. > Update gradle

[jira] [Commented] (KAFKA-8398) NPE when unmapping files after moving log directories using AlterReplicaLogDirs

2020-05-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17109987#comment-17109987 ] Chia-Ping Tsai commented on KAFKA-8398: --- seems

[jira] [Created] (KAFKA-10014) Always try to close all channels in Selector#close

2020-05-18 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10014: -- Summary: Always try to close all channels in Selector#close Key: KAFKA-10014 URL: https://issues.apache.org/jira/browse/KAFKA-10014 Project: Kafka Issue

[jira] [Commented] (KAFKA-9948) Gradle Issue

2020-05-06 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17100512#comment-17100512 ] Chia-Ping Tsai commented on KAFKA-9948: --- It would be better to use gradle wrapper rather than local

[jira] [Commented] (KAFKA-9617) Replica Fetcher can mark partition as failed when max.message.bytes is changed

2020-05-10 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17103798#comment-17103798 ] Chia-Ping Tsai commented on KAFKA-9617: --- [~ijuma] Could I take over this ticket? > Replica Fetcher

[jira] [Commented] (KAFKA-9617) Replica Fetcher can mark partition as failed when max.message.bytes is changed

2020-05-09 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17103346#comment-17103346 ] Chia-Ping Tsai commented on KAFKA-9617: --- Should we skip the limit when the fetch is run by follower

[jira] [Commented] (KAFKA-9617) Replica Fetcher can mark partition as failed when max.message.bytes is changed

2020-05-13 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17106843#comment-17106843 ] Chia-Ping Tsai commented on KAFKA-9617: --- [https://github.com/apache/kafka/pull/8659] > Replica

[jira] [Commented] (KAFKA-10009) Add method for getting last record offset in kafka partition

2020-05-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17109009#comment-17109009 ] Chia-Ping Tsai commented on KAFKA-10009: If you want to seek to the end offsets in case of

[jira] [Commented] (KAFKA-10009) Add method for getting last record offset in kafka partition

2020-05-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17109045#comment-17109045 ] Chia-Ping Tsai commented on KAFKA-10009: So you want to get end offset which is associated to a

[jira] [Updated] (KAFKA-9730) add tag "partition" to BrokerTopicMetrics so as to observe the partition metrics on the same broker

2020-03-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-9730: -- Labels: needs-kip (was: ) > add tag "partition" to BrokerTopicMetrics so as to observe the

[jira] [Resolved] (KAFKA-9721) ReassignPartitionsCommand#reassignPartitions doesn't wait for the completion of altering replica folder

2020-03-19 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-9721. --- Resolution: Won't Fix ReassignPartitionsCommand does not guarantee to "complete" the replica

[jira] [Resolved] (KAFKA-6931) Make worker id configurable

2020-03-17 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-6931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-6931. --- Resolution: Won't Fix > Make worker id configurable > --- > >

[jira] [Resolved] (KAFKA-7084) NewTopicBuilder#config should accept Map rather than Map

2020-03-17 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-7084. --- Resolution: Won't Fix > NewTopicBuilder#config should accept Map rather than > Map >

[jira] [Resolved] (KAFKA-6941) when passing port = 0 to worker, the advertisedPort still is 0 rather than a random port

2020-03-17 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-6941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-6941. --- Resolution: Won't Fix > when passing port = 0 to worker, the advertisedPort still is 0

[jira] [Updated] (KAFKA-9730) add tag "partition" to BrokerTopicMetrics so as to observe the metrics of partition in the same broker

2020-03-17 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-9730: -- Attachment: trunk.jpg patch.jpg > add tag "partition" to BrokerTopicMetrics so

[jira] [Updated] (KAFKA-9730) add tag "partition" to BrokerTopicMetrics so as to observe the partition metrics on the same broker

2020-03-17 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-9730: -- Summary: add tag "partition" to BrokerTopicMetrics so as to observe the partition metrics on

[jira] [Created] (KAFKA-9730) add tag "partition" to BrokerTopicMetrics so as to observe the metrics of partition in the same broker

2020-03-17 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-9730: - Summary: add tag "partition" to BrokerTopicMetrics so as to observe the metrics of partition in the same broker Key: KAFKA-9730 URL:

[jira] [Assigned] (KAFKA-9750) Flaky test kafka.server.ReplicaManagerTest.testFencedErrorCausedByBecomeLeader

2020-03-24 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-9750: - Assignee: Chia-Ping Tsai > Flaky test

[jira] [Commented] (KAFKA-9998) KafkaProducer.close(timeout) still may block indefinitely

2020-05-19 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111249#comment-17111249 ] Chia-Ping Tsai commented on KAFKA-9998: --- It seems the blocking is caused by your custom callback?

[jira] [Assigned] (KAFKA-10433) Reuse the ByteBuffer in validating compressed records

2020-08-30 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-10433: -- Assignee: Ismael Juma (was: Chia-Ping Tsai) > Reuse the ByteBuffer in validating

[jira] [Resolved] (KAFKA-10129) Fail QA if there are javadoc warnings

2020-09-02 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-10129. Resolution: Won't Fix > Fail QA if there are javadoc warnings >

[jira] [Commented] (KAFKA-10170) ReplicaManager should be responsible for checking delayed operations after appending to the log.

2020-09-09 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17193293#comment-17193293 ] Chia-Ping Tsai commented on KAFKA-10170: This is addressed by

[jira] [Resolved] (KAFKA-10170) ReplicaManager should be responsible for checking delayed operations after appending to the log.

2020-09-09 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-10170. Resolution: Duplicate > ReplicaManager should be responsible for checking delayed

[jira] [Commented] (KAFKA-10470) zstd decompression with small batches is slow and causes excessive GC

2020-09-10 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17193398#comment-17193398 ] Chia-Ping Tsai commented on KAFKA-10470: Yep, that is why I submitted the patch to zstd-jni. the

[jira] [Created] (KAFKA-10463) the necessary utilities in Dockerfile should include git

2020-09-07 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10463: -- Summary: the necessary utilities in Dockerfile should include git Key: KAFKA-10463 URL: https://issues.apache.org/jira/browse/KAFKA-10463 Project: Kafka

[jira] [Commented] (KAFKA-10264) Flaky Test TransactionsTest.testBumpTransactionalEpoch

2020-09-15 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17195946#comment-17195946 ] Chia-Ping Tsai commented on KAFKA-10264: [~ableegoldman] Could I take over this issue? > Flaky

[jira] [Assigned] (KAFKA-10264) Flaky Test TransactionsTest.testBumpTransactionalEpoch

2020-09-15 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-10264: -- Assignee: Chia-Ping Tsai > Flaky Test TransactionsTest.testBumpTransactionalEpoch >

[jira] [Updated] (KAFKA-10479) Throw exception if users try to update configs of existent listeners

2020-09-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10479: --- Summary: Throw exception if users try to update configs of existent listeners (was: Throw

[jira] [Created] (KAFKA-10479) Throw exception if users try to update configs of existing listeners

2020-09-14 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10479: -- Summary: Throw exception if users try to update configs of existing listeners Key: KAFKA-10479 URL: https://issues.apache.org/jira/browse/KAFKA-10479 Project:

[jira] [Assigned] (KAFKA-9697) ControlPlaneNetworkProcessorAvgIdlePercent is always NaN

2020-09-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-9697: - Assignee: Chia-Ping Tsai > ControlPlaneNetworkProcessorAvgIdlePercent is always NaN >

[jira] [Commented] (KAFKA-9628) Replace Produce request/response with automated protocol

2020-10-07 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17209407#comment-17209407 ] Chia-Ping Tsai commented on KAFKA-9628: --- [~mimaison] Are you working on this issue? If not, could I

[jira] [Commented] (KAFKA-9628) Replace Produce request/response with automated protocol

2020-10-08 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17210629#comment-17210629 ] Chia-Ping Tsai commented on KAFKA-9628: --- > I've reassigned it to you, go for it thanks! I will

[jira] [Commented] (KAFKA-7540) Flaky Test ConsumerBounceTest#testClose

2020-10-09 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17211253#comment-17211253 ] Chia-Ping Tsai commented on KAFKA-7540: --- I had filed a PR to fix this flaky.

[jira] [Resolved] (KAFKA-10583) Thread-safety of AdminClient is not documented

2020-10-19 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-10583. Resolution: Fixed > Thread-safety of AdminClient is not documented >

[jira] [Updated] (KAFKA-10583) Thread-safety of AdminClient is not documented

2020-10-19 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10583: --- Fix Version/s: 2.8.0 > Thread-safety of AdminClient is not documented >

[jira] [Commented] (KAFKA-10043) Some parameters will be overwritten which was configured in consumer.config where running "ConsumerPerformance.scala"

2020-10-20 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217329#comment-17217329 ] Chia-Ping Tsai commented on KAFKA-10043: {quote} Similar bugs exist in the class of

[jira] [Assigned] (KAFKA-9903) kafka ShutdownableThread judge thread isRuning status has some bug

2020-10-20 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-9903: - Assignee: shilin Lu > kafka ShutdownableThread judge thread isRuning status has some

[jira] [Commented] (KAFKA-9628) Replace Produce request/response with automated protocol

2020-10-09 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17210731#comment-17210731 ] Chia-Ping Tsai commented on KAFKA-9628: --- {quote} A single PR is probably better as this is what we

[jira] [Commented] (KAFKA-10583) Thread-safety of AdminClient is not documented

2020-10-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17216273#comment-17216273 ] Chia-Ping Tsai commented on KAFKA-10583: [~cmccabe] I will assign this ticket to [~agencer]

[jira] [Assigned] (KAFKA-10583) Thread-safety of AdminClient is not documented

2020-10-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-10583: -- Assignee: Adem Efe Gencer (was: Colin McCabe) > Thread-safety of AdminClient is not

[jira] [Reopened] (KAFKA-10043) Some parameters will be overwritten which was configured in consumer.config where running "ConsumerPerformance.scala"

2020-10-20 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reopened KAFKA-10043: Reopen since it is not resolved > Some parameters will be overwritten which was configured

[jira] [Assigned] (KAFKA-10043) Some parameters will be overwritten which was configured in consumer.config where running "ConsumerPerformance.scala"

2020-10-20 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-10043: -- Assignee: tigertan > Some parameters will be overwritten which was configured in

[jira] [Commented] (KAFKA-10043) Some parameters will be overwritten which was configured in consumer.config where running "ConsumerPerformance.scala"

2020-10-20 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217303#comment-17217303 ] Chia-Ping Tsai commented on KAFKA-10043: [~tigertan] I have given the contributor permission to

[jira] [Created] (KAFKA-10438) Lazy initialization of record header to reduce memory usage in validating records

2020-08-26 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10438: -- Summary: Lazy initialization of record header to reduce memory usage in validating records Key: KAFKA-10438 URL: https://issues.apache.org/jira/browse/KAFKA-10438

[jira] [Created] (KAFKA-10433) Reuse the ByteBuffer in validating compressed records

2020-08-25 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10433: -- Summary: Reuse the ByteBuffer in validating compressed records Key: KAFKA-10433 URL: https://issues.apache.org/jira/browse/KAFKA-10433 Project: Kafka

[jira] [Created] (KAFKA-10412) Deprecate all setters of Headers

2020-08-18 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10412: -- Summary: Deprecate all setters of Headers Key: KAFKA-10412 URL: https://issues.apache.org/jira/browse/KAFKA-10412 Project: Kafka Issue Type: Improvement

[jira] [Updated] (KAFKA-10446) add "lz4" and "zstd" to compression type of benchmark_test.py

2020-08-30 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10446: --- Labels: benchmark benchmarks (was: ) > add "lz4" and "zstd" to compression type of

[jira] [Created] (KAFKA-10446) add "lz4" and "zstd" to compression type of benchmark_test.py

2020-08-30 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10446: -- Summary: add "lz4" and "zstd" to compression type of benchmark_test.py Key: KAFKA-10446 URL: https://issues.apache.org/jira/browse/KAFKA-10446 Project: Kafka

[jira] [Commented] (KAFKA-8266) Improve `testRollingBrokerRestartsWithSmallerMaxGroupSizeConfigDisruptsBigGroup`

2020-09-24 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201921#comment-17201921 ] Chia-Ping Tsai commented on KAFKA-8266: --- [~dajac] Could I take over this issue? I have encountered

[jira] [Commented] (KAFKA-8266) Improve `testRollingBrokerRestartsWithSmallerMaxGroupSizeConfigDisruptsBigGroup`

2020-09-25 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201980#comment-17201980 ] Chia-Ping Tsai commented on KAFKA-8266: --- {quote} I will take a look at this. I wonder why this has

[jira] [Commented] (KAFKA-10497) Convert group/transaction coordinator metadata schemas to use generated protocol

2020-09-22 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17199989#comment-17199989 ] Chia-Ping Tsai commented on KAFKA-10497: [~hachikuji] I have submitted a PR

[jira] [Updated] (KAFKA-10514) flaky test StateDirectoryTest.shouldLogStateDirCleanerMessage

2020-09-23 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10514: --- Labels: flaky (was: ) > flaky test StateDirectoryTest.shouldLogStateDirCleanerMessage >

[jira] [Created] (KAFKA-10514) flaky test StateDirectoryTest.shouldLogStateDirCleanerMessage

2020-09-23 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10514: -- Summary: flaky test StateDirectoryTest.shouldLogStateDirCleanerMessage Key: KAFKA-10514 URL: https://issues.apache.org/jira/browse/KAFKA-10514 Project: Kafka

[jira] [Updated] (KAFKA-10514) flaky test StateDirectoryTest.shouldLogStateDirCleanerMessage

2020-09-23 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10514: --- Component/s: unit tests > flaky test StateDirectoryTest.shouldLogStateDirCleanerMessage >

[jira] [Commented] (KAFKA-10514) failed test StateDirectoryTest.shouldLogStateDirCleanerMessage

2020-09-23 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17200617#comment-17200617 ] Chia-Ping Tsai commented on KAFKA-10514: more details: 

[jira] [Updated] (KAFKA-10514) failed test StateDirectoryTest.shouldLogStateDirCleanerMessage

2020-09-23 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10514: --- Summary: failed test StateDirectoryTest.shouldLogStateDirCleanerMessage (was: flaky test

[jira] [Commented] (KAFKA-10497) Convert group/transaction coordinator metadata schemas to use generated protocol

2020-09-19 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198703#comment-17198703 ] Chia-Ping Tsai commented on KAFKA-10497: [~hachikuji] those generated protocols are used by core

[jira] [Commented] (KAFKA-8266) Improve `testRollingBrokerRestartsWithSmallerMaxGroupSizeConfigDisruptsBigGroup`

2020-09-28 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17203601#comment-17203601 ] Chia-Ping Tsai commented on KAFKA-8266: --- flaky again :(

[jira] [Updated] (KAFKA-10044) Deprecate ConsumerConfig#addDeserializerToConfig(Properties, Deserializer, Deserializer) and ProducerConfig#addSerializerToConfig(Properties, Serializer, Serializer)

2020-05-26 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10044: --- Labels: need-kip needs (was: ) > Deprecate

[jira] [Created] (KAFKA-10044) Deprecate ConsumerConfig#addDeserializerToConfig(Properties, Deserializer, Deserializer) and ProducerConfig#addSerializerToConfig(Properties, Serializer, Serializer)

2020-05-26 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10044: -- Summary: Deprecate ConsumerConfig#addDeserializerToConfig(Properties, Deserializer, Deserializer) and ProducerConfig#addSerializerToConfig(Properties, Serializer, Serializer) Key:

[jira] [Updated] (KAFKA-10044) Deprecate ConsumerConfig#addDeserializerToConfig(Properties, Deserializer, Deserializer) and ProducerConfig#addSerializerToConfig(Properties, Serializer, Serializer)

2020-05-26 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10044: --- Labels: need-kip (was: need-kip needs) > Deprecate

[jira] [Created] (KAFKA-10069) The user-defined "predicate" and "negate" are not removed from Transformation

2020-05-29 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10069: -- Summary: The user-defined "predicate" and "negate" are not removed from Transformation Key: KAFKA-10069 URL: https://issues.apache.org/jira/browse/KAFKA-10069

[jira] [Commented] (KAFKA-10063) UnsupportedOperation when querying cleaner metrics after shutdown

2020-05-31 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17120562#comment-17120562 ] Chia-Ping Tsai commented on KAFKA-10063: [~hachikuji] Could I take over this issue? >

[jira] [Commented] (KAFKA-10060) Kafka is logging too verbosely at the INFO level

2020-05-31 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17120571#comment-17120571 ] Chia-Ping Tsai commented on KAFKA-10060: > I think the expired offsets one can be removed if

[jira] [Commented] (KAFKA-10060) Kafka is logging too verbosely at the INFO level

2020-05-31 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17120582#comment-17120582 ] Chia-Ping Tsai commented on KAFKA-10060: https://github.com/apache/kafka/pull/8767 > Kafka is

[jira] [Commented] (KAFKA-9717) KafkaStreams#metrics() method randomly throws NullPointerException

2020-06-01 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17121152#comment-17121152 ] Chia-Ping Tsai commented on KAFKA-9717: --- [~Bataitis] Have you tried the newer kafka? >

[jira] [Assigned] (KAFKA-10063) UnsupportedOperation when querying cleaner metrics after shutdown

2020-06-02 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-10063: -- Assignee: Chia-Ping Tsai > UnsupportedOperation when querying cleaner metrics after

[jira] [Commented] (KAFKA-10485) Use a separate error code for replication related errors

2020-09-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17197368#comment-17197368 ] Chia-Ping Tsai commented on KAFKA-10485: REQUEST_TIMED_OUT is viewed as fatal error by

[jira] [Updated] (KAFKA-10323) NullPointerException during rebalance

2020-10-23 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10323: --- Labels: (was: newbie) > NullPointerException during rebalance >

[jira] [Commented] (KAFKA-5676) MockStreamsMetrics should be in o.a.k.test

2020-10-23 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219548#comment-17219548 ] Chia-Ping Tsai commented on KAFKA-5676: --- Go through streams code base, it seems most internals

[jira] [Commented] (KAFKA-10470) zstd decompression with small batches is slow and causes excessive GC

2020-10-25 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17220488#comment-17220488 ] Chia-Ping Tsai commented on KAFKA-10470: [~yuzawa-san] I have assigned this issue to you as you

[jira] [Assigned] (KAFKA-10470) zstd decompression with small batches is slow and causes excessive GC

2020-10-25 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-10470: -- Assignee: James Yuzawa > zstd decompression with small batches is slow and causes

[jira] [Resolved] (KAFKA-10092) Remove unnecessary enum modifier in NioEchoServer

2020-10-25 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-10092. Fix Version/s: 2.8.0 Resolution: Fixed > Remove unnecessary enum modifier in

[jira] [Updated] (KAFKA-9697) ControlPlaneNetworkProcessorAvgIdlePercent is always NaN

2020-10-27 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-9697: -- Labels: need-kip (was: ) > ControlPlaneNetworkProcessorAvgIdlePercent is always NaN >

[jira] [Commented] (KAFKA-9697) ControlPlaneNetworkProcessorAvgIdlePercent is always NaN

2020-10-27 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17221385#comment-17221385 ] Chia-Ping Tsai commented on KAFKA-9697: --- the patch may break metrics so KIP is required. >

[jira] [Resolved] (KAFKA-10108) The cached configs of SslFactory should be updated only if the ssl Engine Factory is updated successfully

2020-10-27 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-10108. Resolution: Won't Fix > The cached configs of SslFactory should be updated only if the

[jira] [Resolved] (KAFKA-10125) The partition which is removing should be considered to be under reassignment

2020-10-27 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-10125. Resolution: Won't Fix > The partition which is removing should be considered to be under

[jira] [Assigned] (KAFKA-9697) ControlPlaneNetworkProcessorAvgIdlePercent is always NaN

2020-10-27 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-9697: - Assignee: (was: Chia-Ping Tsai) > ControlPlaneNetworkProcessorAvgIdlePercent is

[jira] [Commented] (KAFKA-10637) KafkaProducer: IllegalMonitorStateException

2020-10-27 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17221527#comment-17221527 ] Chia-Ping Tsai commented on KAFKA-10637: [~katiforis] Thanks for your report. Could you share

[jira] [Commented] (KAFKA-5761) Serializer API should support ByteBuffer

2020-07-19 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-5761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160603#comment-17160603 ] Chia-Ping Tsai commented on KAFKA-5761: --- {quote} Would you like to submit a KIP for this? {quote}

[jira] [Assigned] (KAFKA-5761) Serializer API should support ByteBuffer

2020-07-19 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-5761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-5761: - Assignee: Chia-Ping Tsai > Serializer API should support ByteBuffer >

[jira] [Created] (KAFKA-10326) Both serializer and deserializer should be able to see the generated client id

2020-07-29 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10326: -- Summary: Both serializer and deserializer should be able to see the generated client id Key: KAFKA-10326 URL: https://issues.apache.org/jira/browse/KAFKA-10326

[jira] [Commented] (KAFKA-7540) Flaky Test ConsumerBounceTest#testClose

2020-08-03 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169776#comment-17169776 ] Chia-Ping Tsai commented on KAFKA-7540: --- [~hachikuji] Could I take over this issue? It is flaky on

[jira] [Commented] (KAFKA-10191) fix flaky StreamsOptimizedTest - call KafkaStreams#cleanUp before starting the application up the second time

2020-06-29 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17148277#comment-17148277 ] Chia-Ping Tsai commented on KAFKA-10191: [~mhmdchebbi] Have you completed the PR for reset tool?

[jira] [Resolved] (KAFKA-10194) run the reset tool between stopping StreamsOptimizedTest and starting the new one

2020-06-29 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-10194. Resolution: Duplicate > run the reset tool between stopping StreamsOptimizedTest and

[jira] [Commented] (KAFKA-10194) run the reset tool between stopping StreamsOptimizedTest and starting the new one

2020-06-29 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17148264#comment-17148264 ] Chia-Ping Tsai commented on KAFKA-10194: > can we just include this work in the scope of 

[jira] [Updated] (KAFKA-10191) fix flaky StreamsOptimizedTest

2020-06-29 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10191: --- Summary: fix flaky StreamsOptimizedTest (was: fix flaky StreamsOptimizedTest - call

[jira] [Commented] (KAFKA-10191) fix flaky StreamsOptimizedTest

2020-06-30 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17148556#comment-17148556 ] Chia-Ping Tsai commented on KAFKA-10191: {quote} about adding KafkaStreams#cleanUp() in the

[jira] [Commented] (KAFKA-10191) fix flaky StreamsOptimizedTest

2020-06-30 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17148402#comment-17148402 ] Chia-Ping Tsai commented on KAFKA-10191: [~mhmdchebbi] I have addressed [~ableegoldman] comment

[jira] [Commented] (KAFKA-10228) producer: NETWORK_EXCEPTION is thrown instead of a request timeout

2020-07-02 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17150583#comment-17150583 ] Chia-Ping Tsai commented on KAFKA-10228: It seems the timeout is processed by client local and

[jira] [Created] (KAFKA-10234) The key/value deserializer used by ConsoleConsumer is not closed

2020-07-03 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10234: -- Summary: The key/value deserializer used by ConsoleConsumer is not closed Key: KAFKA-10234 URL: https://issues.apache.org/jira/browse/KAFKA-10234 Project: Kafka

[jira] [Created] (KAFKA-10244) An new java interface to replace 'kafka.common.MessageReader'

2020-07-07 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10244: -- Summary: An new java interface to replace 'kafka.common.MessageReader' Key: KAFKA-10244 URL: https://issues.apache.org/jira/browse/KAFKA-10244 Project: Kafka

[jira] [Commented] (KAFKA-10257) system test kafkatest.tests.core.security_rolling_upgrade_test fails

2020-07-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17157438#comment-17157438 ] Chia-Ping Tsai commented on KAFKA-10257: [~junrao] Could I take over this issue? > system test

[jira] [Assigned] (KAFKA-10257) system test kafkatest.tests.core.security_rolling_upgrade_test fails

2020-07-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-10257: -- Assignee: Chia-Ping Tsai > system test

[jira] [Commented] (KAFKA-10228) producer: NETWORK_EXCEPTION is thrown instead of a request timeout

2020-07-03 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17151148#comment-17151148 ] Chia-Ping Tsai commented on KAFKA-10228: {quote} it might make sense to change the log line from

<    1   2   3   4   5   6   7   8   9   10   >