13 Collaborator |
Jonathan Ellis , Brandon Williams , Eric Evans , Jun Rao , Sandeep Tata , Sammy Yu , Evan Weaver , Jeff Hodges , Mark McBride , Bill de hOra , Hiram Chirino , Hernan Badenes , Carl Byström |
20 Patch |
17 Review |
8fb1546303791bc1119284fc9f8aed60a6786767,
dcabc0e3431ccff56b20caef7f7805e49a6aac13,
c8dbd6a402d32adab9e49ef6393c1ceca8b59866,
51401247c1a2e00638aa3f12a0e924ff85e49ab6,
d7e492410a5649c3c25357f3d61f1a809a5880e1,
5f4734eaa8d860d6a49d1fcbbe0f89d92edb291f,
76983f70946eec58962a33f32a0f401977c82588,
88b0ee7be461abf54236eda862920e9f006b9855,
92f3ab3949ff99f7247479f215d4c481277510d1,
07330c1cfa4fb83a0f7d455d01858cec90b66c21,
5782d175a0144dac99086b4d1de21f13cb2c1f76,
f8563642748ca5fec3e2e19982c67b7bacd00023,
227b2701347042b7097c50f407b8c13921a065e5,
cf01ea1c49f1168292cca9faa860617ab973334e,
32d964ff54cf1c2947ccb00f4cc6c1fcda3510e0,
77a5bf429ee413f6e5dc25bebf648d76fae281e8,
4b4459c0d1aef5d22477755c2d20083fc3c51012,
fdf95da4646f2b57e4246736d09358a55b82c084,
4e3a4404c9e19d41db4de4f6c4bf85404e514c7f,
e1971c6d07d02796c26c8dd542061086c28c7df5 |
6d070498beeba4d431a09043fd83abb96f5eff9d,
3f87f59a6c32d8ffaac3b1c7175a1eeb261551c7,
3917094f04a76878c56947e745154c708ff99632,
568933f5c4f7bf7e373663a414dd890cdc93ec2b,
c0df773c99cf8b65a735870a02ca90995304b460,
eb886e99995713f3ed563142107e765f880a4fcc,
c5c1234ffcb31f691bd9c5fe0b9aef97e5ff849b,
066ef58a96dd9d425f7f0a705ac952a0c3f9f863,
edf2226079d61a0e23f803bc3f064b9e360fb141,
572b5f852dc20d954100a75f6029418873bf198d,
38d81587acfff4e97e632967ff86e05c3e6d6492,
bad8fb5fae2a9e95b4e8811af05f2078ce9a1dc4,
f04b9d3ed4472eb788cb795829aa3a1363d05253,
9c5274b4cd0448af42cb3da8dc6d9a4422355a06,
f49f3e7ea9b2b05a5c502a440376c60358b64c18,
e0d97d21fcaf707ed0ce93d1fba1654c3020f281,
23fa1bc0bd52c3167dbaaea40a94f16f9a823c73 |
6d070498beeba4d431a09043fd83abb96f5eff9d | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-10-08 22:30:55+00:00
r/m undocumented term aliases in favor of a single 'comment' field.
patch by jbellis and Brandon Williams; reviewed by Michael Greene for CASSANDRA-481
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@823349 13f79535-47bb-0310-9956-ffa450edef68
8fb1546303791bc1119284fc9f8aed60a6786767 | Author: Eric Evans <eevans@apache.org>
| 2009-10-07 16:22:08+00:00
CASSANDRA-457 cassandra client with a web-based interface
Patch by Jun Rao, Hernan Badenes, and Michael Greene;
reviewed by eevans for CASSANDRA-457
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@822786 13f79535-47bb-0310-9956-ffa450edef68
3f87f59a6c32d8ffaac3b1c7175a1eeb261551c7 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-09-17 21:15:49+00:00
add thrift version string.
patch by jbellis; reviewed by Michael Greene for CASSANDRA-412
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@816386 13f79535-47bb-0310-9956-ffa450edef68
3917094f04a76878c56947e745154c708ff99632 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-08-24 16:49:21+00:00
allow blocking write to create hints if not enough of the "correct" nodes are live, but enough are to fulfil the requested consistency level. patch by Sandeep Tata; reviewed by jbellis and Michael Greene for CASSANDRA-383
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@807305 13f79535-47bb-0310-9956-ffa450edef68
dcabc0e3431ccff56b20caef7f7805e49a6aac13 | Author: Eric Evans <eevans@apache.org>
| 2009-08-20 21:17:59+00:00
print right side of range in nodeprobe ring output
Patch by Sammy Yu and Michael Greene; reviewed by eevans for CASSANDRA-382
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@806362 13f79535-47bb-0310-9956-ffa450edef68
568933f5c4f7bf7e373663a414dd890cdc93ec2b | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-08-20 20:37:45+00:00
change LongType to read longs in big endian order to be consistent with network order and the UUID types.
patch by jbellis and Evan Weaver; reviewed by Michael Greene for CASSANDRA-384
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@806342 13f79535-47bb-0310-9956-ffa450edef68
c8dbd6a402d32adab9e49ef6393c1ceca8b59866 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-08-20 19:00:58+00:00
finish removing Groovy. patch by Michael Greene; reviewed by jbellis for CASSANDRA-380
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@806305 13f79535-47bb-0310-9956-ffa450edef68
51401247c1a2e00638aa3f12a0e924ff85e49ab6 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-08-20 17:24:33+00:00
remove groovy jar, half-baked Callout code. patch by Michael Greene; reviewed by jbellis for CASSANDRA-380
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@806267 13f79535-47bb-0310-9956-ffa450edef68
d7e492410a5649c3c25357f3d61f1a809a5880e1 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-08-20 03:31:24+00:00
remove authorship comments. patch by Michael Greene; reviewed by jbellis for CASSANDRA-379
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@806032 13f79535-47bb-0310-9956-ffa450edef68
c0df773c99cf8b65a735870a02ca90995304b460 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-08-20 03:13:19+00:00
add getPendingTasks to CommitLogExecutorService
patch by jbellis; reviewed by Michael Greene for CASSANDRA-369
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@806030 13f79535-47bb-0310-9956-ffa450edef68
eb886e99995713f3ed563142107e765f880a4fcc | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-08-14 21:00:18+00:00
make StorageTable.StorageMetadata a singleton, so multiple initMetadatas are safe.
patch by Bill de hOra and jbellis; reviewed by Michael Greene for CASSANDRA-358
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@804372 13f79535-47bb-0310-9956-ffa450edef68
5f4734eaa8d860d6a49d1fcbbe0f89d92edb291f | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-08-14 20:20:50+00:00
rename dispatchMessage overload w/ identical erased signature to make JDK7 (and the Java spec) happy. patch by Michael Greene; reviewed by jbellis for CASSNADRA-366
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@804359 13f79535-47bb-0310-9956-ffa450edef68
76983f70946eec58962a33f32a0f401977c82588 | Author: Eric Evans <eevans@apache.org>
| 2009-08-14 17:08:49+00:00
support a maven release (pom.xml)
Patch by Hiram Chirino, Michael Greene, Carl Byström, and Mark McBride;
reviewed by eevans for CASSANDRA-301
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@804299 13f79535-47bb-0310-9956-ffa450edef68
c5c1234ffcb31f691bd9c5fe0b9aef97e5ff849b | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-08-11 17:13:06+00:00
update BUGS.txt for 0.4
patch by jbellis; reviewed by Eric Evans and Michael Greene for CASSANDRA-354
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@803208 13f79535-47bb-0310-9956-ffa450edef68
88b0ee7be461abf54236eda862920e9f006b9855 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-08-05 13:38:40+00:00
fix more findbugs complaints. patch by Michael Greene; reviewed by jbellis for CASSANDRA-338
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@801228 13f79535-47bb-0310-9956-ffa450edef68
92f3ab3949ff99f7247479f215d4c481277510d1 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-08-04 13:05:28+00:00
The change to LexicalUUIDType and TimeUUIDType didn't get propagated to the default storage-conf. patch by Michael Greene; reviewed by jbellis for CASSANDRA-240
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@800769 13f79535-47bb-0310-9956-ffa450edef68
07330c1cfa4fb83a0f7d455d01858cec90b66c21 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-08-03 20:33:24+00:00
brings findbugs count from 266 -> 250 bugs by fixing some scopes, removing some dead code, and not implementing Serializable unnecessarily. patch by Michael Greene; reviewed for CASSANDRA-338 by jbellis
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@800547 13f79535-47bb-0310-9956-ffa450edef68
066ef58a96dd9d425f7f0a705ac952a0c3f9f863 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-07-30 15:30:21+00:00
run source files through dos2unix to standardize on \n line endings. patch by Jeff Hodges; reviewed by Michael Greene for CASSANDRA-111
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@799331 13f79535-47bb-0310-9956-ffa450edef68
edf2226079d61a0e23f803bc3f064b9e360fb141 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-07-30 15:18:03+00:00
add CompareSubcolumnsWith to describe_keyspace. patch by Evan Weaver; reviewed by Michael Greene for CASSANDRA-326
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@799320 13f79535-47bb-0310-9956-ffa450edef68
5782d175a0144dac99086b4d1de21f13cb2c1f76 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-07-30 15:11:43+00:00
table -> keyspace in stress.py. patch by Michael Greene; reviewed by jbellis for CASSANDRA-271
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@799313 13f79535-47bb-0310-9956-ffa450edef68
572b5f852dc20d954100a75f6029418873bf198d | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-07-30 00:29:28+00:00
table -> keyspace
patch by jbellis; reviewed by Michael Greene for CASSANDRA-271
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@799140 13f79535-47bb-0310-9956-ffa450edef68
f8563642748ca5fec3e2e19982c67b7bacd00023 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-07-29 17:00:18+00:00
add more if-isDebugEnabled lines to reduce overhead when logging at INFO or higher. patch by Michael Greene; reviewed by jbellis for CASSANDRA-174
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@798979 13f79535-47bb-0310-9956-ffa450edef68
38d81587acfff4e97e632967ff86e05c3e6d6492 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-07-27 17:28:57+00:00
finish snapshot support. patch by Sammy Yu; reviewed by jbellis and Michael Greene for CASSANDRA-279
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@798228 13f79535-47bb-0310-9956-ffa450edef68
227b2701347042b7097c50f407b8c13921a065e5 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-07-24 22:32:21+00:00
standardize more method and parameter names on underscores instead of camelcase. patch by Michael Greene; reviewed by jbellis for CASSANDRA-312
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@797674 13f79535-47bb-0310-9956-ffa450edef68
cf01ea1c49f1168292cca9faa860617ab973334e | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-07-23 20:11:57+00:00
Return standard/super designation to introspection and fix typo in DD. patch by Michael Greene; reviewed by jbellis for CASSANDRA-314
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@797209 13f79535-47bb-0310-9956-ffa450edef68
32d964ff54cf1c2947ccb00f4cc6c1fcda3510e0 | Author: Eric Evans <eevans@apache.org>
| 2009-07-21 15:21:59+00:00
better handling of file names with spaces on windows
- Quote path names in startup bat file
- Pass File object instead of URI when parsing storage-conf.xml
Patch by Michael Greene; reviewed by eevans for CASSANDRA-307
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@796345 13f79535-47bb-0310-9956-ffa450edef68
bad8fb5fae2a9e95b4e8811af05f2078ce9a1dc4 | Author: Eric Evans <eevans@apache.org>
| 2009-07-17 19:45:22+00:00
allow separate config of thrift bind address
This patch adds a new configuration directive 'ThriftAddress', an
analogue to ListenAddress for the thrift service.
If left unconfigured, the thrift service will fall back to the same
default as ListenAddress (i.e., InetAddress.getLocalHost). Unlike
ListenAddress, it is OK to set ThriftAddress to 0.0.0.0 which
will result in the service listening on all interfaces.
Patch by eevans; reviewed by Michael Greene for CASSANDRA-288
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@795205 13f79535-47bb-0310-9956-ffa450edef68
f04b9d3ed4472eb788cb795829aa3a1363d05253 | Author: Eric Evans <eevans@apache.org>
| 2009-07-16 21:40:59+00:00
remove ganglia analytics package
Patch by eevans; reviewed by Michael Greene for CASSANDRA-297
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@794876 13f79535-47bb-0310-9956-ffa450edef68
9c5274b4cd0448af42cb3da8dc6d9a4422355a06 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-07-14 21:46:43+00:00
rename confusing "random" magic number variables. patch by jbellis; reviewed by Michael Greene for CASSANDRA-74
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@794079 13f79535-47bb-0310-9956-ffa450edef68
77a5bf429ee413f6e5dc25bebf648d76fae281e8 | Author: Eric Evans <eevans@apache.org>
| 2009-07-14 17:18:04+00:00
shiny new windows bat file for daemon startup
Patch by Michael Greene; reviewed by eevans for CASSANDRA-146
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@793978 13f79535-47bb-0310-9956-ffa450edef68
4b4459c0d1aef5d22477755c2d20083fc3c51012 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-07-13 20:05:04+00:00
r/m ZooKeeper vestiges. patch by Michael Greene; reviewed by jbellis for CASSANDRA-291
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@793691 13f79535-47bb-0310-9956-ffa450edef68
f49f3e7ea9b2b05a5c502a440376c60358b64c18 | Author: Eric Evans <eevans@apache.org>
| 2009-07-09 17:38:42+00:00
abort system tests if previous run shutdown uncleanly
Patch by eevans; reviewed by Michael Greene for CASSANDRA-282
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@792615 13f79535-47bb-0310-9956-ffa450edef68
fdf95da4646f2b57e4246736d09358a55b82c084 | Author: Eric Evans <eevans@apache.org>
| 2009-07-09 17:38:36+00:00
move ports used in system tests; shorten timeout
Patch by Michael Greene; reviewed by eevans for CASSANDRA-282
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@792614 13f79535-47bb-0310-9956-ffa450edef68
e0d97d21fcaf707ed0ce93d1fba1654c3020f281 | Author: Eric Evans <eevans@apache.org>
| 2009-07-08 16:08:01+00:00
replace non-portable use of echo -n with printf
Patch by Eric Evans; reviewed by Michael Greene for CASSANDRA-278
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@792206 13f79535-47bb-0310-9956-ffa450edef68
4e3a4404c9e19d41db4de4f6c4bf85404e514c7f | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-07-08 12:56:23+00:00
spelling fixes. patch by Michael Greene; reviewed by jbellis for CASSANDRA-281
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@792126 13f79535-47bb-0310-9956-ffa450edef68
23fa1bc0bd52c3167dbaaea40a94f16f9a823c73 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-07-07 15:40:46+00:00
combine range version of get_slice into get_slice itself.
patch by jbellis; reviewed by Michael Greene for CASSANDRA-277
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@791872 13f79535-47bb-0310-9956-ffa450edef68
e1971c6d07d02796c26c8dd542061086c28c7df5 | Author: Jonathan Ellis <jbellis@apache.org>
| 2009-05-11 13:36:21+00:00
allow specifying "ant test -Dtest.name=ColumnFamilyStoreTest" etc. patch by Michael Greene; reviewed by jbellis for CASSANDRA-158
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@773556 13f79535-47bb-0310-9956-ffa450edef68