[jira] [Created] (KAFKA-2623) Kakfa broker not deleting logs after configured retention time properly

2015-10-07 Thread Hao Zhang (JIRA)
Hao Zhang created KAFKA-2623: Summary: Kakfa broker not deleting logs after configured retention time properly Key: KAFKA-2623 URL: https://issues.apache.org/jira/browse/KAFKA-2623 Project: Kafka

[jira] [Commented] (KAFKA-2593) KeyValueStores should not require use of the context's default serializers and deserializers

2015-10-07 Thread Randall Hauch (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947520#comment-14947520 ] Randall Hauch commented on KAFKA-2593: -- ~guozhang, I've replaced the static factory methods in each

[jira] [Resolved] (KAFKA-2419) Allow certain Sensors to be garbage collected after inactivity

2015-10-07 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Koshy resolved KAFKA-2419. --- Resolution: Fixed > Allow certain Sensors to be garbage collected after inactivity >

[jira] [Updated] (KAFKA-2623) Kakfa broker not deleting logs after configured retention time properly

2015-10-07 Thread Hao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Zhang updated KAFKA-2623: - Environment: DISTRIB_ID=Ubuntu DISTRIB_RELEASE=12.04 DISTRIB_CODENAME=precise DISTRIB_DESCRIPTION="Ubuntu

[jira] [Updated] (KAFKA-2527) System Test for Quotas in Ducktape

2015-10-07 Thread Dong Lin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin updated KAFKA-2527: Labels: quota (was: ) > System Test for Quotas in Ducktape > -- > >

[jira] [Updated] (KAFKA-2171) System Test for Quotas

2015-10-07 Thread Dong Lin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin updated KAFKA-2171: Resolution: Duplicate Status: Resolved (was: Patch Available) Discard this patch in favor of quota

[jira] [Commented] (KAFKA-2419) Allow certain Sensors to be garbage collected after inactivity

2015-10-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947488#comment-14947488 ] ASF GitHub Bot commented on KAFKA-2419: --- Github user asfgit closed the pull request at:

[GitHub] kafka pull request: KAFKA-2419; Garbage collect unused sensors

2015-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/233 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Created] (KAFKA-2622) Add Time logical type for Copycat

2015-10-07 Thread Ewen Cheslack-Postava (JIRA)
Ewen Cheslack-Postava created KAFKA-2622: Summary: Add Time logical type for Copycat Key: KAFKA-2622 URL: https://issues.apache.org/jira/browse/KAFKA-2622 Project: Kafka Issue Type:

Build failed in Jenkins: kafka-trunk-jdk7 #665

2015-10-07 Thread Apache Jenkins Server
See Changes: [jjkoshy] KAFKA-2419; Garbage collect unused sensors -- [...truncated 2742 lines...] kafka.coordinator.ConsumerCoordinatorResponseTest > testValidHeartbeat PASSED

[GitHub] kafka pull request: KAFKA-2622: Add Time logical type for Copycat.

2015-10-07 Thread ewencp
GitHub user ewencp opened a pull request: https://github.com/apache/kafka/pull/285 KAFKA-2622: Add Time logical type for Copycat. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ewencp/kafka kafka-2622-time-logical-type

[jira] [Commented] (KAFKA-2622) Add Time logical type for Copycat

2015-10-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947691#comment-14947691 ] ASF GitHub Bot commented on KAFKA-2622: --- GitHub user ewencp opened a pull request:

[jira] [Updated] (KAFKA-2527) System Test for Quotas in Ducktape

2015-10-07 Thread Dong Lin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin updated KAFKA-2527: Fix Version/s: 0.9.0.0 > System Test for Quotas in Ducktape > -- > >

Build failed in Jenkins: kafka-trunk-jdk8 #8

2015-10-07 Thread Apache Jenkins Server
See Changes: [jjkoshy] KAFKA-2419; Garbage collect unused sensors -- [...truncated 2084 lines...] kafka.coordinator.PartitionAssignorTest > testRangeAssignorOneConsumerMultipleTopics PASSED

Re: [DISCUSS] Email to dev list for GitHub PR comments

2015-10-07 Thread Dong Lin
I agree with Guozhang. On Tue, Oct 6, 2015 at 5:49 PM, Gwen Shapira wrote: > Agree with Guozhang. > > On Tue, Oct 6, 2015 at 3:22 PM, Guozhang Wang wrote: > > > I think github cannot batch comments in emails (yet?), which is sad.. > > > > I would prefer

Jenkins build is back to normal : kafka-trunk-jdk7 #663

2015-10-07 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-35 - Retrieve protocol version

2015-10-07 Thread Dong Lin
I agree with Jason we should aim to have clients to properly detect and handle unknown-protocol error. The hack of empty response should be shorten solution. After reading the earlier discussion and wiki, I have two questions: - In the future, do we expect all clients to send

