[jira] [Updated] (KAFKA-4935) Consider disabling record level CRC checks for message format V2

2017-05-25 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4935: --- Fix Version/s: 0.11.0.0 > Consider disabling record level CRC checks for message format V2 >

[jira] [Updated] (KAFKA-4935) Consider disabling record level CRC checks for message format V2

2017-05-25 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4935: --- Resolution: Fixed Fix Version/s: (was: 0.11.0.0) 0.11.1.0

[jira] [Commented] (KAFKA-5211) KafkaConsumer should not skip a corrupted record after throwing an exception.

2017-05-24 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16023656#comment-16023656 ] Ismael Juma commented on KAFKA-5211: This particular JIRA doesn't need a KIP because it's indeed just

[jira] [Updated] (KAFKA-5135) Controller Health Metrics (KIP-143)

2017-05-23 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5135: --- Resolution: Fixed Fix Version/s: 0.11.1.0 Status: Resolved (was: Patch Available)

[jira] [Resolved] (KAFKA-5010) Log cleaner crashed with BufferOverflowException when writing to the writeBuffer

2017-05-23 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-5010. Resolution: Duplicate Fix Version/s: (was: 0.11.0.0) Marking this as a duplicate of

[jira] [Updated] (KAFKA-5310) reset ControllerContext during resignation

2017-05-23 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5310: --- Fix Version/s: 0.11.0.0 > reset ControllerContext during resignation >

[jira] [Updated] (KAFKA-5236) Regression in on-disk log size when using Snappy compression with 0.8.2 log message format

2017-05-22 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5236: --- Labels: regression (was: ) > Regression in on-disk log size when using Snappy compression with 0.8.2

[jira] [Updated] (KAFKA-5236) Regression in on-disk log size when using Snappy compression with 0.8.2 log message format

2017-05-22 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5236: --- Fix Version/s: 0.11.0.0 > Regression in on-disk log size when using Snappy compression with 0.8.2 log

[jira] [Commented] (KAFKA-5291) AdminClient should not trigger auto creation of topics

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017637#comment-16017637 ] Ismael Juma commented on KAFKA-5291: cc [~cmccabe] > AdminClient should not trigger auto creation of

[jira] [Updated] (KAFKA-5294) PlainSaslServerFactory should allow a null Map in getMechanismNames

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5294: --- Fix Version/s: 0.11.0.0 > PlainSaslServerFactory should allow a null Map in getMechanismNames >

[jira] [Commented] (KAFKA-5294) PlainSaslServerFactory should allow a null Map in getMechanismNames

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017505#comment-16017505 ] Ismael Juma commented on KAFKA-5294: Thanks for the report. This is a simple fix, so we should do it.

[jira] [Updated] (KAFKA-5294) PlainSaslServerFactory should allow a null Map in getMechanismNames

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5294: --- Priority: Major (was: Minor) > PlainSaslServerFactory should allow a null Map in getMechanismNames >

[jira] [Updated] (KAFKA-5293) Do not apply exponential backoff if users have overridden reconnect.backoff.ms

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5293: --- Description: The PR for KAFKA-3878 implemented KIP-144 with one exception: it automatically enables

[jira] [Updated] (KAFKA-5293) Do not apply exponential backoff if users have overridden reconnect.backoff.ms

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5293: --- Issue Type: Bug (was: Improvement) > Do not apply exponential backoff if users have overridden

[jira] [Created] (KAFKA-5293) Do not apply exponential backoff if users have overridden reconnect.backoff.ms

2017-05-19 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-5293: -- Summary: Do not apply exponential backoff if users have overridden reconnect.backoff.ms Key: KAFKA-5293 URL: https://issues.apache.org/jira/browse/KAFKA-5293 Project:

