Commit Graph

  • 8a05b61d68 memtable: Read under _read_section Tomasz Grabiec 2015-11-13 17:00:11 +01:00
  • 5184381a0b memtable: Deconstify memtable in readers Tomasz Grabiec 2015-11-18 09:47:51 +01:00
  • 0a9436fc1a schema: Introduce frozen_schema Tomasz Grabiec 2015-11-26 11:10:01 +01:00
  • 060f93477b Make schema_mutations serializable Tomasz Grabiec 2016-01-04 16:26:30 +01:00
  • e84f3717b5 Introduce canonical_mutation Tomasz Grabiec 2015-12-30 18:47:49 +01:00
  • 3e447e4ad1 tests: mutation_test: Add tests for equality and hashing Tomasz Grabiec 2015-12-31 14:15:49 +01:00
  • 48f1db5ffa mutation_assertions: Add is_not_equal_to() Tomasz Grabiec 2015-12-31 14:15:32 +01:00
  • 88a6a17f72 tests: Use mutation generators in frozen_mutation_test Tomasz Grabiec 2015-12-31 14:14:27 +01:00
  • 6185744312 dist: redhat: drop 'sudo' in scylla_run Avi Kivity 2016-01-10 18:43:07 +02:00
  • dd271b77b0 build: add support for optional pkg-config managed packages Avi Kivity 2016-01-10 18:24:12 +02:00
  • 19e275be1f tests: gossip_test: initialize a broadcast address and a snitch Vlad Zolotarov 2016-01-10 12:29:08 +02:00
  • d7b403db1f log: Change default level from warn to info Tomasz Grabiec 2016-01-08 21:07:49 +01:00
  • 9b2cc557c5 mutation_source_test: Add mutation generators Tomasz Grabiec 2015-12-31 14:11:12 +01:00
  • 4b92ef01fc test: Add tests for mutation upgrade Tomasz Grabiec 2015-11-13 15:13:10 +01:00
  • f59ec59abc mutation: Implement upgrade() Tomasz Grabiec 2015-11-13 15:12:14 +01:00
  • 0edfe138f8 mutation_partition_view: Make visitable also with column_mapping Tomasz Grabiec 2015-12-30 18:47:20 +01:00
  • 2cfdfe261d Introduce converting_mutation_partition_applier Tomasz Grabiec 2015-12-30 18:42:17 +01:00
  • b17cbc23ab schema: Introduce column_mapping Tomasz Grabiec 2015-12-30 18:40:47 +01:00
  • 9a3db10b85 db/serializer: Implement skip() for bytes and sstring Tomasz Grabiec 2015-12-30 19:04:29 +01:00
  • 13974234a4 db/serializer: Spread serializers to relax header dependencies Tomasz Grabiec 2015-12-30 18:36:53 +01:00
  • d13c6d7008 types: Introduce is_atomic() Tomasz Grabiec 2015-12-29 22:31:07 +01:00
  • f3556ebfc2 schema: Introduce column_count_type Tomasz Grabiec 2015-12-29 22:10:13 +01:00
  • f58c2dec1e schema: Make schema objects versioned Tomasz Grabiec 2015-12-15 18:41:05 +01:00
  • 13295563e0 schema_builder: Move compact_storage setting outside build() Tomasz Grabiec 2015-12-14 20:16:44 +01:00
  • dbb7b7ebe3 db: Move system keyspace initialization to init_system_keyspace() Tomasz Grabiec 2015-12-14 18:38:22 +01:00
  • fdb9e01eb4 schema_tables: Use schema_mutations for schema_ptr translations Tomasz Grabiec 2015-11-26 09:53:19 +01:00
  • d07e32bc32 schema_tables: Simplify schema building invocation chain Tomasz Grabiec 2015-11-26 10:06:29 +01:00
  • 3c3ea20640 schema_tables: Drop pkey parameter from add_table_to_schema_mutation() Tomasz Grabiec 2015-11-26 09:43:01 +01:00
  • 22254e94cc query::result_set: Add constructor from mutation Tomasz Grabiec 2015-12-10 20:51:52 +01:00
  • a861b74b7e Introduce schema_mutations Tomasz Grabiec 2015-12-11 19:53:26 +01:00
  • a6084ee007 mutation: Make hashable Tomasz Grabiec 2015-12-11 15:30:42 +01:00
  • c009fe5991 keys: Add missing clustering_key_prefix_view::get_compound_type() Tomasz Grabiec 2015-12-30 18:38:06 +01:00
  • ade5cf1b4b mutation_partition: Make visitable with mutation_partition_visitor Tomasz Grabiec 2015-12-30 18:45:40 +01:00
  • bc9ee083dd db: Move atomic_cell_or_collection to separate header Tomasz Grabiec 2015-12-11 15:10:02 +01:00
  • 6f955e1290 mutation_partition: Make equal() work with different schemas Tomasz Grabiec 2015-11-13 11:00:46 +01:00
  • 75caba5b8a schema: Guarantee that column id order matches name order Tomasz Grabiec 2015-11-13 11:02:25 +01:00
  • 14d0482efa Introduce md5_hasher Tomasz Grabiec 2015-12-11 15:28:39 +01:00
  • eb1b21eb4b Introduce hashing helpers Tomasz Grabiec 2015-11-13 14:31:52 +01:00
  • ff3a2e1239 mutation_partition: Drop row tombstones in do_compact() Tomasz Grabiec 2016-01-05 16:11:35 +01:00
  • eb9b383531 service: migration_manager: Fix announce order to match C* Tomasz Grabiec 2016-01-07 14:14:37 +01:00
  • 0768deba74 query_processor: Add trace-level logging of processed statements Tomasz Grabiec 2016-01-08 13:53:21 +01:00
  • dae531554a create_index_statement: Use textual column name in all messages Tomasz Grabiec 2016-01-08 10:00:56 +01:00
  • 5d6d039297 create_index_statement: Use textual representation of column name Tomasz Grabiec 2016-01-08 09:52:36 +01:00
  • b7d5fbe967 db: reduce log spam when ignoring an sstable scylla-0.15 Avi Kivity 2016-01-07 17:48:07 +02:00
  • 0c755d2c94 db: reduce log spam when ignoring an sstable Avi Kivity 2016-01-07 17:48:07 +02:00
  • 149aea32e7 database: filter out a manifest.json files Vlad Zolotarov 2016-01-04 14:48:54 +02:00
  • 97c796b26b database: lister: add a filtering option Vlad Zolotarov 2016-01-04 14:48:53 +02:00
  • 1545fc505b main: wait for API http server to start Avi Kivity 2016-01-06 17:06:46 +02:00
  • b690eaef38 snitch: intentionally leak snitch singleton Avi Kivity 2016-01-06 17:06:45 +02:00
  • 3377739fa3 main: wait for API http server to start Avi Kivity 2016-01-06 17:06:46 +02:00
  • fbe3283816 snitch: intentionally leak snitch singleton Avi Kivity 2016-01-06 17:06:45 +02:00
  • 973c62a486 gms/gossiper: Fix compilation error Pekka Enberg 2016-01-07 16:38:49 +02:00
  • 07f8549683 database: filter out a manifest.json files Vlad Zolotarov 2016-01-04 14:48:54 +02:00
  • c5aa2d6f1a database: lister: add a filtering option Vlad Zolotarov 2016-01-04 14:48:53 +02:00
  • 02b04e5907 gossip: Add is_safe_for_bootstrap Asias He 2016-01-07 17:55:09 +08:00
  • 933614bdf9 main: Change API server starting message Asias He 2016-01-07 18:32:16 +08:00
  • 6439f4d808 storage_service: Fix load_broadcaster in get_load_map Asias He 2016-01-07 16:26:47 +08:00
  • 2345cda42f messaging_service: Rename shard_id to msg_addr Asias He 2016-01-07 16:27:25 +08:00
  • 8c909122a6 gossip: Add wait_for_gossip_to_settle Asias He 2016-01-06 15:50:55 +08:00
  • 7b5df973fa config: Mark ssl_storage_port as Used Benoît Canet 2016-01-06 13:07:21 +01:00
  • 8f725256e1 config: Mark ssl_storage_port as Used Benoît Canet 2016-01-06 13:07:21 +01:00
  • c33815211f release: prepare for 0.15 Pekka Enberg 2016-01-06 12:16:58 +02:00
  • e80c8b6130 config: Mark previously unused SSL client/server options as used Benoît Canet 2016-01-05 23:14:33 +01:00
  • 9d71e4a7eb Merge branch 'fix_to_issue_676_v4' from git@github.com:raphaelsc/scylla.git Tomasz Grabiec 2016-01-05 15:01:40 +01:00
  • a81b660c0d tests: check that tombstone is purged under certain conditions Raphael S. Carvalho 2015-12-30 17:29:23 -02:00
  • 03eee06784 remove empty rows in mutation_partition::do_compact Raphael S. Carvalho 2015-12-30 17:29:22 -02:00
  • 800ed6376a Merge "Repair overhaul" from Nadav Pekka Enberg 2016-01-05 16:05:44 +02:00
  • f4bdec4d09 Merge "Support for deleting all snapshots" from Vlad Pekka Enberg 2016-01-05 15:42:44 +02:00
  • f90e1c1548 repair: support "hosts" and "dataCenters" parameters Nadav Har'El 2016-01-05 15:37:51 +02:00
  • ac4e86d861 repair: use repair_checksum_range Nadav Har'El 2016-01-05 15:37:51 +02:00
  • 9e65ecf983 repair: convenience function for syncing a range Nadav Har'El 2016-01-05 15:37:51 +02:00
  • f5b2135a80 repair: repair_checksum_range message Nadav Har'El 2016-01-05 15:37:51 +02:00
  • e9d266a189 repair: checksum of partitions in range Nadav Har'El 2016-01-05 15:37:51 +02:00
  • 0591fa7089 repair: partition-set checksum Nadav Har'El 2016-01-05 15:37:51 +02:00
  • faa87b31a8 fix to_partition_range() inclusiveness Nadav Har'El 2016-01-05 15:37:51 +02:00
  • d3a05737f7 release: prepare for 0.14.1 scylla-0.14.1 branch-0.14 Pekka Enberg 2016-01-05 15:30:47 +02:00
  • 21c68d3da9 dist/redhat: Increase scylla-server service start timeout to 15 min Shlomi Livne 2016-01-05 15:28:53 +02:00
  • 846bf9644e dist/redhat: Increase scylla-server service start timeout to 15 min Shlomi Livne 2016-01-05 15:28:53 +02:00
  • 67ccd05bbe api/storage_service: Wire up 'compaction_throughput_mb_per_sec' Pekka Enberg 2016-01-05 12:41:56 +02:00
  • 5db82aa815 Merge "Fix frozen collections" from Paweł Pekka Enberg 2016-01-05 12:43:06 +02:00
  • 284162c41b test/cql3: add test for frozen collections Paweł Dziepak 2016-01-05 11:13:53 +01:00
  • a5a744655e schema: do not add frozen collections to compound name Paweł Dziepak 2016-01-05 10:49:32 +01:00
  • ed7d9d4996 schema: change has_collections() to has_multi_column_collections() Paweł Dziepak 2016-01-05 10:46:42 +01:00
  • fecb1c92e7 Merge branch 'pdziepak/prepare-for-alter-table/v1' from seastar-dev.git Tomasz Grabiec 2016-01-05 10:30:46 +01:00
  • 70f5ed6c64 cql3: enable ALTER TABLE in cql3 grammar definition Paweł Dziepak 2015-12-22 13:18:33 +01:00
  • 3ca4e27dba cql3: convert alter_table_statement to c++ Paweł Dziepak 2015-12-23 09:34:45 +01:00
  • 35edda76c4 cql3: import AlterTableStatement.java Paweł Dziepak 2015-12-23 09:03:53 +01:00
  • b615bfa47e cql3: add cf_prop_defs::get_default_time_to_live() Paweł Dziepak 2015-12-31 12:51:52 +01:00
  • 18747b21f2 map_difference: accept std::unordered_map Paweł Dziepak 2015-12-30 16:00:40 +01:00
  • 71d6e73ae3 map_difference: Define default value for key_comp Tomasz Grabiec 2015-12-22 18:36:02 +01:00
  • 3693e77eec schema: add is_cql3_table() Paweł Dziepak 2015-12-31 13:06:24 +01:00
  • 4bd031d885 schema: add column_definition::is_part_of_cell_name() Paweł Dziepak 2015-12-31 13:05:31 +01:00
  • f39f21ce02 schema: add column_definition::is_indexed() Paweł Dziepak 2015-12-31 13:04:53 +01:00
  • 74fbd8fac0 do not call open_file_dma directly Glauber Costa 2016-01-04 18:33:28 -05:00
  • e9400dfa96 Revert "sstable: Initialize super class of malformed_sstable_exception" Avi Kivity 2016-01-05 10:21:00 +02:00
  • d69dc32c92 sstable: Initialize super class of malformed_sstable_exception Benoît Canet 2016-01-04 20:49:48 +01:00
  • 8ef9a60c09 dist/common/scripts/scylla_prepare: Change message to error Lucas Meneghel Rodrigues 2016-01-05 01:05:34 -02:00
  • cc6c35d45c Move seastar submodule head Tomasz Grabiec 2016-01-04 15:07:21 +01:00
  • f26a75f48b Fixing missing items in move from scylla-ami.sh to scylla_install Shlomi Livne 2016-01-04 12:48:50 +02:00
  • cec6e6bc20 Invoke scylla_bootparam_setup with/without ami flag Shlomi Livne 2016-01-04 11:03:35 +02:00