[jira] Subscription: outstanding kafka patches

2012-09-10 Thread jira
Issue Subscription Filter: outstanding kafka patches (56 issues) The list of outstanding kafka patches Subscriber: kafka-mailing-list Key Summary KAFKA-498 Controller code has race conditions and synchronization bugs https://issues.apache.org/jira/browse/KAFKA-498 KAF

[jira] [Resolved] (KAFKA-376) expose different data to fetch requests from the follower replicas and consumer clients

2012-09-10 Thread Prashanth Menon (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prashanth Menon resolved KAFKA-376. --- Resolution: Fixed Fix Version/s: 0.8 Thanks Jun. Comitted to 0.8. > e

Re: Kafka REST interface

2012-09-10 Thread David Arthur
Bump. Anyone have feedback on this approach? -David On Aug 24, 2012, at 12:37 PM, David Arthur wrote: > Here is an initial pass at a Kafka REST proxy (in Scala) > > https://github.com/mumrah/kafka/blob/rest/contrib/rest-proxy/src/main/scala/RESTServer.scala > > The basic gist is: > * Jetty f

Re: Build failed in Jenkins: Kafka-0.8 #36

2012-09-10 Thread Prashanth Menon
Hmmm, the Jenkins build fails to load the native snappy libraries. I thought this issue was resolved? On Mon, Sep 10, 2012 at 10:37 AM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See > > Changes: > > [prashanthmenon] Expose d

[jira] [Commented] (KAFKA-495) Handle topic names with "/" on Kafka server

2012-09-10 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452074#comment-13452074 ] Jun Rao commented on KAFKA-495: --- Thanks for the patch for 0.8. Overall, it looks good. Some m

[jira] [Closed] (KAFKA-376) expose different data to fetch requests from the follower replicas and consumer clients

2012-09-10 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao closed KAFKA-376. - > expose different data to fetch requests from the follower replicas and > consumer clients > ---

[jira] [Commented] (KAFKA-458) remove errorcode from ByteBufferMessageSet

2012-09-10 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452133#comment-13452133 ] Jun Rao commented on KAFKA-458: --- Thanks for patch v3. Some comments: 1. Could you rebase? 2

[jira] [Created] (KAFKA-502) Simplify setup / initialization in replication_basic_test.py

2012-09-10 Thread John Fung (JIRA)
John Fung created KAFKA-502: --- Summary: Simplify setup / initialization in replication_basic_test.py Key: KAFKA-502 URL: https://issues.apache.org/jira/browse/KAFKA-502 Project: Kafka Issue Type: S

[jira] [Assigned] (KAFKA-502) Simplify setup / initialization in replication_basic_test.py

2012-09-10 Thread John Fung (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Fung reassigned KAFKA-502: --- Assignee: John Fung > Simplify setup / initialization in replication_basic_test.py > -

[jira] [Created] (KAFKA-503) Support "testcase_to_run" or "testcase_to_skip"

2012-09-10 Thread John Fung (JIRA)
John Fung created KAFKA-503: --- Summary: Support "testcase_to_run" or "testcase_to_skip" Key: KAFKA-503 URL: https://issues.apache.org/jira/browse/KAFKA-503 Project: Kafka Issue Type: Sub-task

[jira] [Assigned] (KAFKA-503) Support "testcase_to_run" or "testcase_to_skip"

2012-09-10 Thread John Fung (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Fung reassigned KAFKA-503: --- Assignee: John Fung > Support "testcase_to_run" or "testcase_to_skip" > --

[jira] [Updated] (KAFKA-458) remove errorcode from ByteBufferMessageSet

2012-09-10 Thread Swapnil Ghike (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swapnil Ghike updated KAFKA-458: Attachment: kafka-458-v4.patch Modified the patch. > remove errorcode from ByteBuff

[jira] [Updated] (KAFKA-458) remove errorcode from ByteBufferMessageSet

2012-09-10 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-458: -- Resolution: Fixed Status: Resolved (was: Patch Available) Thanks for patch v4. Committed to 0.8.

[jira] [Closed] (KAFKA-458) remove errorcode from ByteBufferMessageSet

2012-09-10 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao closed KAFKA-458. - > remove errorcode from ByteBufferMessageSet > -- > > Key:

[jira] [Created] (KAFKA-504) UnsatisfiedLinkError causes snappy unit tests to fail on hudson server

2012-09-10 Thread Jay Kreps (JIRA)
Jay Kreps created KAFKA-504: --- Summary: UnsatisfiedLinkError causes snappy unit tests to fail on hudson server Key: KAFKA-504 URL: https://issues.apache.org/jira/browse/KAFKA-504 Project: Kafka Iss

[jira] [Updated] (KAFKA-504) UnsatisfiedLinkError causes snappy unit tests to fail on hudson server

2012-09-10 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Kreps updated KAFKA-504: Attachment: KAFKA-504.patch Check if snappy is loadable before running the unit test. If snappy can't be lo

[jira] [Updated] (KAFKA-504) UnsatisfiedLinkError causes snappy unit tests to fail on hudson server

2012-09-10 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Kreps updated KAFKA-504: Attachment: (was: KAFKA-504.patch) > UnsatisfiedLinkError causes snappy unit tests to fail on hudson

[jira] [Updated] (KAFKA-504) UnsatisfiedLinkError causes snappy unit tests to fail on hudson server

2012-09-10 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Kreps updated KAFKA-504: Attachment: KAFKA-504.patch > UnsatisfiedLinkError causes snappy unit tests to fail on hudson server > -

[jira] [Commented] (KAFKA-504) UnsatisfiedLinkError causes snappy unit tests to fail on hudson server

2012-09-10 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452602#comment-13452602 ] Jay Kreps commented on KAFKA-504: - Note that I can't really test this case very well since

[jira] [Updated] (KAFKA-367) StringEncoder/StringDecoder use platform default character set

2012-09-10 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated KAFKA-367: -- Attachment: KAFKA-367-4.patch This seems to be working/passing all the tests. If this is looking like wh

[jira] [Created] (KAFKA-505) Remove errorcode from TopicMetaDataResponse

2012-09-10 Thread Swapnil Ghike (JIRA)
Swapnil Ghike created KAFKA-505: --- Summary: Remove errorcode from TopicMetaDataResponse Key: KAFKA-505 URL: https://issues.apache.org/jira/browse/KAFKA-505 Project: Kafka Issue Type: Bug Aff

[jira] [Updated] (KAFKA-495) Handle topic names with "/" on Kafka server

2012-09-10 Thread Swapnil Ghike (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swapnil Ghike updated KAFKA-495: Attachment: kafka-495-v0.8-v2.patch - After discussing with Jun, inserted topic validation in create

[jira] [Updated] (KAFKA-505) Remove errorcode from TopicMetaDataResponse

2012-09-10 Thread Swapnil Ghike (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swapnil Ghike updated KAFKA-505: Issue Type: Improvement (was: Bug) > Remove errorcode from TopicMetaDataResponse >