[jira] Created: (CASSANDRA-1026) Word count contrib cannot verify schema

2010-04-27 Thread Johan Oskarsson (JIRA)
Word count contrib cannot verify schema --- Key: CASSANDRA-1026 URL: https://issues.apache.org/jira/browse/CASSANDRA-1026 Project: Cassandra Issue Type: Bug Components: Contrib

[jira] Updated: (CASSANDRA-1026) Word count contrib cannot verify schema

2010-04-27 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1026: -- Fix Version/s: 0.7 Affects Version/s: 0.7 Word count contrib cannot

[jira] Created: (CASSANDRA-1027) Allow Null Predicate in Deletion

2010-04-27 Thread Sylvain Lebresne (JIRA)
Allow Null Predicate in Deletion Key: CASSANDRA-1027 URL: https://issues.apache.org/jira/browse/CASSANDRA-1027 Project: Cassandra Issue Type: Improvement Components: Core Reporter:

[jira] Updated: (CASSANDRA-1027) Allow Null Predicate in Deletion

2010-04-27 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-1027: Attachment: 0001-Allow-null-predicate-in-Deletion.patch Allow Null Predicate

svn commit: r938500 - in /cassandra/trunk/src/java/org/apache/cassandra: avro/CassandraServer.java thrift/CassandraServer.java

2010-04-27 Thread jbellis
Author: jbellis Date: Tue Apr 27 15:14:07 2010 New Revision: 938500 URL: http://svn.apache.org/viewvc?rev=938500view=rev Log: use DecorateKey instead of byte[] in maps where object identity is insufficient to determine equality patch by Vijay Parthasarathy; reviewed by jbellis for CASSANDRA-1020

buildbot failure in ASF Buildbot on cassandra-trunk

