[jira] [Commented] (CASSANDRA-3033) [patch] ensure full read of chuck

2011-08-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084791#comment-13084791 ] Hudson commented on CASSANDRA-3033: --- Integrated in Cassandra #1023 (See

[jira] [Updated] (CASSANDRA-2991) Add a 'load new sstables' JMX/nodetool command

2011-08-14 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2991: --- Attachment: (was: CASSANDRA-2991.patch) Add a 'load new sstables'

[jira] [Updated] (CASSANDRA-2991) Add a 'load new sstables' JMX/nodetool command

2011-08-14 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2991: --- Attachment: CASSANDRA-2991.patch Add a 'load new sstables' JMX/nodetool command

[jira] [Created] (CASSANDRA-3034) [patch] BufferedInputStream.skip only skips bytes that are in the buffer, so keep skipping until done

2011-08-14 Thread Dave Brosius (JIRA)
[patch] BufferedInputStream.skip only skips bytes that are in the buffer, so keep skipping until done - Key: CASSANDRA-3034 URL:

[jira] [Updated] (CASSANDRA-3034) [patch] BufferedInputStream.skip only skips bytes that are in the buffer, so keep skipping until done

2011-08-14 Thread Dave Brosius (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Brosius updated CASSANDRA-3034: Attachment: skip_fully.diff [patch] BufferedInputStream.skip only skips bytes that

[jira] [Created] (CASSANDRA-3035) [patch] CommitLog.recover creates potentially many CRC32 objects. Just create one and reset it.

2011-08-14 Thread Dave Brosius (JIRA)
[patch] CommitLog.recover creates potentially many CRC32 objects. Just create one and reset it. --- Key: CASSANDRA-3035 URL:

[jira] [Updated] (CASSANDRA-3035) [patch] CommitLog.recover creates potentially many CRC32 objects. Just create one and reset it.

2011-08-14 Thread Dave Brosius (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Brosius updated CASSANDRA-3035: Attachment: reduce_checksum_creation.diff [patch] CommitLog.recover creates

[jira] [Commented] (CASSANDRA-1735) Using MessagePack for reducing data size

2011-08-14 Thread Parlo Mendez (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084871#comment-13084871 ] Parlo Mendez commented on CASSANDRA-1735: - The last post is some time ago.

[jira] [Created] (CASSANDRA-3036) Vague primary key references in CQL

2011-08-14 Thread Kelley Reynolds (JIRA)
Vague primary key references in CQL --- Key: CASSANDRA-3036 URL: https://issues.apache.org/jira/browse/CASSANDRA-3036 Project: Cassandra Issue Type: Bug Components: API Reporter: Kelley

[jira] [Updated] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

2011-08-14 Thread Vladimir Loncar (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Loncar updated CASSANDRA-2335: --- Attachment: 2335-windows-serialization-tests.patch Windows: Test

[jira] [Commented] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

2011-08-14 Thread Vladimir Loncar (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084906#comment-13084906 ] Vladimir Loncar commented on CASSANDRA-2335: These tests fail because of

[jira] [Updated] (CASSANDRA-2802) Enable encryption for data across the DC only.

2011-08-14 Thread Vijay (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijay updated CASSANDRA-2802: - Attachment: 0002-2802-Changes-to-Snitch-to-avoid-NPE.patch

[jira] [Commented] (CASSANDRA-2991) Add a 'load new sstables' JMX/nodetool command

2011-08-14 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084930#comment-13084930 ] Sébastien Giroux commented on CASSANDRA-2991: - I wouldn't use underscore

svn commit: r1157707 - /cassandra/trunk/src/java/org/apache/cassandra/net/IncomingTcpConnection.java

2011-08-14 Thread jbellis
Author: jbellis Date: Mon Aug 15 04:03:21 2011 New Revision: 1157707 URL: http://svn.apache.org/viewvc?rev=1157707view=rev Log: accomodate short skip results patch by Dave Brosius; reviewed by jbellis for CASSANDRA-3034 Modified:

[jira] [Resolved] (CASSANDRA-3034) [patch] BufferedInputStream.skip only skips bytes that are in the buffer, so keep skipping until done

2011-08-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-3034. --- Resolution: Fixed committed, thanks! [patch] BufferedInputStream.skip only

[jira] [Updated] (CASSANDRA-3034) [patch] BufferedInputStream.skip only skips bytes that are in the buffer, so keep skipping until done

2011-08-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3034: -- Reviewer: jbellis Affects Version/s: (was: 0.8.4)

svn commit: r1157708 - /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/db/commitlog/CommitLog.java

2011-08-14 Thread jbellis
Author: jbellis Date: Mon Aug 15 04:09:55 2011 New Revision: 1157708 URL: http://svn.apache.org/viewvc?rev=1157708view=rev Log: re-use CRC32 object on replay patch by Dave Brosius; reviewed by jbellis for CASSANDRA-3035 Modified:

[jira] [Updated] (CASSANDRA-3035) [patch] CommitLog.recover creates potentially many CRC32 objects. Just create one and reset it.

2011-08-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3035: -- Reviewer: jbellis Affects Version/s: (was: 0.8.4)

[jira] [Resolved] (CASSANDRA-3035) [patch] CommitLog.recover creates potentially many CRC32 objects. Just create one and reset it.

2011-08-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-3035. --- Resolution: Fixed committed, thanks! [patch] CommitLog.recover creates

[jira] [Commented] (CASSANDRA-2061) Missing logging for some exceptions

2011-08-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084958#comment-13084958 ] Jonathan Ellis commented on CASSANDRA-2061: --- Figured out the problem.

[jira] [Updated] (CASSANDRA-2061) Missing logging for some exceptions

2011-08-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2061: -- Attachment: 2061-v3.txt Missing logging for some exceptions

[jira] [Commented] (CASSANDRA-3035) [patch] CommitLog.recover creates potentially many CRC32 objects. Just create one and reset it.

2011-08-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084965#comment-13084965 ] Hudson commented on CASSANDRA-3035: --- Integrated in Cassandra-0.8 #279 (See