[jira] Commented: (CASSANDRA-526) Operations: Allow the ability to start a node without joining the ring

2010-04-20 Thread Ryan King (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858722#action_12858722 ] Ryan King commented on CASSANDRA-526: - It seems like we'd only wait to do this for

[jira] Commented: (CASSANDRA-1006) Exception starting up cluster with ByteOrderedPartitioner without schema set

2010-04-20 Thread Erick Tryzelaar (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858730#action_12858730 ] Erick Tryzelaar commented on CASSANDRA-1006: Fyi, turns out this is

[jira] Updated: (CASSANDRA-1006) Exception starting up cluster with ByteOrderedPartitioner without schema set

2010-04-20 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-1006: Attachment: 0001-Serialize-Tokens-using-TokenFactory.patch BootStrapper was serializing tokens

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

2010-04-20 Thread Eldar Nugaev (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858898#action_12858898 ] Eldar Nugaev commented on CASSANDRA-948: Hi guys. User skanga from

[jira] Commented: (CASSANDRA-994) re-organize endpointsnitch implementations

2010-04-20 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858903#action_12858903 ] Gary Dusbabek commented on CASSANDRA-994: - I've included a patch for the broken

[jira] Commented: (CASSANDRA-744) [multi_]get_count should take a SlicePredicate

2010-04-20 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858916#action_12858916 ] Gary Dusbabek commented on CASSANDRA-744: - +1 [multi_]get_count should take a

svn commit: r935972 - in /cassandra/trunk: src/java/org/apache/cassandra/db/migration/Migration.java test/unit/org/apache/cassandra/config/DatabaseDescriptorTest.java

2010-04-20 Thread gdusbabek
Author: gdusbabek Date: Tue Apr 20 16:02:20 2010 New Revision: 935972 URL: http://svn.apache.org/viewvc?rev=935972view=rev Log: include all keyspaces when creating the schema migration. Patch by Gary Dusbabek, reviewed by Jonathan Ellis. CASSANDRA-995 Modified:

svn commit: r935973 - in /cassandra/trunk: test/unit/org/apache/cassandra/config/DatabaseDescriptorTest.java test/unit/org/apache/cassandra/db/DefsTest.java test_conf.iml

2010-04-20 Thread gdusbabek
Author: gdusbabek Date: Tue Apr 20 16:02:29 2010 New Revision: 935973 URL: http://svn.apache.org/viewvc?rev=935973view=rev Log: Use RackUnawareStrategy in unit tests because it doesn't conflict with SimpleEndpointSnitch. Patch by Gary Dusbabek, reviewed by Jonathan Ellis. CASSANDRA-995 Added:

buildbot success in ASF Buildbot on cassandra-trunk

2010-04-20 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/1039 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: Build Source Stamp: [branch

svn commit: r935979 - /cassandra/trunk/test_conf.iml

2010-04-20 Thread gdusbabek
Author: gdusbabek Date: Tue Apr 20 16:18:38 2010 New Revision: 935979 URL: http://svn.apache.org/viewvc?rev=935979view=rev Log: rm iml file Removed: cassandra/trunk/test_conf.iml

[jira] Updated: (CASSANDRA-943) Spelling correction: rename DatacenterShardStategy to DatacenterShardStrategy

2010-04-20 Thread Eric Sigler (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Sigler updated CASSANDRA-943: -- Attachment: CASSANDRA-943.patch This is a quick rename of the file and class. The base set

[Cassandra Wiki] Trivial Update of MemtableSSTable by JonathanEllis

2010-04-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The MemtableSSTable page has been changed by JonathanEllis. http://wiki.apache.org/cassandra/MemtableSSTable?action=diffrev1=7rev2=8 --

[jira] Commented: (CASSANDRA-994) re-organize endpointsnitch implementations

2010-04-20 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858996#action_12858996 ] Jonathan Ellis commented on CASSANDRA-994: -- Committed Gary's defstest fix and

svn commit: r936015 - in /cassandra/trunk: CHANGES.txt NEWS.txt conf/cassandra.xml

2010-04-20 Thread jbellis
Author: jbellis Date: Tue Apr 20 18:01:04 2010 New Revision: 936015 URL: http://svn.apache.org/viewvc?rev=936015view=rev Log: update docs for CASSANDRA-994 Modified: cassandra/trunk/CHANGES.txt cassandra/trunk/NEWS.txt cassandra/trunk/conf/cassandra.xml Modified:

svn commit: r936016 - in /cassandra/trunk/src/java/org/apache/cassandra: locator/ service/

2010-04-20 Thread jbellis
Author: jbellis Date: Tue Apr 20 18:01:09 2010 New Revision: 936016 URL: http://svn.apache.org/viewvc?rev=936016view=rev Log: replace isOnSameRack and isInSameDataCenter with getRack and getDatacenter (replacing getLocation). patch by Erick Tryzelaar; reviewed by jbellis for CASSANDRA-994

svn commit: r936023 - in /cassandra/trunk/src/java/org/apache/cassandra/locator: DatacenterShardStategy.java DatacenterShardStrategy.java

2010-04-20 Thread jbellis
Author: jbellis Date: Tue Apr 20 18:43:39 2010 New Revision: 936023 URL: http://svn.apache.org/viewvc?rev=936023view=rev Log: add missing R to DataShardStrategy name. patch by Eric Sigler; reviewed by jbellis for CASSANDRA-943 Added:

[jira] Assigned: (CASSANDRA-1002) Fat client example cannot find schema

2010-04-20 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood reassigned CASSANDRA-1002: --- Assignee: Stu Hood (was: Gary Dusbabek) Fat client example cannot find schema

[jira] Updated: (CASSANDRA-994) re-organize endpointsnitch implementations

2010-04-20 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-994: - Attachment: 994-dc.txt patch that removes DCEPS but leaves a todo for loading

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

2010-04-20 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-948: Attachment: trunk-CASSANDRA-948.txt This fixes the problem in trunk and 0.6. I will

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

2010-04-20 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-948: Attachment: cassandra-with-fixes.bat Including a patched version of the batch file for

[jira] Commented: (CASSANDRA-1006) Exception starting up cluster with ByteOrderedPartitioner without schema set

2010-04-20 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12859090#action_12859090 ] Gary Dusbabek commented on CASSANDRA-1006: -- +1 Exception starting up cluster

svn commit: r936079 - in /cassandra/trunk: src/java/org/apache/cassandra/dht/BootStrapper.java test/unit/org/apache/cassandra/dht/BootStrapperTest.java

2010-04-20 Thread gdusbabek
Author: gdusbabek Date: Tue Apr 20 22:03:56 2010 New Revision: 936079 URL: http://svn.apache.org/viewvc?rev=936079view=rev Log: do not call toString() directly on token. Patch by Stu Hood, reviewed by Gary Dusbabek. CASSANDRA-1006 Modified:

[jira] Updated: (CASSANDRA-1000) Create migratory script to generate new YAML config from cassandra.xml

2010-04-20 Thread Todd Blose (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Blose updated CASSANDRA-1000: -- Attachment: CASSANDRA-1000.patch Create migratory script to generate new YAML config from

[jira] Commented: (CASSANDRA-1000) Create migratory script to generate new YAML config from cassandra.xml

2010-04-20 Thread Todd Blose (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12859180#action_12859180 ] Todd Blose commented on CASSANDRA-1000: --- Patch attached. Summary: - new shell

[jira] Resolved: (CASSANDRA-494) add remove_slice to the api

2010-04-20 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-494. -- Resolution: Duplicate going to be fixed in CASSANDRA-293 add remove_slice to the

[jira] Updated: (CASSANDRA-494) add remove_slice to the api

2010-04-20 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-494: - Assignee: (was: Gary Dusbabek) add remove_slice to the api

[jira] Updated: (CASSANDRA-990) Replace cassandra.xml with cassandra.yaml

2010-04-20 Thread Todd Blose (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Blose updated CASSANDRA-990: - Attachment: (was: CASSANDRA-990.patch-2) Replace cassandra.xml with cassandra.yaml

[jira] Updated: (CASSANDRA-990) Replace cassandra.xml with cassandra.yaml

2010-04-20 Thread Todd Blose (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Blose updated CASSANDRA-990: - Attachment: CASSANDRA-990.patch-2 Replace cassandra.xml with cassandra.yaml

[jira] Assigned: (CASSANDRA-859) update cassandra-cli for mandatory login()

2010-04-20 Thread Todd Blose (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Blose reassigned CASSANDRA-859: Assignee: Todd Blose update cassandra-cli for mandatory login()

[jira] Updated: (CASSANDRA-1000) Create migratory program to generate YAML from existing XML

2010-04-20 Thread Todd Blose (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Blose updated CASSANDRA-1000: -- Summary: Create migratory program to generate YAML from existing XML (was: Create

[jira] Updated: (CASSANDRA-1000) Create migratory script to generate new YAML config from cassandra.xml

2010-04-20 Thread Todd Blose (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Blose updated CASSANDRA-1000: -- Description: This is to ensure existing users will have no issues making the transition to