Yuki Morishita
cec564d22f
backport CASSANDRA-6011
2013-09-13 11:40:44 -05:00
Jonathan Ellis
eb884a582b
Correctly validate sparse composite cells
...
patch by Tyler Hobbs; reviewed by jbellis for CASSANDRA-5855
2013-08-08 15:43:43 -05:00
Jonathan Ellis
238139cda5
catch all Throwables, not just Exceptions
2013-08-06 16:55:20 -05:00
Dave Brosius
155afa1b7f
fix error message spelling with cql select statements
...
patch by rvieira reviewed by dbrosius for cassandra-5647
2013-06-16 13:06:53 -04:00
Aleksey Yeschenko
99824496aa
Set -Djava.awt.headless=true for ant test
...
Makes running tests less annoying with OS X/Java7
2013-06-04 04:42:07 +03:00
Brandon Williams
2dd73d1710
Fix 5488 round 2
2013-05-22 11:19:05 -05:00
Sylvain Lebresne
0db9406955
Updates news file, version and missing licenses for 1.1.12 release
2013-05-22 09:10:40 +02:00
Dave Brosius
93cfbc1871
spilleng
2013-05-21 20:51:04 -04:00
Jonathan Ellis
9879fa6122
Remove buggy thrift max message length option
...
patch by jbellis; reviewed by tjake for CASSANDRA-5529
2013-05-21 13:50:45 -05:00
Brandon Williams
7d2ce5f957
Fix NPE in Pig's widerow mode.
...
Patch by Sheetal Gorsani and Jeremy Hanna, reviewed by brandonwilliams
for CASSANDRA-5488
2013-05-21 11:08:50 -05:00
Sylvain Lebresne
c5dc0292e0
Backport #5551 to 1.1
2013-05-13 16:31:22 +02:00
Aleksey Yeschenko
ce8bc33d43
Move CassandraServerTest.test_get_count() to thrift server tests
2013-05-11 01:30:17 +03:00
Aleksey Yeschenko
971a95abfc
Ninja-unify 1.1/1.2/2.0 system tests
2013-05-06 00:59:10 +03:00
Marcus Eriksson
fe910e6c90
fsync leveled manifest to avoid it getting corrupt
...
Patch by marcuse, reviewed by jbellis and carlyeks for CASSANDRA-5535
2013-05-04 20:28:03 +02:00
Dave Brosius
b4b4f6a95c
explicitly set java source and target to 1.6 for the ant tasks
2013-05-02 10:18:03 -04:00
Dave Brosius
d5754ab223
Merge branch 'cassandra-1.0' into cassandra-1.1
2013-05-02 10:12:19 -04:00
Dave Brosius
f8567d15fe
explicitly set java source and target to 1.6 for the ant tasks
...
patch by dbrosius reviewed by slebresne for CASSANDRA-5533
2013-05-02 10:08:44 -04:00
Brandon Williams
de212e59a6
Give users a clue how they called it.
2013-05-01 20:09:21 -05:00
Brandon Williams
b6730aaa59
Add mention of 4321/4411 to NEWS
2013-04-30 15:19:58 -05:00
Dave Brosius
50f49a6400
exclude *-sources.jar from the classpath
2013-04-30 00:54:04 -04:00
Dave Brosius
8bb5487eab
use long math for long values
2013-04-21 22:53:49 -04:00
Jonathan Ellis
7d36c1e025
Use allocator information to improve memtable memory usage estimate
...
patch by jbellis; reviewed by jasobrown for CASSANDRA-5497
2013-04-18 22:36:10 -05:00
Jason Brown
36f8a5d81a
add 5393 to CHANGES.txt
2013-04-18 11:39:18 -07:00
Jason Brown
2762f484c9
Add retry mechanism to OTC for non-droppable_verbs
...
patch by jasobrown; reviewed by jbellis for CASSANDRA-5393
2013-04-18 11:32:27 -07:00
Eric Evans
3b4b143b65
fix corrupt changelog
2013-04-17 09:42:30 -05:00
Eric Evans
d939a0c958
updated for 1.1.11 release
2013-04-16 19:08:40 -05:00
Dave Brosius
6db8ac3898
fix message spelling
2013-04-15 19:14:08 -04:00
Dave Brosius
868e7eb3c8
fix OperationType.UNKNOWN compaction message spelling
2013-04-15 01:49:47 -04:00
Dave Brosius
822bda77ab
replace mistaken usage of commons-logging with slf4j
...
patch by dbrosius reviewed by jbellis for CASSANDRA-5464
2013-04-13 01:03:11 -04:00
Dave Brosius
112014a4c8
minor removal of dead code
...
patch by dbrosius reviewed by jbellis for CASSANDRA-5463
2013-04-13 00:07:22 -04:00
Dave Brosius
ca63545887
make constant, static
2013-04-12 22:53:49 -04:00
Jason Brown
8d6ed07b5b
CASSANDRA-5459: remove node from seeds when it completely leaves the cluster.
...
This version slightly refactors Gossiper by pulling th seeds list building code
out of start() and into a shared method that removeEndpoint() will call.
Also, reload the seeds list, then remove the dead node.
2013-04-12 13:05:51 -07:00
Brandon Williams
d2eadba2a6
Remove synchronization in long-running PCRS
...
Patch by Oleg Kibirev, reviewed by brandonwilliams for CASSANDRA-5456
2013-04-12 12:11:30 -05:00
Jonathan Ellis
feae9efa42
Fix trying to load deleted row into row cache on startup
...
patch by jbellis; reviewed by dbrosius for CASSANDRA-4463
2013-04-09 21:23:21 -05:00
Aleksey Yeschenko
4a010ed912
Support pluggable internode authentication
...
patch by Aleksey Yeschenko; reviewed by Brandon Williams for
CASSANDRA-5401
2013-04-05 19:13:33 +03:00
Aleksey Yeschenko
d4744e178d
Fix cf name extraction from manifest in Directories.migrateFile()
...
patch by Marcus Eriksson; reviewed by Aleksey Yeschenko for
CASSANDRA-5242
2013-04-02 20:54:06 +03:00
Sylvain Lebresne
b4d26bb4e4
Fix bad default for min/max timestamp in SSTableMetadata
...
patch by slebresne; reviewed by jasobrown for CASSANDRA-5372
2013-03-25 15:25:08 +01:00
Aleksey Yeschenko
0e03790059
Follow-up to CASSANDRA-5052
2013-03-24 19:41:29 +03:00
Aleksey Yeschenko
fa29f412b1
cli: Quote ks and cf names in schema output when needed
...
patch by Aleksey Yeschenko; reviewed by Jonathan Ellis for
CASSANDRA-5052
2013-03-24 17:57:36 +03:00
Jonathan Ellis
426041368f
newer 5195 patch
2013-03-22 09:25:45 -05:00
Jonathan Ellis
01d81d2765
Update offline scrub for 1.0-> 1.1 directory structure
...
patch by Omid Aladini; reviewed by Marcus Eriksson for CASSANDRA-5195)
2013-03-22 09:22:28 -05:00
jluciani@bluemountaincapital.com
c5864a524e
Add UseTLAB JVM Opt
...
Patch by tjake; reviewed by Ryan McGuire for CASSANDRA-5361
2013-03-21 12:31:20 -04:00
Yuki Morishita
ffc9bece48
Fix race when opening ColumnFamilyStore; patch by yukim reviewed by jbellis for CASSANDRA-5350
2013-03-14 15:57:37 -05:00
Aleksey Yeschenko
3346771a03
Don't request migrations from 1.2+ nodes
2013-03-14 01:54:00 +03:00
Jonathan Ellis
ba06e4128b
add tmp flag to Descriptor hashcode
...
patch by Boris Yen; reviewed by jbellis for CASSANDRA-4021
2013-03-11 18:13:57 -05:00
Aleksey Yeschenko
a8c1043698
ninja-kill DatabaseDescriptor.validateMemtableX() leftovers
2013-03-11 19:40:23 +03:00
Pavel Yaskevich
37ba434efb
Nit: fix o.a.c.hadoop.ConfigHelper to return correct property on getThriftMaxMessageLength(Configuration)
2013-03-10 15:35:51 -07:00
Jonathan Ellis
712d46868a
SYSTEM_KS -> SYSTEM_TABLE for 1.1
2013-03-07 15:26:10 -06:00
Jonathan Ellis
3a6125db87
fix DatabaseDescriptor.hasExistingNoSystemTables to skip system table correctly
...
patch by Jackson Chung; reviewed by jbellis for CASSANDRA-5289
2013-03-07 15:09:41 -06:00
Aleksey Yeschenko
ea08e01a09
cqlsh: Add inet type support on Windows (ipv4-only)
...
patch by Aleksey Yeschenko; reviewed by Brandon Williams for
CASSANDRA-4801
2013-03-07 19:54:48 +03:00