[jira] [Updated] (KAFKA-3878) Exponential backoff for broker reconnect attempts (KIP-144)

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-3878: --- Summary: Exponential backoff for broker reconnect attempts (KIP-144) (was: Exponential backoff for

[jira] [Updated] (KAFKA-3878) Exponential backoff for broker reconnect attempts

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-3878: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request

[jira] [Created] (KAFKA-5292) Authorization tests for AdminClient

2017-05-19 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-5292: -- Summary: Authorization tests for AdminClient Key: KAFKA-5292 URL: https://issues.apache.org/jira/browse/KAFKA-5292 Project: Kafka Issue Type: Sub-task

[jira] [Updated] (KAFKA-5291) AdminClient should not trigger auto creation of topics

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5291: --- Status: Patch Available (was: Open) > AdminClient should not trigger auto creation of topics >

[jira] [Created] (KAFKA-5291) AdminClient should not trigger auto creation of topics

2017-05-19 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-5291: -- Summary: AdminClient should not trigger auto creation of topics Key: KAFKA-5291 URL: https://issues.apache.org/jira/browse/KAFKA-5291 Project: Kafka Issue Type:

[jira] [Comment Edited] (KAFKA-5289) One StopReplicaRequest will caused two Responses

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017122#comment-16017122 ] Ismael Juma edited comment on KAFKA-5289 at 5/19/17 9:33 AM: - [~xuzq_zander],

[jira] [Commented] (KAFKA-5289) One StopReplicaRequest will caused two Responses

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017122#comment-16017122 ] Ismael Juma commented on KAFKA-5289: [~xuzq_zander], because we don't to delay the response while the

[jira] [Assigned] (KAFKA-5289) One StopReplicaRequest will caused two Responses

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma reassigned KAFKA-5289: -- Assignee: Ismael Juma > One StopReplicaRequest will caused two Responses >

[jira] [Updated] (KAFKA-5289) One StopReplicaRequest will caused two Responses

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5289: --- Fix Version/s: 0.11.0.0 Status: Patch Available (was: Open) > One StopReplicaRequest will

[jira] [Commented] (KAFKA-5289) One StopReplicaRequest will caused two Responses

2017-05-19 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017075#comment-16017075 ] Ismael Juma commented on KAFKA-5289: Thanks for the report. Great catch. What kind of exceptions can

[jira] [Updated] (KAFKA-4291) TopicCommand --describe shows topics marked for deletion as under-replicated and unavailable (KIP-137)

2017-05-18 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4291: --- Summary: TopicCommand --describe shows topics marked for deletion as under-replicated and unavailable

[jira] [Assigned] (KAFKA-4291) TopicCommand --describe shows topics marked for deletion as under-replicated and unavailable (KIP-137)

2017-05-18 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma reassigned KAFKA-4291: -- Assignee: Ismael Juma (was: Mickael Maison) > TopicCommand --describe shows topics marked for

[jira] [Updated] (KAFKA-4291) TopicCommand --describe shows topics marked for deletion as under-replicated and unavailable (KIP-137)

2017-05-18 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4291: --- Labels: kip (was: ) > TopicCommand --describe shows topics marked for deletion as under-replicated

[jira] [Resolved] (KAFKA-4222) Transient failure in QueryableStateIntegrationTest.queryOnRebalance

2017-05-18 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-4222. Resolution: Fixed Assignee: Damian Guy (was: Eno Thereska) > Transient failure in

[jira] [Updated] (KAFKA-5258) move all partition and replica state transition rules into their states

2017-05-18 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5258: --- Resolution: Fixed Fix Version/s: 0.11.0.0 Status: Resolved (was: Patch Available)

[jira] [Updated] (KAFKA-3267) Describe/Alter Configs protocol, server and client (KIP-133)

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-3267: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request

[jira] [Assigned] (KAFKA-3995) Split the ProducerBatch and resend when received RecordTooLargeException

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma reassigned KAFKA-3995: -- Assignee: Jiangjie Qin (was: Mayuresh Gharat) > Split the ProducerBatch and resend when

[jira] [Updated] (KAFKA-3995) Split the ProducerBatch and resend when received RecordTooLargeException

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-3995: --- Status: Patch Available (was: Reopened) > Split the ProducerBatch and resend when received

[jira] [Updated] (KAFKA-3266) Implement KIP-140 RPCs and APIs for creating, altering, and listing ACLs

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-3266: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Implement KIP-140 RPCs and APIs

[jira] [Assigned] (KAFKA-5275) Review and potentially tweak AdminClient API for the initial release (KIP-117)

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma reassigned KAFKA-5275: -- Assignee: Ismael Juma > Review and potentially tweak AdminClient API for the initial release

[jira] [Updated] (KAFKA-5276) Support derived and prefixed configs in DescribeConfigs (KIP-133)

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5276: --- Summary: Support derived and prefixed configs in DescribeConfigs (KIP-133) (was: Support derived and

[jira] [Commented] (KAFKA-5275) Review and potentially tweak AdminClient API for the initial release (KIP-117)

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16015081#comment-16015081 ] Ismael Juma commented on KAFKA-5275: Because the ACLs and Configs PRs were developed in parallel,

[jira] [Created] (KAFKA-5276) Support derived and prefixed configs in DescribeConfigs

2017-05-17 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-5276: -- Summary: Support derived and prefixed configs in DescribeConfigs Key: KAFKA-5276 URL: https://issues.apache.org/jira/browse/KAFKA-5276 Project: Kafka Issue

[jira] [Created] (KAFKA-5275) Review and potentially tweak AdminClient API for the initial release (KIP-117)

2017-05-17 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-5275: -- Summary: Review and potentially tweak AdminClient API for the initial release (KIP-117) Key: KAFKA-5275 URL: https://issues.apache.org/jira/browse/KAFKA-5275 Project:

[jira] [Updated] (KAFKA-5274) Review and improve AdminClient Javadoc for the first release (KIP-117)

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5274: --- Summary: Review and improve AdminClient Javadoc for the first release (KIP-117) (was: Review and

[jira] [Created] (KAFKA-5274) Review and improve AdminClient Javadoc for the first release

2017-05-17 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-5274: -- Summary: Review and improve AdminClient Javadoc for the first release Key: KAFKA-5274 URL: https://issues.apache.org/jira/browse/KAFKA-5274 Project: Kafka

[jira] [Updated] (KAFKA-5274) Review and improve AdminClient Javadoc for the first release (KIP-133)

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5274: --- Summary: Review and improve AdminClient Javadoc for the first release (KIP-133) (was: Review and

[jira] [Work started] (KAFKA-5272) Improve validation for Describe/Alter Configs (KIP-133)

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-5272 started by Ismael Juma. -- > Improve validation for Describe/Alter Configs (KIP-133) >

[jira] [Created] (KAFKA-5272) Improve validation for Describe/Alter Configs (KIP-133)

2017-05-17 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-5272: -- Summary: Improve validation for Describe/Alter Configs (KIP-133) Key: KAFKA-5272 URL: https://issues.apache.org/jira/browse/KAFKA-5272 Project: Kafka Issue

[jira] [Updated] (KAFKA-3267) Describe/Alter Configs protocol, server and client (KIP-133)

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-3267: --- Summary: Describe/Alter Configs protocol, server and client (KIP-133) (was: Describe/Alter Configs

[jira] [Updated] (KAFKA-5255) Auto generate request/response classes

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5255: --- Fix Version/s: 0.11.1.0 > Auto generate request/response classes >

[jira] [Updated] (KAFKA-3267) Describe/Alter Configs protocol and server side implementation (KIP-133)

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-3267: --- Status: Patch Available (was: In Progress) > Describe/Alter Configs protocol and server side

[jira] [Updated] (KAFKA-5250) handleFetchRequest should do down conversion after throttling

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5250: --- Priority: Critical (was: Major) > handleFetchRequest should do down conversion after throttling >

[jira] [Commented] (KAFKA-5261) Performance improvement of SimpleAclAuthorizer

2017-05-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013872#comment-16013872 ] Ismael Juma commented on KAFKA-5261: Is this a bottleneck? We have an in-memory cache: {code}

[jira] [Commented] (KAFKA-977) Implement generation/term per leader to reconcile messages correctly

2017-05-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16012645#comment-16012645 ] Ismael Juma commented on KAFKA-977: --- [~junrao], should we reopen this then? I believe there was at least

[jira] [Resolved] (KAFKA-5257) CLONE - Change Default unclean.leader.election.enabled from True to False

2017-05-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-5257. Resolution: Fixed > CLONE - Change Default unclean.leader.election.enabled from True to False >

[jira] [Commented] (KAFKA-5257) CLONE - Change Default unclean.leader.election.enabled from True to False

2017-05-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16012595#comment-16012595 ] Ismael Juma commented on KAFKA-5257: The original JIRA for KIP-106 was KAFKA-4623, but it somehow got

[jira] [Created] (KAFKA-5255) Auto generate request/response classes

2017-05-16 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-5255: -- Summary: Auto generate request/response classes Key: KAFKA-5255 URL: https://issues.apache.org/jira/browse/KAFKA-5255 Project: Kafka Issue Type: New Feature

[jira] [Resolved] (KAFKA-977) Implement generation/term per leader to reconcile messages correctly

2017-05-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-977. --- Resolution: Fixed Marking this as fixed since it seems to be the same as KIP-101/KAFKA-1211. >

[jira] [Updated] (KAFKA-977) Implement generation/term per leader to reconcile messages correctly

2017-05-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-977: -- Fix Version/s: 0.11.0.0 > Implement generation/term per leader to reconcile messages correctly >

[jira] [Resolved] (KAFKA-5215) Small JavaDoc fix for AdminClient#describeTopics

2017-05-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-5215. Resolution: Fixed Fix Version/s: 0.11.0.0 Issue resolved by pull request 3013

[jira] [Resolved] (KAFKA-5175) Transient failure: ControllerIntegrationTest.testPreferredReplicaLeaderElection

2017-05-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-5175. Resolution: Fixed Fix Version/s: 0.11.0.0 Issue resolved by pull request 3067

[jira] [Assigned] (KAFKA-4623) Change Default unclean.leader.election.enabled from True to False

2017-05-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma reassigned KAFKA-4623: -- Assignee: Sharad (was: Ben Stopford) > Change Default unclean.leader.election.enabled from

[jira] [Commented] (KAFKA-5175) Transient failure: ControllerIntegrationTest.testPreferredReplicaLeaderElection

2017-05-15 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16011449#comment-16011449 ] Ismael Juma commented on KAFKA-5175: Another instance: {code} java.lang.AssertionError: failed to get

[jira] [Resolved] (KAFKA-5244) Tests which delete singleton metrics break subsequent metrics tests

2017-05-15 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-5244. Resolution: Fixed Issue resolved by pull request 3059 [https://github.com/apache/kafka/pull/3059]

[jira] [Created] (KAFKA-5250) handleFetchRequest should do down conversion after throttling

2017-05-15 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-5250: -- Summary: handleFetchRequest should do down conversion after throttling Key: KAFKA-5250 URL: https://issues.apache.org/jira/browse/KAFKA-5250 Project: Kafka

[jira] [Commented] (KAFKA-5244) Tests which delete singleton metrics break subsequent metrics tests

2017-05-15 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010821#comment-16010821 ] Ismael Juma commented on KAFKA-5244: If you think the change makes sense, I could create a separate PR

[jira] [Commented] (KAFKA-5244) Tests which delete singleton metrics break subsequent metrics tests

2017-05-15 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010820#comment-16010820 ] Ismael Juma commented on KAFKA-5244: Good find [~rsivaram]. Note that in

[jira] [Comment Edited] (KAFKA-5182) Transient failure: RequestQuotaTest.testResponseThrottleTime

2017-05-15 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16010645#comment-16010645 ] Ismael Juma edited comment on KAFKA-5182 at 5/15/17 2:57 PM: - This is still

[jira] [Reopened] (KAFKA-5182) Transient failure: RequestQuotaTest.testResponseThrottleTime

2017-05-15 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma reopened KAFKA-5182: This is still happening: {code} java.util.concurrent.ExecutionException: java.lang.AssertionError:

[jira] [Updated] (KAFKA-5232) Kafka broker fails to start if a topic containing dot in its name is marked for delete but hasn't been deleted during previous uptime

2017-05-15 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5232: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request

[jira] [Updated] (KAFKA-4965) set internal.leave.group.on.close to false in KafkaStreams

2017-05-15 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4965: --- Fix Version/s: 0.10.2.2 > set internal.leave.group.on.close to false in KafkaStreams >

[jira] [Updated] (KAFKA-5118) Improve message for Kafka failed startup with non-Kafka data in data.dirs

2017-05-15 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5118: --- Fix Version/s: 0.10.2.2 > Improve message for Kafka failed startup with non-Kafka data in data.dirs >

[jira] [Updated] (KAFKA-5230) Recommended values for Connect transformations contain the wrong class name

2017-05-14 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5230: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Recommended values for Connect

[jira] [Created] (KAFKA-5238) BrokerTopicMetrics can be recreated after topic is deleted

2017-05-14 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-5238: -- Summary: BrokerTopicMetrics can be recreated after topic is deleted Key: KAFKA-5238 URL: https://issues.apache.org/jira/browse/KAFKA-5238 Project: Kafka Issue

[jira] [Commented] (KAFKA-5236) Regression in on-disk log size when using Snappy compression with 0.8.2 log message format

2017-05-14 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16009863#comment-16009863 ] Ismael Juma commented on KAFKA-5236: Thanks for the report. The root cause is that the block size for

[jira] [Assigned] (KAFKA-5232) Kafka broker fails to start if a topic containing dot in its name is marked for delete but hasn't been deleted during previous uptime

2017-05-14 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma reassigned KAFKA-5232: -- Assignee: jaikiran pai > Kafka broker fails to start if a topic containing dot in its name is

[jira] [Updated] (KAFKA-5232) Kafka broker fails to start if a topic containing dot in its name is marked for delete but hasn't been deleted during previous uptime

2017-05-14 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5232: --- Priority: Critical (was: Major) > Kafka broker fails to start if a topic containing dot in its name

[jira] [Updated] (KAFKA-5232) Kafka broker fails to start if a topic containing dot in its name is marked for delete but hasn't been deleted during previous uptime

2017-05-14 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5232: --- Fix Version/s: 0.11.0.0 > Kafka broker fails to start if a topic containing dot in its name is marked

[jira] [Updated] (KAFKA-5232) Kafka broker fails to start if a topic containing dot in its name is marked for delete but hasn't been deleted during previous uptime

2017-05-14 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5232: --- Fix Version/s: 0.10.2.2 > Kafka broker fails to start if a topic containing dot in its name is marked

[jira] [Updated] (KAFKA-5180) Transient failure: ControllerIntegrationTest.testControllerMoveIncrementsControllerEpoch

2017-05-12 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5180: --- Resolution: Fixed Fix Version/s: 0.11.0.0 Status: Resolved (was: Patch Available)

[jira] [Updated] (KAFKA-4982) Add listener tag to socket-server-metrics.connection-... metrics (KIP-136)

2017-05-12 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4982: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request

[jira] [Resolved] (KAFKA-5227) SaslScramSslEndToEndAuthorizationTest.testNoConsumeWithoutDescribeAclViaSubscribe

2017-05-12 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-5227. Resolution: Fixed Fix Version/s: 0.11.0.0 Issue resolved by pull request 3037

[jira] [Commented] (KAFKA-4982) Add listener tag to socket-server-metrics.connection-... metrics (KIP-136)

2017-05-12 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16008535#comment-16008535 ] Ismael Juma commented on KAFKA-4982: Thanks! Can you please send an update to the KIP thread as well?

[jira] [Updated] (KAFKA-4982) Add listener tag to socket-server-metrics.connection-... metrics (KIP-136)

2017-05-12 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4982: --- Summary: Add listener tag to socket-server-metrics.connection-... metrics (KIP-136) (was: Add

[jira] [Updated] (KAFKA-4982) Add listener tag to socket-server-metrics.connection-... metrics

2017-05-12 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4982: --- Status: Patch Available (was: Open) > Add listener tag to socket-server-metrics.connection-...

[jira] [Commented] (KAFKA-3995) Add a new configuration "enable.compression.ratio.estimation" to the producer config

2017-05-12 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16008023#comment-16008023 ] Ismael Juma commented on KAFKA-3995: Can we update the title of the JIRA, please? > Add a new

[jira] [Updated] (KAFKA-5194) KIP-153: Include only client traffic in BytesOutPerSec metric

2017-05-12 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5194: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request

[jira] [Resolved] (KAFKA-5173) SASL tests failing with Could not find a 'KafkaServer' or 'sasl_plaintext.KafkaServer' entry in the JAAS configuration

2017-05-11 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-5173. Resolution: Fixed Assignee: Rajini Sivaram We believe this was fixed by

[jira] [Updated] (KAFKA-4343) Connect REST API should expose whether each connector is a source or sink

2017-05-11 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4343: --- Fix Version/s: 0.11.0.0 > Connect REST API should expose whether each connector is a source or sink >

[jira] [Updated] (KAFKA-4343) Connect REST API should expose whether each connector is a source or sink

2017-05-11 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4343: --- Status: Patch Available (was: Open) > Connect REST API should expose whether each connector is a

[jira] [Updated] (KAFKA-4343) Connect REST API should expose whether each connector is a source or sink

2017-05-11 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4343: --- Labels: kip newbie++ (was: needs-kip newbie++) > Connect REST API should expose whether each

[jira] [Resolved] (KAFKA-5182) Transient failure: RequestQuotaTest.testResponseThrottleTime

2017-05-11 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-5182. Resolution: Fixed Fix Version/s: 0.11.0.0 Issue resolved by pull request 3014

[jira] [Updated] (KAFKA-4422) Drop support for Scala 2.10 (KIP-119)

2017-05-11 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4422: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request

[jira] [Updated] (KAFKA-5194) KIP-153: Include only client traffic in BytesOutPerSec metric

2017-05-10 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5194: --- Status: Patch Available (was: Open) > KIP-153: Include only client traffic in BytesOutPerSec metric

[jira] [Updated] (KAFKA-5194) KIP-153: Include only client traffic in BytesOutPerSec metric

2017-05-10 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5194: --- Summary: KIP-153: Include only client traffic in BytesOutPerSec metric (was: KIP-153 : Include only

[jira] [Commented] (KAFKA-5213) IllegalStateException in ensureOpenForRecordAppend

2017-05-10 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16005578#comment-16005578 ] Ismael Juma commented on KAFKA-5213: Good catch. > IllegalStateException in ensureOpenForRecordAppend

[jira] [Updated] (KAFKA-5213) IllegalStateException in ensureOpenForRecordAppend

2017-05-10 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5213: --- Priority: Critical (was: Major) > IllegalStateException in ensureOpenForRecordAppend >

[jira] [Updated] (KAFKA-5213) IllegalStateException in ensureOpenForRecordAppend

2017-05-10 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5213: --- Fix Version/s: 0.11.0.0 > IllegalStateException in ensureOpenForRecordAppend >

[jira] [Commented] (KAFKA-4689) OffsetValidationTest fails validation with "Current position greater than the total number of consumed records"

2017-05-10 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16004720#comment-16004720 ] Ismael Juma commented on KAFKA-4689: [~enothereska], we filed a new issue for re-enabling. As

[jira] [Commented] (KAFKA-5184) Transient failure: MultipleListenersWithAdditionalJaasContextTest.testProduceConsume

2017-05-10 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16004547#comment-16004547 ] Ismael Juma commented on KAFKA-5184: The issue reported here seems like it can never happen. I added

[jira] [Resolved] (KAFKA-5208) Transient failure: kafka.api.SaslScramSslEndToEndAuthorizationTest.testNoConsumeWithDescribeAclViaSubscribe

2017-05-09 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-5208. Resolution: Duplicate Duplicate of KAFKA-5173. > Transient failure: >

[jira] [Resolved] (KAFKA-5176) AdminClient: add controller and clusterId methods to DescribeClusterResults

2017-05-08 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-5176. Resolution: Fixed > AdminClient: add controller and clusterId methods to DescribeClusterResults >

[jira] [Updated] (KAFKA-5041) Kafka TestKit library

2017-05-08 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-5041: --- Fix Version/s: (was: 0.11.0.0) 0.11.1.0 > Kafka TestKit library >

[jira] [Commented] (KAFKA-4669) KafkaProducer.flush hangs when NetworkClient.handleCompletedReceives throws exception

2017-05-08 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16000574#comment-16000574 ] Ismael Juma commented on KAFKA-4669: The issue is that if we can't retrieve the channel, then we

<    4   5   6   7   8   9   10   11   12   13   >