Re: Difficulties packaging trunk

2013-01-27 Thread David Arthur
Turns out I was using a ZK chroot in my server.properties and the znode didn't exist, so kafka.Kafka was returning right away. Strange that there was no error message though. On 1/27/13 9:54 AM, David Arthur wrote: I'm trying to run the latest trunk code. I'm packaging the project as

Re: Unit test failure stack traces

2013-01-27 Thread Joe Stein
Hi Neha, did some digging and came accross this. ./sbt set every traceLevel := 10 test we can either document it on our wiki or we can set the trace level to a higher number in build.sbt (i.e. traceLevel := 10) let me know how it goes excerpt from

Re: Difficulties packaging trunk

2013-01-27 Thread Neha Narkhede
Please can you file a bug describing the problem ? On Sun, Jan 27, 2013 at 7:55 AM, David Arthur mum...@gmail.com wrote: Turns out I was using a ZK chroot in my server.properties and the znode didn't exist, so kafka.Kafka was returning right away. Strange that there was no error message

[jira] [Updated] (KAFKA-695) Broker shuts down due to attempt to read a closed index file

2013-01-27 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-695: -- Attachment: kafka-695.patch I have a theory of what's happening here. What we overlooked is that there is

[jira] [Updated] (KAFKA-695) Broker shuts down due to attempt to read a closed index file

2013-01-27 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-695: -- Fix Version/s: 0.8 Status: Patch Available (was: Open) Broker shuts down due to attempt to

[jira] [Created] (KAFKA-738) correlationId is not set in FetchRequest in AbstractFetcherThread

2013-01-27 Thread Jun Rao (JIRA)
Jun Rao created KAFKA-738: - Summary: correlationId is not set in FetchRequest in AbstractFetcherThread Key: KAFKA-738 URL: https://issues.apache.org/jira/browse/KAFKA-738 Project: Kafka Issue Type:

[jira] [Commented] (KAFKA-695) Broker shuts down due to attempt to read a closed index file

2013-01-27 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13564030#comment-13564030 ] Jay Kreps commented on KAFKA-695: - This is a pretty brilliant catch. That code should not