2010-04-27 Thread buildbot
The Buildbot has detected a new failure of cassandra-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/cassandra-trunk/builds/1059 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: Build Source Stamp: [branch

buildbot success in ASF Buildbot on cassandra-trunk

2010-04-27 Thread buildbot
The Buildbot has detected a restored build of cassandra-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/cassandra-trunk/builds/1060 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: Build Source Stamp: [branch

[jira] Created: (CASSANDRA-1028) NPE in AntiEntropyService.getNeighbors

2010-04-27 Thread Jonathan Ellis (JIRA)
NPE in AntiEntropyService.getNeighbors -- Key: CASSANDRA-1028 URL: https://issues.apache.org/jira/browse/CASSANDRA-1028 Project: Cassandra Issue Type: Bug Components: Core Reporter:

svn commit: r938568 - in /cassandra/trunk: conf/ src/java/org/apache/cassandra/locator/ src/java/org/apache/cassandra/service/ test/conf/ test/unit/org/apache/cassandra/locator/

2010-04-27 Thread jbellis
Author: jbellis Date: Tue Apr 27 17:06:04 2010 New Revision: 938568 URL: http://svn.apache.org/viewvc?rev=938568view=rev Log: move per-datacenter replication factor into datacenters.properties patch by jbellis; reviewed by eevans for CASSANDRA-994 Added:

svn commit: r938569 - in /cassandra/trunk/conf: README.txt cassandra-rack.properties

2010-04-27 Thread jbellis
Author: jbellis Date: Tue Apr 27 17:06:18 2010 New Revision: 938569 URL: http://svn.apache.org/viewvc?rev=938569view=rev Log: add README for conf/ contents patch by jbellis; reviewed by eevans for CASSANDRA-994 Added: cassandra/trunk/conf/README.txt Modified:

[jira] Updated: (CASSANDRA-992) fix contrib/word_count build

2010-04-27 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-992: --- Attachment: (was: cassandra-992-0_6-branch.patch) fix contrib/word_count build

[jira] Updated: (CASSANDRA-992) fix contrib/word_count build

2010-04-27 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-992: --- Attachment: (was: cassandra-992.patch) fix contrib/word_count build

[jira] Commented: (CASSANDRA-1012) Problems reading remote rows in trunk?

2010-04-27 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861454#action_12861454 ] Jonathan Ellis commented on CASSANDRA-1012: --- 1020 is committed, can you test

[jira] Updated: (CASSANDRA-992) fix contrib/word_count build

2010-04-27 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-992: --- Attachment: 992-0_6-branch.patch Updated patch for the 0.6 branch. Makes the

[jira] Created: (CASSANDRA-1029) convert contrib/word_count to use thrift instead of fat client

2010-04-27 Thread Jeremy Hanna (JIRA)
convert contrib/word_count to use thrift instead of fat client -- Key: CASSANDRA-1029 URL: https://issues.apache.org/jira/browse/CASSANDRA-1029 Project: Cassandra Issue Type:

svn commit: r938597 - in /cassandra/trunk/src/java/org/apache/cassandra: gms/EndpointState.java gms/Gossiper.java service/StorageService.java

2010-04-27 Thread jbellis
Author: jbellis Date: Tue Apr 27 18:35:21 2010 New Revision: 938597 URL: http://svn.apache.org/viewvc?rev=938597view=rev Log: Replace synchronization in Gossiper with concurrent data structures and volatile fields. Also removes getSortedApplicationStates since nothing actually seems to rely on

[jira] Updated: (CASSANDRA-1027) Allow Null Predicate in Deletion

2010-04-27 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1027: -- Affects Version/s: 0.6 (was: 0.7) Allow Null Predicate

svn commit: r938601 - in /cassandra/trunk: src/java/org/apache/cassandra/thrift/ThriftValidation.java test/system/test_thrift_server.py

2010-04-27 Thread jbellis
Author: jbellis Date: Tue Apr 27 18:45:49 2010 New Revision: 938601 URL: http://svn.apache.org/viewvc?rev=938601view=rev Log: allow null predicates in Deletions. patch by Sylvain Lebresne; reviewed by jbellis for CASSANDRA-1027 Modified:

[jira] Resolved: (CASSANDRA-1012) Problems reading remote rows in trunk?

2010-04-27 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1012. --- Resolution: Duplicate Erick reports that this does seem to be fixed post-1020.

[jira] Commented: (CASSANDRA-1012) Problems reading remote rows in trunk?

2010-04-27 Thread Roger Schildmeijer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861515#action_12861515 ] Roger Schildmeijer commented on CASSANDRA-1012: --- I managed to reproduce

[jira] Commented: (CASSANDRA-992) fix contrib/word_count build

2010-04-27 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861552#action_12861552 ] Gary Dusbabek commented on CASSANDRA-992: - +1 on the 0.6 patch. committed.

[jira] Updated: (CASSANDRA-739) multiget returns empty ColumnOrSuperColumn instead of null

2010-04-27 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-739: - Attachment: 739-rebased.txt multiget returns empty ColumnOrSuperColumn instead of

[jira] Updated: (CASSANDRA-992) fix contrib/word_count build

2010-04-27 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-992: - Fix Version/s: 0.6.2 (was: 0.7) Affects Version/s:

[jira] Created: (CASSANDRA-1030) fix contrib/word_count build in 0.7

2010-04-27 Thread Jonathan Ellis (JIRA)
fix contrib/word_count build in 0.7 --- Key: CASSANDRA-1030 URL: https://issues.apache.org/jira/browse/CASSANDRA-1030 Project: Cassandra Issue Type: Bug Components: Contrib Affects Versions: 0.7

svn commit: r938678 - /cassandra/branches/cassandra-0.6/CHANGES.txt

2010-04-27 Thread gdusbabek
Author: gdusbabek Date: Tue Apr 27 21:40:25 2010 New Revision: 938678 URL: http://svn.apache.org/viewvc?rev=938678view=rev Log: should have been included with CASSANDRA-992 fix Modified: cassandra/branches/cassandra-0.6/CHANGES.txt Modified: cassandra/branches/cassandra-0.6/CHANGES.txt URL:

[jira] Commented: (CASSANDRA-739) multiget returns empty ColumnOrSuperColumn instead of null

2010-04-27 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861566#action_12861566 ] Brandon Williams commented on CASSANDRA-739: +1 multiget returns empty

svn commit: r938696 [2/2] - in /cassandra/trunk: ./ interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/thrift/ test/system/

2010-04-27 Thread jbellis
Modified: cassandra/trunk/src/java/org/apache/cassandra/thrift/CassandraServer.java URL: http://svn.apache.org/viewvc/cassandra/trunk/src/java/org/apache/cassandra/thrift/CassandraServer.java?rev=938696r1=938695r2=938696view=diff

[jira] Assigned: (CASSANDRA-1024) Latency Histograms

2010-04-27 Thread Ryan King (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan King reassigned CASSANDRA-1024: Assignee: Ryan King Latency Histograms -- Key:

[jira] Updated: (CASSANDRA-1024) Latency Histograms

2010-04-27 Thread Ryan King (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan King updated CASSANDRA-1024: - Priority: Minor (was: Major) Latency Histograms -- Key:

[jira] Updated: (CASSANDRA-1024) Latency Histograms

2010-04-27 Thread Ryan King (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan King updated CASSANDRA-1024: - Attachment: 1024.patch This is w WIP patch. Current it does: * keeps estimated histograms

[jira] Created: (CASSANDRA-1031) get cassandra version with thrift

2010-04-27 Thread Lee Li (JIRA)
get cassandra version with thrift -- Key: CASSANDRA-1031 URL: https://issues.apache.org/jira/browse/CASSANDRA-1031 Project: Cassandra Issue Type: New Feature Components: Core Affects Versions:

[jira] Updated: (CASSANDRA-1031) get cassandra version with thrift

2010-04-27 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1031: -- Fix Version/s: 0.7 (was: 0.6.2) Affects

svn commit: r938775 - in /cassandra/site/src: content/download/index.html layout/skeleton/_download.html

2010-04-27 Thread jbellis
Author: jbellis Date: Wed Apr 28 03:58:51 2010 New Revision: 938775 URL: http://svn.apache.org/viewvc?rev=938775view=rev Log: replace curly quotes in js with single quotes Modified: cassandra/site/src/content/download/index.html cassandra/site/src/layout/skeleton/_download.html

svn commit: r938776 - in /cassandra/site/publish: download/index.html index.html

2010-04-27 Thread jbellis
Author: jbellis Date: Wed Apr 28 03:59:19 2010 New Revision: 938776 URL: http://svn.apache.org/viewvc?rev=938776view=rev Log: publish Modified: cassandra/site/publish/download/index.html cassandra/site/publish/index.html Modified: cassandra/site/publish/download/index.html URL:

[jira] Commented: (CASSANDRA-948) Cannot Start Cassandra Under Windows

2010-04-27 Thread Alexander Strouk (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861669#action_12861669 ] Alexander Strouk commented on CASSANDRA-948: Hi Gary and Mark, I have just