Eduard Tudenhoefner
|
8ffdd26cbe
|
Interned ColumnIdentifiers should use minimal ByteBuffers. MemoryMeter shouldn't take ColumnDefinition into account when measuring object sizes.
Patch by Eduard Tudenhoefner; reviewed by Joel Knighton for CASSANDRA-13533
|
2017-05-26 13:48:54 -05:00 |
Sam Tunnicliffe
|
62092e45c8
|
Fix current position calculation in OldFormatDeserializer
Patch by Sam Tunnicliffe; reviewed by Jeff Jirsa for CASSANDRA-13525
This patch also adds a unit test for CASSANDRA-13236.
|
2017-05-24 19:01:25 +01:00 |
Stefan Podkowinski
|
3872580245
|
Stop merkle tree recursion at leafs
patch by Stefan Podkowinski; reviewed by Blake Eggleston for CASSANDRA-13052
|
2017-05-24 13:55:11 +02:00 |
Stefan Podkowinski
|
7db6a3b3cd
|
Merge branch 'cassandra-2.2' into cassandra-3.0
|
2017-05-18 19:41:25 +02:00 |
Martin Langhoff
|
dd6aa991b3
|
RPM: Add init info stanzas, change startup ordering
patch by Martin A. Langhoff; reviewed by Stefan Podkowinski for CASSANDRA-13493
|
2017-05-18 19:40:25 +02:00 |
Stefan Podkowinski
|
9092d7458d
|
Merge branch 'cassandra-2.2' into cassandra-3.0
|
2017-05-18 19:32:41 +02:00 |
Martin Langhoff
|
480a612eef
|
RPM - rpmbuild tolerate binaries in noarch, README update
patch by Martin A. Langhoff; reviewed by Stefan Podkowinski for CASSANDRA-13433
|
2017-05-18 19:12:18 +02:00 |
Zhiyan Shao
|
95635f3123
|
Add storage ports options to sstableloader
patch by Zhiyan Shao; reviewed by yukim for CASSANDRA-13518
|
2017-05-12 15:26:41 +09:00 |
Sam Tunnicliffe
|
33344fae66
|
Cqlsh DESCRIBE output handles quoted index names incorrectly
Patch by Sam Tunnicliffe; reviewed by Adam Holmberg and Alex Petrov for CASSANDRA-12847
|
2017-05-11 17:43:52 +01:00 |
adelapena
|
263740daa4
|
Fix 2ndary indexes on primary key columns to don't create expiring entries (CASSANDRA-13412)
|
2017-05-10 11:55:45 +01:00 |
adelapena
|
486b82a6b0
|
Merge branch 'cassandra-2.1' into cassandra-2.2
|
2017-05-10 11:02:40 +01:00 |
adelapena
|
b0db519b79
|
Fix 2ndary indexes on primary key columns to don't create expiring entries (CASSANDRA-13412)
|
2017-05-10 10:52:50 +01:00 |
Sam Tunnicliffe
|
415d06b1da
|
Avoid reading static row twice from legacy sstables
Patch by Sam Tunnicliffe; reviewed by Jeff Jirsa for CASSANDRA-13236
|
2017-05-10 10:03:51 +01:00 |
Ariel Weisberg
|
0f118a93f9
|
Merge branch 'cassandra-2.2' into cassandra-3.0
|
2017-05-03 18:14:30 -04:00 |
Ariel Weisberg
|
6c5ea192c7
|
nodetool upgradesstables should upgrade system tables.
Patch by Ariel Weisberg; Reviewed by Jason Brown for CASSANDRA-13119
|
2017-05-03 18:13:23 -04:00 |
Ariel Weisberg
|
6ed9134336
|
CASSANDRA-13163, fix NPE in StorageService.excise()
Patch by Ariel Weisberg; Reviewed by Jason Brown for CASSANDRA-13163
|
2017-05-03 17:57:24 -04:00 |
Christian Esken
|
617c8ebadb
|
Expire OTC messages by a single Thread
patch by Christian Esken; reviewed by Ariel Weisberg for CASSANDRA-13265
|
2017-05-03 16:30:43 -04:00 |
Robert Stupp
|
b77e754a0c
|
UDA fails without input rows
patch by Robert Stupp; reviewed by Benjamin Lerer for CASSANDRA-13399
|
2017-05-02 16:12:10 -07:00 |
Stefan Podkowinski
|
6c840c0cd1
|
Merge branch 'cassandra-2.2' into cassandra-3.0
|
2017-04-26 19:46:56 +02:00 |
Stefan Podkowinski
|
868be9c283
|
Fix status check on stopping for rh cassandra script
patch by Stefan Podkowinski; reviewed by Michael Shuler for CASSANDRA-13435
|
2017-04-26 19:46:14 +02:00 |
Stefan Podkowinski
|
8bb5f1e0cf
|
Merge branch 'cassandra-2.2' into cassandra-3.0
|
2017-04-26 19:33:13 +02:00 |
Stefan Podkowinski
|
5c6fc5e310
|
Add pidfile directive to redhat cassandra script
patch by Stefan Podkowinski; reviewed by Michael Shuler for CASSANDRA-13434
|
2017-04-26 19:29:45 +02:00 |
Marcus Eriksson
|
8dbf808c3d
|
Merge branch 'cassandra-2.2' into cassandra-3.0
|
2017-04-26 09:38:34 +02:00 |
Marcus Eriksson
|
bd540bc51f
|
Fix NeverPurgeTest - wait for compactions to finish
Patch by marcuse; reviewed by Stefania for CASSANDRA-12841
|
2017-04-26 09:36:32 +02:00 |
Jeff Jirsa
|
032a8cc1e9
|
Write schema tables with timestamp=0 to avoid excess schema migrations
Patch by Jeff Jirsa; Reviewed by Aleksey Yeschenko for CASSANDRA-13441
|
2017-04-24 09:10:02 -07:00 |
Ariel Weisberg
|
d079ce0156
|
Merge branch 'cassandra-2.2' into cassandra-3.0
|
2017-04-21 16:19:41 -04:00 |
Ariel Weisberg
|
cba5c7fa8b
|
Merge branch 'cassandra-2.1' into cassandra-2.2
|
2017-04-21 16:18:59 -04:00 |
Ariel Weisberg
|
572fef8a06
|
Set javac encoding to utf-8
Patch by Ariel Weisberg; Reviewed by Jason Brown for CASSANDRA-13466
|
2017-04-21 16:15:42 -04:00 |
Simon Zhou
|
f5b36f12df
|
Fail repair if insufficient responses received
Patch by Simon Zhou; Reviewed by Paulo Motta for CASSANDRA-13397
|
2017-04-20 10:26:16 -03:00 |
adelapena
|
175e4f8ce8
|
Fix SSTableLoader fail when the loaded table contains dropped columns (CASSANDRA-13276)
|
2017-04-20 13:16:15 +01:00 |
Alex Petrov
|
b063b38f33
|
Merge branch 'cassandra-2.2' into cassandra-3.0
|
2017-04-20 11:44:58 +02:00 |
Alex Petrov
|
31590f5da1
|
Avoid starting gossiper in RemoveTest
Patch by Alex Petrov; reviewed by Joel Knighton for CASSANDRA-13407
|
2017-04-20 11:40:53 +02:00 |
Alex Petrov
|
e5c2a1839f
|
Avoid name clashes in CassandraIndexTest
Patch by Alex Petrov; reviewed by Andrés de la Peña for CASSANDRA-13427
|
2017-04-20 11:26:25 +02:00 |
Jeff Jirsa
|
5089e74ef4
|
Interrupt replaying hints on decommission
Patch by Jeff Jirsa; Reviewed by Aleksey Yeschenko for CASSANDRA-13308
|
2017-04-19 08:57:45 -07:00 |
Jeff Jirsa
|
3110d27dde
|
Handling partially written hint files
Patch by Garvit Juniwal; Reviewed by Aleksey Yeschenko for CASSANDRA-12728
|
2017-04-18 13:25:54 -07:00 |
Michael Shuler
|
71d4f66d72
|
Add 3.0.14 NEWS and CHANGES
|
2017-04-14 20:06:18 -05:00 |
Michael Shuler
|
30b01a02fe
|
Increment version to 3.0.14
|
2017-04-14 20:02:43 -05:00 |
Michael Shuler
|
91661ec296
|
Prep 3.0.13 release
|
2017-04-11 12:54:01 -05:00 |
Michael Shuler
|
f63ea27276
|
Merge branch 'cassandra-2.2' into cassandra-3.0
|
2017-04-10 09:11:32 -05:00 |
Michael Shuler
|
590e1512a9
|
Merge branch 'cassandra-2.1' into cassandra-2.2
|
2017-04-10 09:09:22 -05:00 |
Jan Urbański
|
3dfc78449a
|
Add conf/hostpot_compiler to debian packaging
Patch by Jan Urbański; reviewed by Michael Shuler for CASSANDRA-13092
|
2017-04-10 09:06:13 -05:00 |
Alex Petrov
|
5e130209d3
|
Make reading of range tombstones more reliable
Patch by Alex Petrov; reviewed by Benjamin Lerer for CASSANDRA-12811
|
2017-04-10 09:38:30 +02:00 |
Robert Stupp
|
58e8008a50
|
Merge branch 'cassandra-2.2' into cassandra-3.0
|
2017-04-09 10:58:15 +02:00 |
Fuud
|
470f15be65
|
Fix weightedSize() for row-cache reported by JMX and NodeTool
patch by Fuud; reviewed by Robert Stupp for CASSANDRA-13393
|
2017-04-09 10:54:25 +02:00 |
Jay Zhuang
|
fee2a3a095
|
Fix NPE issue in StorageService
Patch by Jay Zhuang; Reviewed by Jeff Jirsa for CASSANDRa-13060
|
2017-04-07 19:52:30 -07:00 |
Benjamin Lerer
|
833c993b8e
|
Merge branch cassandra-2.2 into cassandra-3.0
|
2017-04-07 11:39:41 +02:00 |
Benjamin Lerer
|
194329d3c3
|
Merge branch cassandra-2.1 into cassandra-2.2
|
2017-04-07 11:32:12 +02:00 |
Andrés de la Peña
|
64d8a1d9fd
|
Fix 2ndary index queries on partition keys for tables with static columns
patch by Andrés de la Peña; reviewed by Benjamin Lerer for CASSANDRA-13147
|
2017-04-07 11:15:54 +02:00 |
Marcus Eriksson
|
8d34076aac
|
Merge branch 'cassandra-2.2' into cassandra-3.0
|
2017-04-07 08:09:45 +02:00 |
Marcus Eriksson
|
1e102b41e8
|
Merge branch 'cassandra-2.1' into cassandra-2.2
|
2017-04-07 08:09:09 +02:00 |