Build failed in Jenkins: kafka-trunk-jdk8 #9

2015-10-07 Thread Apache Jenkins Server
See Changes: [junrao] Kafka-2587: Only notification handler will update the cache and all [wangguoz] KAFKA-2428: Add sanity check in KafkaConsumer for the timeouts -- [...truncated 2047

[GitHub] kafka pull request: KAFKA-2621; nextOffsetMetadata should be chang...

2015-10-07 Thread lindong28
GitHub user lindong28 opened a pull request: https://github.com/apache/kafka/pull/286 KAFKA-2621; nextOffsetMetadata should be changed after rolling a new log segment You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (KAFKA-2428) Add sanity test in kafkaConsumer for the timeouts. This is a followup ticket for Kafka-2120

2015-10-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947919#comment-14947919 ] ASF GitHub Bot commented on KAFKA-2428: --- Github user asfgit closed the pull request at:

[jira] [Commented] (KAFKA-2477) Replicas spuriously deleting all segments in partition

2015-10-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14948074#comment-14948074 ] ASF GitHub Bot commented on KAFKA-2477: --- Github user asfgit closed the pull request at:

[jira] [Updated] (KAFKA-2477) Replicas spuriously deleting all segments in partition

2015-10-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-2477: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request 204

[GitHub] kafka pull request: KAFKA-2477: Fix a race condition between log a...

2015-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/204 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (KAFKA-2621) nextOffsetMetadata should be changed after rolling a new log segment

2015-10-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14948083#comment-14948083 ] ASF GitHub Bot commented on KAFKA-2621: --- GitHub user lindong28 opened a pull request:

[jira] [Resolved] (KAFKA-2587) Transient test failure: `SimpleAclAuthorizerTest`

2015-10-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-2587. Resolution: Fixed Issue resolved by pull request 277 [https://github.com/apache/kafka/pull/277] >

[GitHub] kafka pull request: Kafka-2587: Only notification handler will upd...

2015-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/277 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Updated] (KAFKA-2622) Add Time logical type for Copycat

2015-10-07 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava updated KAFKA-2622: - Status: Patch Available (was: Open) > Add Time logical type for Copycat >

[jira] [Resolved] (KAFKA-2621) nextOffsetMetadata should be changed after rolling a new log segment

2015-10-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-2621. Resolution: Fixed Assignee: Jiangjie Qin (was: Dong Lin) This is fixed as part of KAFKA-2477. >

Re: Kafka dotnet SDK suggestion

2015-10-07 Thread Ewen Cheslack-Postava
The project doesn't make official recommendations about third party clients. The only client directly supported is the Java/Scala library included in the project's source repository. However, the community does maintain a list of third-party clients here:

Build failed in Jenkins: kafka-trunk-jdk8 #10

2015-10-07 Thread Apache Jenkins Server
See Changes: [junrao] KAFKA-2477: Fix a race condition between log append and fetch that -- [...truncated 2036 lines...] kafka.integration.PrimitiveApiTest > testPipelinedProduceRequests PASSED

[jira] [Updated] (KAFKA-2428) Add sanity test in kafkaConsumer for the timeouts. This is a followup ticket for Kafka-2120

2015-10-07 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-2428: - Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request

[GitHub] kafka pull request: KAFKA-2428

2015-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/282 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Build failed in Jenkins: kafka-trunk-jdk7 #666

2015-10-07 Thread Apache Jenkins Server
See Changes: [junrao] Kafka-2587: Only notification handler will update the cache and all [wangguoz] KAFKA-2428: Add sanity check in KafkaConsumer for the timeouts -- [...truncated 322

[jira] [Commented] (KAFKA-2598) Add Test with authorizer for producer and consumer

2015-10-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947921#comment-14947921 ] Jun Rao commented on KAFKA-2598: You could get identities through SSL if you set up 2-way authentication.

[jira] [Commented] (KAFKA-2598) Add Test with authorizer for producer and consumer

2015-10-07 Thread Parth Brahmbhatt (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947417#comment-14947417 ] Parth Brahmbhatt commented on KAFKA-2598: - I just started yesterday, should have an initial patch

[jira] [Commented] (KAFKA-2620) Introduce Scalariform

2015-10-07 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947425#comment-14947425 ] Ismael Juma commented on KAFKA-2620: I was thinking we'd use Scalastyle (KAFKA-2423). The issue is

[jira] [Assigned] (KAFKA-2621) nextOffsetMetadata should be changed after rolling a new log segment

2015-10-07 Thread Dong Lin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin reassigned KAFKA-2621: --- Assignee: Dong Lin > nextOffsetMetadata should be changed after rolling a new log segment >

[jira] [Commented] (KAFKA-2620) Introduce Scalariform

2015-10-07 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947464#comment-14947464 ] Grant Henke commented on KAFKA-2620: [~ijuma] I agree we should use Scalastyle as well. These are two

Kafka License Detail

2015-10-07 Thread sugumar analysis
Hi All, We are using Apache Kafka for our messaging functionalities. We have developed the messaging system using Kafka. Now we are planning to setup in production environment. *Please any one confirm me the Apache Kafka is free of cost?* *Can we use it in Production environment?* Thanks,

Re: [DISCUSS] KIP-35 - Retrieve protocol version

2015-10-07 Thread Magnus Edenhill
2015-10-07 9:49 GMT+02:00 Dong Lin : > I agree with Jason we should aim to have clients to properly detect and > handle unknown-protocol error. The hack of empty response should be shorten > solution. > Yes, in the long run we want to modify the common protocol response

Re: Kafka License Detail

2015-10-07 Thread Flavio Junqueira
Sugumar, The short answer is yes to both your questions, but if you have any specific concern, I suggest you have a look at the Apache License under which Kafka is distributed: http://www.apache.org/licenses/LICENSE-2.0 -Flavio > On 07 Oct 2015,

[jira] [Work started] (KAFKA-2614) No more clients can connect after `TooManyConnectionsException` threshold (max.connections.per.ip) is reached

2015-10-07 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-2614 started by Ismael Juma. -- > No more clients can connect after `TooManyConnectionsException` threshold >

[jira] [Updated] (KAFKA-2609) SSL renegotiation code paths need more tests

2015-10-07 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram updated KAFKA-2609: -- Fix Version/s: (was: 0.9.0.0) 0.10.0.0 Changing the target version as

[jira] [Commented] (KAFKA-2614) No more clients can connect after `TooManyConnectionsException` threshold (max.connections.per.ip) is reached

2015-10-07 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14946786#comment-14946786 ] Ismael Juma commented on KAFKA-2614: Thanks for filing this, there is indeed an issue where we are not

[jira] [Updated] (KAFKA-2572) zk connection instability

2015-10-07 Thread John Firth (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Firth updated KAFKA-2572: -- Description: On two occasions, we've seen our process enter a cycle of: zk session expiry; new session

[jira] [Updated] (KAFKA-2572) zk connection instability

2015-10-07 Thread John Firth (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Firth updated KAFKA-2572: -- Description: On several occasions, we've seen our process enter a cycle of: zk session expiry; new

[jira] [Reopened] (KAFKA-2103) kafka.producer.AsyncProducerTest failure.

2015-10-07 Thread Eno Thereska (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eno Thereska reopened KAFKA-2103: - This test fails for me repeatedly on latest MacOS (but not on Ubuntu):

[jira] [Commented] (KAFKA-2103) kafka.producer.AsyncProducerTest failure.

2015-10-07 Thread Eno Thereska (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947034#comment-14947034 ] Eno Thereska commented on KAFKA-2103: - Part of this test is still failing for me regularly on MacOS:

Re: [jira] [Updated] (KAFKA-2572) zk connection instability

2015-10-07 Thread Clark Haskins
This sounds an awful lot like GC activity. Have you checked to see if you are having full GCs that would pause your application and cause a timeout? -Clark Sent from my iPhone > On Oct 7, 2015, at 8:39 AM, John Firth (JIRA) wrote: > > > [ >

Build failed in Jenkins: kafka-trunk-jdk8 #7

2015-10-07 Thread Apache Jenkins Server
See Changes: [junrao] KAFKA-2534: Fixes and unit tests for SSLTransportLayer buffer overflow -- [...truncated 3282 lines...] kafka.integration.SslTopicMetadataTest >

Kafka dotnet SDK suggestion

2015-10-07 Thread sugumar analysis
Hi All, We are developing Messaging system with Kafka using DotNet (C#). We found there are 2 different SDK available for Dotnet 1. https://github.com/Jroland/kafka-net/ 2. https://github.com/ExactTargetDev/kafka-net First one is officially referred by Apache Kafka. But It is an initial

[jira] [Commented] (KAFKA-2587) Transient test failure: `SimpleAclAuthorizerTest`

2015-10-07 Thread Eno Thereska (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947054#comment-14947054 ] Eno Thereska commented on KAFKA-2587: - I get this too on trunk, under Ubuntu but not MacOS Distributor

[jira] [Commented] (KAFKA-2058) ProducerTest.testSendWithDeadBroker transient failure

2015-10-07 Thread Eno Thereska (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947048#comment-14947048 ] Eno Thereska commented on KAFKA-2058: - I get this too intermittently under Ubuntu: Distributor ID:

[GitHub] kafka pull request: KAFKA-2534: Fixes and unit tests for SSLTransp...

2015-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/205 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (KAFKA-2534) SSLTransportLayer does not handle buffer overflow correctly

2015-10-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947151#comment-14947151 ] ASF GitHub Bot commented on KAFKA-2534: --- Github user asfgit closed the pull request at:

[jira] [Updated] (KAFKA-2534) SSLTransportLayer does not handle buffer overflow correctly

2015-10-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-2534: --- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request 205

[jira] [Commented] (KAFKA-2598) Add Test with authorizer for producer and consumer

2015-10-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947369#comment-14947369 ] Jun Rao commented on KAFKA-2598: [~parth.brahmbhatt], are you still working on this? Thanks. > Add Test

[jira] [Created] (KAFKA-2620) Introduce Scalariform

2015-10-07 Thread Grant Henke (JIRA)
Grant Henke created KAFKA-2620: -- Summary: Introduce Scalariform Key: KAFKA-2620 URL: https://issues.apache.org/jira/browse/KAFKA-2620 Project: Kafka Issue Type: Bug Components: build

[GitHub] kafka pull request: KAFKA-2620: Introduce Scalariform

2015-10-07 Thread granthenke
GitHub user granthenke opened a pull request: https://github.com/apache/kafka/pull/284 KAFKA-2620: Introduce Scalariform This is a WIP. There will likely need to be discussion around a rule set we want to use and if we actually want to include this in the build. This could also be

[jira] [Commented] (KAFKA-2620) Introduce Scalariform

2015-10-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947389#comment-14947389 ] ASF GitHub Bot commented on KAFKA-2620: --- GitHub user granthenke opened a pull request:

[jira] [Commented] (KAFKA-1894) Avoid long or infinite blocking in the consumer

2015-10-07 Thread Onur Karaman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947277#comment-14947277 ] Onur Karaman commented on KAFKA-1894: - Just for reference, this is similar to the following ticket:

[jira] [Updated] (KAFKA-2428) Add sanity test in kafkaConsumer for the timeouts. This is a followup ticket for Kafka-2120

2015-10-07 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-2428: --- Reviewer: Joel Koshy Status: Patch Available (was: Open) There is a PR, so setting the status

[GitHub] kafka pull request: KAFKA-2391 [WIP]: add timeout to KafkaConsumer...

2015-10-07 Thread onurkaraman
GitHub user onurkaraman opened a pull request: https://github.com/apache/kafka/pull/283 KAFKA-2391 [WIP]: add timeout to KafkaConsumer blocking calls You can merge this pull request into a Git repository by running: $ git pull https://github.com/onurkaraman/kafka KAFKA-2391

[jira] [Updated] (KAFKA-2619) Kafka tools dont allow override of some properties using config files

2015-10-07 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram updated KAFKA-2619: -- Description: [~ewencp] pointed out in the PR review of KAFKA-2581 that the parsing of config

[GitHub] kafka-site pull request: updated contributing.html

2015-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka-site/pull/1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (KAFKA-2391) Blocking call such as position(), partitionsFor(), committed() and listTopics() should have a timeout

2015-10-07 Thread Onur Karaman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947279#comment-14947279 ] Onur Karaman commented on KAFKA-2391: - As brought up earlier, blocking for request.timeout.ms time

[jira] [Commented] (KAFKA-1894) Avoid long or infinite blocking in the consumer

2015-10-07 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947298#comment-14947298 ] Jason Gustafson commented on KAFKA-1894: [~onurkaraman] Maybe we clarify the scope of this issue.

[jira] [Created] (KAFKA-2619) Kafka tools dont allow override of some properties using config files

2015-10-07 Thread Rajini Sivaram (JIRA)
Rajini Sivaram created KAFKA-2619: - Summary: Kafka tools dont allow override of some properties using config files Key: KAFKA-2619 URL: https://issues.apache.org/jira/browse/KAFKA-2619 Project: Kafka

[jira] [Created] (KAFKA-2618) Disable SSL renegotiation for 0.9.0.0

2015-10-07 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-2618: -- Summary: Disable SSL renegotiation for 0.9.0.0 Key: KAFKA-2618 URL: https://issues.apache.org/jira/browse/KAFKA-2618 Project: Kafka Issue Type: Bug

[jira] [Updated] (KAFKA-2618) Disable SSL renegotiation for 0.9.0.0

2015-10-07 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-2618: --- Description: As discussed in KAFKA-2609, we don't have enough tests for SSL renegotiation to be

[jira] [Commented] (KAFKA-2618) Disable SSL renegotiation for 0.9.0.0

2015-10-07 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14947220#comment-14947220 ] Ismael Juma commented on KAFKA-2618: cc [~junrao] [~rsivaram] [~harsha_ch] > Disable SSL