Commit Graph

  • 75dd123d01 Merge "CQL DROP KEYSPACE support" from Pekka Avi Kivity 2015-10-06 15:19:33 +03:00
  • da7b741f64 service/migration_manager: Implement announce_keyspace_drop() Pekka Enberg 2015-09-29 15:12:04 +03:00
  • 6e304cd58c db/schema_tables: Fix merge_keyspaces() to actually drop keyspaces Pekka Enberg 2015-09-29 15:14:57 +03:00
  • 5d9d1e28cb db/schema_tables: Implement make_drop_keyspace_mutations() Pekka Enberg 2015-09-29 15:11:43 +03:00
  • 9576b0ef23 database: Implement drop_keyspace() Pekka Enberg 2015-09-29 15:13:47 +03:00
  • b66154e43a cql3: Fix capture-by-reference in drop_keyspace_statement Pekka Enberg 2015-10-06 14:15:53 +03:00
  • bc1d159c1b Merge branch 'penberg/cql-drop-table/v3' from seastar-dev.git Tomasz Grabiec 2015-10-06 13:39:25 +02:00
  • f347a024a1 update boost testsuite output Shlomi Livne 2015-10-06 14:25:27 +03:00
  • 042e9252d5 service/migration_manager: Implement announce_column_family_drop() Pekka Enberg 2015-09-28 13:58:07 +03:00
  • 633279415d db/schema_tables: Fix merge_tables() to actually drop tables Pekka Enberg 2015-09-29 13:41:22 +03:00
  • 82d20dba65 db/schema_tables: Implement make_drop_table_mutations() Pekka Enberg 2015-09-28 13:55:31 +03:00
  • b89b70daa8 db/schema_tables: Wire up drop column notifications Pekka Enberg 2015-10-01 13:22:18 +03:00
  • b1e6ab144a database: Implement drop_column_family() Pekka Enberg 2015-09-29 13:53:18 +03:00
  • afbb2f865d database: Add keyspace_metadata::remove_column_family() helper Pekka Enberg 2015-10-01 14:56:45 +03:00
  • 0651ab6901 database: Futurize drop_column_family() function Pekka Enberg 2015-10-01 11:48:52 +03:00
  • 85ffaa5330 database: Add truncate() variant that does not look up CF by name Pekka Enberg 2015-10-01 11:28:00 +03:00
  • baff913d91 cql3: Fix capture-by-reference in drop_table_statement Pekka Enberg 2015-10-06 10:36:32 +03:00
  • 2f56f72466 Merge seastar upstream Avi Kivity 2015-10-06 11:17:04 +03:00
  • e342914265 Merge "Fixes for incremental backup" from Glauber Avi Kivity 2015-10-05 14:36:26 +03:00
  • 651937becf Revert "pass db::config to storage service as well" Glauber Costa 2015-10-05 13:21:33 +02:00
  • 639ba2b99d incremental backups: move control to the CF level Glauber Costa 2015-10-05 13:16:11 +02:00
  • b619d244e8 storage_service: public access to the database object Glauber Costa 2015-10-05 13:15:27 +02:00
  • 69d1358627 database: non const versions of get_keyspaces/column_families Glauber Costa 2015-10-05 13:13:37 +02:00
  • b74a9d99d5 db/schema_tables: Fix UTF-8 serialization Pekka Enberg 2015-10-05 10:25:11 +03:00
  • 21bb5ea5c7 Add .gitattributes file to classify C++ source Avi Kivity 2015-10-04 13:35:07 +03:00
  • 7c23ec49ae Merge "Support incremental backups" from Glauber Avi Kivity 2015-10-04 13:49:20 +03:00
  • 4ca4efbc9c Merge "Add cfstats support" from Amnon Avi Kivity 2015-10-04 13:38:30 +03:00
  • a04401d5a4 API: Column family to return sum of the total read and write Amnon Heiman 2015-10-04 11:49:44 +03:00
  • 4145a48335 API: return estimated sum from histogram Amnon Heiman 2015-10-04 11:47:33 +03:00
  • 7d3a0f0789 histogram: initilization and mean calculation Amnon Heiman 2015-10-04 11:44:03 +03:00
  • 1f16765140 column family: setting the read and write latency histogram Amnon Heiman 2015-10-04 11:38:27 +03:00
  • 8e9729371f API: Add functionality to column family to support nodetool cfstats Amnon Heiman 2015-09-30 15:48:01 +03:00
  • 2b59bb2d2b API: storage proxy definition cas read and write Amnon Heiman 2015-09-30 15:40:19 +03:00
  • 700b37635f api: incremental backups Glauber Costa 2015-10-02 14:46:07 +02:00
  • d4edb82c9e column_family: incremental backups Glauber Costa 2015-10-02 13:58:52 +02:00
  • a5fb145084 storage_service: incremental backups Glauber Costa 2015-10-02 14:04:35 +02:00
  • c2b981cd82 pass db::config to storage service as well Glauber Costa 2015-10-02 17:49:55 +02:00
  • 05db25bfc5 dist: fix yum install error on CentOS dependency rpms Takuya ASADA 2015-10-01 15:07:13 +00:00
  • 5e27d476d4 database: Improve exception error messages Pekka Enberg 2015-10-01 09:48:30 +03:00
  • 01e01a2bd7 main: fix typo in 'check_direct_io_support()' Avi Kivity 2015-09-30 20:16:07 +03:00
  • 73a1fab273 sanity check the filesystem Glauber Costa 2015-09-30 16:52:36 +02:00
  • 3c72977291 Merge seastar upstream Avi Kivity 2015-09-30 17:58:05 +03:00
  • 2998b891f3 storage_proxy: fix crash during background read repair Gleb Natapov 2015-09-30 13:31:13 +03:00
  • c7be4911f3 Merge seastar upstream Avi Kivity 2015-09-30 16:34:30 +03:00
  • c84ed13dac Merge "CQL truncate" from Calle Avi Kivity 2015-09-30 15:46:37 +03:00
  • 9e86b6273c dist: add dependency on xfsprogs Shlomi Livne 2015-09-30 11:48:16 +03:00
  • 9c5a36efd0 logalloc: fix segment free in debug mode Avi Kivity 2015-09-28 08:48:14 +03:00
  • 489f737351 build: fix order of libasan on link command Avi Kivity 2015-09-28 08:48:13 +03:00
  • 3cb60556e9 cql3: Implement truncate_statement::execute() Pekka Enberg 2015-09-25 10:20:05 +03:00
  • 455d382bac cql3: Implement check_access() and validate() for truncate_statement Pekka Enberg 2015-09-25 09:58:15 +03:00
  • f1fa2ec758 cql3: Move truncate statement implementation to source file Pekka Enberg 2015-09-25 09:32:47 +03:00
  • d0864be20f storage_proxy: Implement "truncate_blocking" Calle Wilund 2015-09-28 13:59:35 +02:00
  • a8742cd199 to_string: Add << operator for std::set Calle Wilund 2015-09-28 13:36:25 +02:00
  • 80ade2e2d3 storage_proxy: Add TRUNCATE verb handler Calle Wilund 2015-09-28 13:59:01 +02:00
  • 37131fcc05 messaging_service: TRUNCATE verb methods Calle Wilund 2015-09-28 13:34:58 +02:00
  • 68b8d8f48c database: Implement "truncate" for column family Calle Wilund 2015-09-28 13:57:22 +02:00
  • ac4007153d row_cache: Implement clear() helper Pekka Enberg 2015-09-25 12:19:26 +03:00
  • 7856d7fe02 config: Change "auto_snapshot" to "used" Calle Wilund 2015-09-28 13:38:24 +02:00
  • 56228fba24 column family: Add "snapshot" operation. Calle Wilund 2015-09-28 13:56:49 +02:00
  • 428557a66d sstables: add "create_links" method Calle Wilund 2015-09-29 16:03:26 +02:00
  • cdaafb0505 sstables: Expose directory, max age and all active files Calle Wilund 2015-09-28 13:37:40 +02:00
  • c141e15a4a column family: Add "run_with_compaction_disabled" helper Calle Wilund 2015-09-28 13:53:26 +02:00
  • b3c95ce42d system_keyspace: Change truncation record method to use context qp Calle Wilund 2015-09-28 13:24:45 +02:00
  • 3abd8b38b6 query_context: Expose query_processor (local) Calle Wilund 2015-09-28 13:23:29 +02:00
  • 0444029a16 cql_test_env: expose distributed db and query processor Calle Wilund 2015-09-28 13:20:51 +02:00
  • 713860602b cql3/maps.cc : implement maps::marker::bind Calle Wilund 2015-09-28 17:07:26 +02:00
  • 4ae6c8c875 Merge seastar upstream Avi Kivity 2015-09-29 19:06:37 +03:00
  • 0ec0e32014 Merge "ommitlog: preallocate segments" from Calle Avi Kivity 2015-09-29 17:02:54 +03:00
  • 91408d3cbc warn users on 100 % CPU usage Glauber Costa 2015-09-29 15:05:48 +02:00
  • c30feb714c Merge "gossip heart_beat_version + time to wait for seed" from Asias Avi Kivity 2015-09-29 15:49:24 +03:00
  • d5d271a45b Merge "improvement on code that handles temporary TOC" from Raphael Avi Kivity 2015-09-29 11:47:35 +03:00
  • 4863d16fb6 Merge tag 'bloom-memory' from git@github.com:glommer/scylla.git Tomasz Grabiec 2015-09-29 10:05:17 +02:00
  • 22294dd6a0 do not re-read sstable components after write Glauber Costa 2015-09-28 18:45:25 +02:00
  • 0ec50e8d36 create_index_statement: Bugfix. Inverted logic in full index check Calle Wilund 2015-09-29 09:46:28 +02:00
  • c52d9f8da4 db: fix circular reference collection_type_impl <-> cql3_type Avi Kivity 2015-09-29 01:31:48 +03:00
  • 549a9e2ed4 sstable: rename file_existence to file_exists Raphael S. Carvalho 2015-09-13 18:49:53 -03:00
  • 59506eba24 sstable: close file returned by open_file_dma in file_existence Raphael S. Carvalho 2015-09-13 18:48:19 -03:00
  • da316c982d sstable: fsync cf dir before removing temporary toc Raphael S. Carvalho 2015-09-13 18:42:47 -03:00
  • 5dd0953bb9 api: implement filter off heap memory calculation Glauber Costa 2015-09-28 16:43:41 +02:00
  • 8b3a6f19a1 sstables: export filter memory size Glauber Costa 2015-09-28 16:43:20 +02:00
  • cbedd9ee41 Export Bloom Filter's memory size Glauber Costa 2015-09-28 16:38:25 +02:00
  • f43f0d6f04 keys: Add compound_wrapper::from_singular() Pekka Enberg 2015-09-28 16:51:27 +03:00
  • 3a36ec33db gossip: Wait longer for seed node during boot up Asias He 2015-09-28 10:02:27 +08:00
  • e43b2c2c89 api: Add get_current_heart_beat_version Asias He 2015-09-28 09:34:29 +08:00
  • 817c138034 gossip: Add get_current_heart_beat_version interface Asias He 2015-09-28 09:22:09 +08:00
  • f0c3caa43b Do not ignore exceptions during compaction Gleb Natapov 2015-09-27 14:03:42 +03:00
  • d53be0a91e Move operator<< for std::exception_ptr to std namespace and make it get const Gleb Natapov 2015-09-27 14:03:41 +03:00
  • b2630db514 dist: remove rpm dependency to libvirt Takuya ASADA 2015-09-24 09:18:06 +00:00
  • 140641689b messaging: do not use rpc client in error state Gleb Natapov 2015-09-24 18:41:16 +03:00
  • ce855577b6 add compaction stats to collectd Raphael S. Carvalho 2015-09-24 11:25:53 -03:00
  • 4de587536c dist: remove rpm dependency to libvirt branch-0.9 Takuya ASADA 2015-09-24 09:18:06 +00:00
  • 49d6cba471 ami: Improve scylla raid setup Asias He 2015-09-24 16:17:40 +08:00
  • 440b403089 Update scylla-ami submodule Avi Kivity 2015-09-24 00:41:00 -07:00
  • 8587c4d6b3 dist: add scylla.repo to fetch scylla rpms on ami Takuya ASADA 2015-09-24 06:35:07 +00:00
  • 5cb7ff0407 rpm: Improve rpm build scripts Asias He 2015-09-24 09:40:54 +08:00
  • e77cea382e rpm: Improve rpm build scripts Asias He 2015-09-24 09:40:54 +08:00
  • 1b1cfd2cbf tests: Introduce tests/memory_footprint_test Tomasz Grabiec 2015-09-23 19:21:12 +02:00
  • aaeccdee60 dist: update packages on ec2 instance first bootup Takuya ASADA 2015-09-24 03:13:15 +00:00
  • 8b98fe5a1c dist: use scylla repo on ami, instead of locally built rpms Takuya ASADA 2015-09-24 03:13:14 +00:00
  • 2863b8098f dist: move inline script to setup-ami.sh Takuya ASADA 2015-09-24 03:13:13 +00:00