Commit Graph

1971 Commits

Author SHA1 Message Date
Jonathan Ellis ab6b05f820 r/m unnecessary `final` from local variables, clean up gcbefore in RowIteratorFactory. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980583 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 21:18:23 +00:00
Brandon Williams 8cb42364eb Fix range slices of supercolumns in stress.py
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980582 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 21:17:07 +00:00
Eric Evans b43e536f96 don't assume cli err stream is System.err
This is a non-change, but protects a future where the cli's error
stream is substituted for something else.

Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980560 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 20:22:19 +00:00
Eric Evans a149163699 minor grammatical and formatting nits w/ help text
Patch by eevans for CASSANDRA-1204

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980559 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 20:22:14 +00:00
Eric Evans cdc48e527b cli support for keyspace/cf add, drop, and rename
Patch by Mason Bryant; review by eevans for CASSANDRA-1204

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980558 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 20:22:08 +00:00
Gary Dusbabek de5715e14f revert 980215, 980217, 980220, 980222, 980225, 980226. CASSANDRA-1237
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980554 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 19:53:36 +00:00
Brandon Williams 8a17df1b66 page within a single row during hinted handoff. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-1327
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980542 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 19:05:24 +00:00
Gary Dusbabek 5504e2c935 print a more friendly error when printRing gets IllegalState. Patch by Nate McCall, reviewed by Gary Dusbabek. CASSANDRA-1310
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980492 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 15:58:29 +00:00
Gary Dusbabek ccc51f1a8f check for ks/cf keyspace name agreement. Patch by Nate McCall, reviewed by Gary Dusbabek. CASSANDRA-1310
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980491 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 15:58:19 +00:00
Jonathan Ellis c618c213d8 update to use modern TBinaryProtocol everywhere. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980285 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 01:47:26 +00:00
Gary Dusbabek c13bb7b2cb apply access.properties to KSM during loadSchemaFromYaml. patch by stuhood, reviewed by gdusbabek. CASSANDRA-1237
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980226 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 21:02:13 +00:00
Gary Dusbabek da2d195919 move CS threadlocals into single object. patch by stuhood, reviewed by gdusbabek. CASSANDRA-1237
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980225 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 21:02:05 +00:00
Gary Dusbabek 3f9f50725b new IAuthenticator interface. patch by stuhood, reviewed by gdusbabek. CASSANDRA-1237
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980222 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 21:01:57 +00:00
Gary Dusbabek 7b9f69ad18 push access structures into KSM. patch by stuhood, reviewed by gdusbabek. CASSANDRA-1237
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980220 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 21:01:49 +00:00
Gary Dusbabek c213967e43 put access structures in KsDef. patch by stuhood, reviewed by gdusbabek. CASSANDRA-1237
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980217 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 21:01:39 +00:00
Gary Dusbabek 4ee87ab35d move KSM modification code into copy methods. patch by stuhood, reviewed by gdusbabek. CASSANDRA-1237
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980215 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 21:01:30 +00:00
Eric Evans c1d3fdf48c update client_only example for CASSANDRA-1317 changes
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980206 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 20:54:33 +00:00
Gary Dusbabek 76de427e42 run thrift and jmx migrations on migration stage. patch by gdusbabek, reviewed by stuhood. CASSANDRA-1292
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@980141 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 18:00:18 +00:00
Jonathan Ellis e4fe6f3bcf minor cleanup of getRangeSlices. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979898 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 22:43:13 +00:00
Brandon Williams df728f48cd Update contrib/pig's cassandra.yaml for trunk. Patch by Jeremy Hanna reviewed by brandonwilliams for CASSANDRA-1326
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979828 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 19:49:11 +00:00
Jonathan Ellis 3a044a9140 add IntegerType for arbitrary-length integers. patch by Folke Behrens; reviewed by mdennis and jbellis for CASSANDRA-1282
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979784 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 17:46:28 +00:00
Gary Dusbabek dd5cebce85 push migrations when SS.loadSchemaFromYaml is called. patch by gdusbabek, reviewed by jbellis. CASSANDRA-1321
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979734 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 14:50:10 +00:00
Gary Dusbabek 529aa2ebd8 LegacySSTableTest should ignore invalid directories. patch by stuhood, reviewed by gdusbabek
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979689 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 13:24:20 +00:00
Jonathan Ellis 774c214336 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979678 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 12:45:26 +00:00
Jonathan Ellis 257177b421 fix TBinaryProtocol instantiation in CFOF. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979518 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 04:05:45 +00:00
Jonathan Ellis 291846dc05 fix commitlog tests post-1135. patch by mdennis; reviewed by jbellis for CASSANDRA-1318
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979516 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 04:02:04 +00:00
Jonathan Ellis 93f71af6b3 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979514 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 03:54:22 +00:00
Jonathan Ellis 034845d8a3 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979509 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 03:17:56 +00:00
Jonathan Ellis 619cbd124d merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979508 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 03:17:10 +00:00
Gary Dusbabek 9064f4c33a fix the build
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979470 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 22:17:30 +00:00
Jonathan Ellis 77e3578577 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979449 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 21:23:17 +00:00
Jonathan Ellis cf39b740d0 finish CASSANDRA-1280 for trunk (lots of new code that the merge from 0.6 didn't finish). bonus: contrib/word_count actually tested and working again. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979440 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 21:00:40 +00:00
Jonathan Ellis 6468f7bfc6 formatting. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979439 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 21:01:31 +00:00
Jonathan Ellis f27c6b7ce6 enable "strict reads" to aid troubleshooting corrupt messages / framed bugs. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979438 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 21:01:27 +00:00
Jonathan Ellis 62d044bbf2 fix formatting, default framed mode
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979437 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 21:01:23 +00:00
Jonathan Ellis d52fcb1777 s/NotImplementedException/UnsupportedOperationException/. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979436 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 21:01:20 +00:00
Jonathan Ellis 1babf7602b merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979406 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 18:44:25 +00:00
Jonathan Ellis 3015876a86 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979400 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 18:24:46 +00:00
Jonathan Ellis 20c03ea969 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979399 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 18:20:53 +00:00
Jonathan Ellis e4f579f717 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979335 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 16:04:06 +00:00
Jonathan Ellis 6d9de2454f merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979160 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 04:45:16 +00:00
Jonathan Ellis 4fb3d18641 r/m bitmask predicates. patch by jbellis; reviewed by gdusbabek for CASSANDRA-1312
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979139 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 03:00:08 +00:00
Jonathan Ellis 2441f798ca implement multiple index expressions. patch by jbellis; reviewed by Nate McCall for CASSANDRA-1157
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@978978 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25 04:16:30 +00:00
Jonathan Ellis 4ae4a30c93 tweak replay status message. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@978800 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 05:01:51 +00:00
Jonathan Ellis 4e5c564753 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@978792 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 04:07:10 +00:00
Gary Dusbabek a677749228 tool to import+export schema. patch by Eric Evans and Gary Dusbabek, reviewed by Brandon Williams. CASSANDRA-1133
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@967261 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23 20:52:54 +00:00
Jonathan Ellis e3f05adf36 {Min,Mean,Max}RowCompactedSize renamed to {Min,Mean,Max}RowSize. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@967248 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23 20:35:33 +00:00
Brandon Williams c00a5c1f58 Keep persistent row size and column count statistics. Patch by brandonwilliams and jbellis; reviewed by jbellis for CASSANDRA-1155
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@967213 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23 19:22:58 +00:00
Jonathan Ellis 7a926e5bff r/m duplicate changelog entry
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@967207 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23 19:08:36 +00:00
Jonathan Ellis 16a1951ec8 run gen-thrift-java to update thrift Constants.java
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@967193 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23 18:34:27 +00:00