cassandra/src/java/org/apache/cassandra
Jonathan Ellis 4a2ba89fe3 r/m orphaned Leader code. patch by jbellis; reviewed by Eric Evans for CASSANDRA-143
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@772455 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06 22:40:16 +00:00
..
analytics move src/ to src/java/. patch by johano; reviewed by jbellis for CASSANDRA-112 2009-04-29 19:18:48 +00:00
cli use `block` flag instead of separate _blocking methods. throw exception on error instead of returning bool for success. patch by jbellis; reviewed by Eric Evans for CASSANDRA-131 2009-05-05 14:54:05 +00:00
concurrent add pending tasks mbean to all DebuggableTPE. clean out ad-hoc queue length logging. 2009-05-06 02:27:54 +00:00
config allow periodic flushing on a per-CF basis for infrequently-updated CFs (i.e., 2009-05-06 01:55:51 +00:00
continuations move src/ to src/java/. patch by johano; reviewed by jbellis for CASSANDRA-112 2009-04-29 19:18:48 +00:00
cql move src/ to src/java/. patch by johano; reviewed by jbellis for CASSANDRA-112 2009-04-29 19:18:48 +00:00
db clean up more ad-hoc timing message and move to mbeans. add TimedStatsDeque to 2009-05-06 22:27:02 +00:00
dht change Message body to byte[]. this reveals where there are problems: everything that is using any of the send messages already needs to be doing that or they're broken. the good ones I just unwrap; the broken ones I fixed except for MoveMessage which doesn't even have a byte[] serializer yet, so I left that one broken. writeResponseResolver is the specific case that caused the bug report. 2009-05-04 19:02:23 +00:00
gms clean up more ad-hoc timing message and move to mbeans. add TimedStatsDeque to 2009-05-06 22:27:02 +00:00
io clean up anticompaction code a little. 2009-05-04 15:59:12 +00:00
loader move src/ to src/java/. patch by johano; reviewed by jbellis for CASSANDRA-112 2009-04-29 19:18:48 +00:00
locator move src/ to src/java/. patch by johano; reviewed by jbellis for CASSANDRA-112 2009-04-29 19:18:48 +00:00
net r/m orphaned Leader code. patch by jbellis; reviewed by Eric Evans for CASSANDRA-143 2009-05-06 22:40:16 +00:00
procedures move src/ to src/java/. patch by johano; reviewed by jbellis for CASSANDRA-112 2009-04-29 19:18:48 +00:00
service r/m orphaned Leader code. patch by jbellis; reviewed by Eric Evans for CASSANDRA-143 2009-05-06 22:40:16 +00:00
test use `block` flag instead of separate _blocking methods. throw exception on error instead of returning bool for success. patch by jbellis; reviewed by Eric Evans for CASSANDRA-131 2009-05-05 14:54:05 +00:00
tools change Message body to byte[]. this reveals where there are problems: everything that is using any of the send messages already needs to be doing that or they're broken. the good ones I just unwrap; the broken ones I fixed except for MoveMessage which doesn't even have a byte[] serializer yet, so I left that one broken. writeResponseResolver is the specific case that caused the bug report. 2009-05-04 19:02:23 +00:00
utils clean up more ad-hoc timing message and move to mbeans. add TimedStatsDeque to 2009-05-06 22:27:02 +00:00