Commit Graph

  • 88fde0a91e dist/ami: fix dependency unresolved error on AMI build script with local package, by adding scylla-conf package Takuya ASADA 2016-05-18 15:16:05 +09:00
  • 898243929f dist/common/scripts: specify queue settings for posix_net_conf.sh on scylla_prepare Takuya ASADA 2016-05-17 23:50:39 +09:00
  • f84b7b094f dist/common/scripts: drop special condition to enable SET_NIC on AMI, do this on AMI installation script Takuya ASADA 2016-05-17 22:37:54 +09:00
  • 49cdd0b786 dist: move '--cpuset' and '--smp' configuration to scylla_cpuset_setup / cpuset.conf Takuya ASADA 2016-05-17 22:17:57 +09:00
  • 46fa80a5a6 dist/common/scripts: replace IFNAME variable when --nic specified to scylla_sysconfig_setup Takuya ASADA 2016-05-17 23:56:06 +09:00
  • ef9974e723 tests: Add unit tests for schema_registry Tomasz Grabiec 2016-05-11 16:32:56 +02:00
  • fecea15a25 cql3::statements::cf_prop_defs: Fix compation min/max not handled Calle Wilund 2016-05-11 11:53:03 +00:00
  • 93ac6a584a schema_registry: Fix possible hang in maybe_sync() if syncer doesn't defer Tomasz Grabiec 2016-05-11 16:30:06 +02:00
  • 2457a16d23 migration_manager: Fix schema syncing with older version Tomasz Grabiec 2016-05-11 16:21:01 +02:00
  • 4eff07d773 database: reorder initialization Glauber Costa 2016-05-17 14:14:46 -04:00
  • eb9ac9ab91 gms: Optimize gossiper::is_alive Asias He 2016-05-18 02:58:42 +00:00
  • 6ec0000df8 Merge "fix migration of tables with level > 0" from Rapahel Avi Kivity 2016-05-17 19:14:01 +03:00
  • cbc2e96a58 tests: check that overlapping sstable has its level changed to 0 Raphael S. Carvalho 2016-05-10 12:41:10 -03:00
  • ee0f66eef6 db: fix migration of sstables with level greater than 0 Raphael S. Carvalho 2016-05-10 09:23:51 -03:00
  • 76e0eb426e gossiper: simplify mark_alive() Gleb Natapov 2016-05-17 15:02:45 +03:00
  • 4413176051 Merge "reduce performance degradation when adding node" from Asias Avi Kivity 2016-05-17 14:31:31 +03:00
  • 089734474b token_metadata: Speed up pending_endpoints_for Asias He 2016-05-17 17:31:55 +08:00
  • ee0585cee9 dht: Add default constructor for token Asias He 2016-05-16 15:40:59 +08:00
  • ad34f80e6f API: change cache_service, column_family and storage_proxy to rate object Amnon Heiman 2016-05-15 15:32:20 +03:00
  • b33ed48527 API Definition: change cache_service, column_family and storage_proxy to use rate objects Amnon Heiman 2016-05-15 15:39:32 +03:00
  • 20a48b0f20 API: column family stats break the map_reduce functionality Amnon Heiman 2016-05-15 15:29:40 +03:00
  • 750f30cf07 column_family: Change histogram to timed_rate_moving_average_and_histogram Amnon Heiman 2016-05-15 15:28:44 +03:00
  • 468bcfbf1f row_cache: Change counter to timed_rate_moving_average_and_histogram Amnon Heiman 2016-05-15 15:27:04 +03:00
  • 64e0c8cd1b storage_proxy: Change histogram to timed_rate_moving_average_and_histogram Amnon Heiman 2016-05-15 15:22:30 +03:00
  • f6a5a4e3da API: Add helper function for the rate objects Amnon Heiman 2016-05-15 15:20:07 +03:00
  • 8ef25ceb05 Add waited avrage rate related object Amnon Heiman 2016-05-15 15:13:50 +03:00
  • 17b9203719 database: invert order of elements Glauber Costa 2016-05-16 21:35:15 -04:00
  • 2ff6d38d0c database: use a single constructor for the column family Glauber Costa 2016-05-16 21:35:14 -04:00
  • 8fede5b98e memtables: isolate logic for disk writes disabled Glauber Costa 2016-05-16 21:35:13 -04:00
  • 4981362f57 memtables: always seal through memtable_list seal function Glauber Costa 2016-05-16 21:35:12 -04:00
  • 4972a72380 dist: drop 'sudo -E' and SETENV for security reason, source envfile from scripts Takuya ASADA 2016-05-12 03:05:06 +09:00
  • 9c450f673c cql3: Clean up prepared_metadata class Pekka Enberg 2016-05-16 22:09:16 +03:00
  • 217c1ffa95 cql3: Specify result set flag ABI explicitly Pekka Enberg 2016-05-16 18:42:59 +03:00
  • a3b23d75b9 Merge "Fix Prepared message metadata serialization" Avi Kivity 2016-05-16 18:59:54 +03:00
  • 868ff5107c cql3: Introduce prepared_metadata class Pekka Enberg 2016-05-16 13:38:49 +03:00
  • 272e89846d Merge branch 'cache' from git@github.com:haaawk/scylla.git Tomasz Grabiec 2016-05-16 14:44:33 +02:00
  • dcba6f5c45 Pass clustering_row_ranges to mutation readers. Piotr Jastrzebski 2016-04-19 12:27:07 +02:00
  • a68671e247 cql3: Add column_specification::all_in_same_table() helper Pekka Enberg 2016-05-16 13:53:19 +03:00
  • 80037aa95b dist/common/scripts: don't proceed to run scylla_raid_setup when disks not selected, on interactive RAID setup Takuya ASADA 2016-05-16 17:55:33 +09:00
  • adfb4d7bbd cql3: Move result_set class implementation to source file Pekka Enberg 2016-05-16 12:47:04 +03:00
  • 8552f222f5 cql3: Clean up result_set class Pekka Enberg 2016-05-16 13:03:17 +03:00
  • 23c23abe53 Make memtable mutation_reader slice using clustering ranges. Piotr Jastrzebski 2016-04-26 23:03:38 +02:00
  • 484d2ecd0a Slice data with clustering key range in sstable reader Piotr Jastrzebski 2016-04-21 07:09:15 +02:00
  • 8307681975 Introduce clustering_ranges type. Piotr Jastrzebski 2016-04-26 22:19:45 +02:00
  • 7e07d97e4b API utils: Adding rate moving avrage Amnon Heiman 2016-05-15 11:15:54 +03:00
  • dce549f44f tests: Add unit tests for schema_registry scylla-1.1 Tomasz Grabiec 2016-05-11 16:32:56 +02:00
  • 26a3302957 schema_registry: Fix possible hang in maybe_sync() if syncer doesn't defer Tomasz Grabiec 2016-05-11 16:30:06 +02:00
  • f796d8081b migration_manager: Fix schema syncing with older version Tomasz Grabiec 2016-05-11 16:21:01 +02:00
  • b850cb991c release: prepare for 1.1.0 Pekka Enberg 2016-05-16 09:33:26 +03:00
  • 17765b6c06 Merge seastar upstream Pekka Enberg 2016-05-16 08:04:47 +03:00
  • de7952a8db tools/scyllatop: log input from collectd for easier debugging Yoav Kleinberger 2016-05-15 16:58:50 +03:00
  • daabc8777d migration_manager: Invalidate prepared statements on every schema change Tomasz Grabiec 2016-05-11 18:51:35 +02:00
  • 1eabe9b840 storage_proxy: Add trace-level logging for mutating Tomasz Grabiec 2016-05-11 16:55:54 +02:00
  • 7207cc8b1a storage_proxy: Improve error reporting Tomasz Grabiec 2016-05-11 16:55:35 +02:00
  • b5d9aa866d Merge "Fixes for schema synchronization" from Tomek Pekka Enberg 2016-05-12 09:43:25 +03:00
  • 734cfa949a migration_manager: Invalidate prepared statements on every schema change Tomasz Grabiec 2016-05-11 18:51:35 +02:00
  • 7dbeef3c39 storage_service: Fix ignored future in on_alive Duarte Nunes 2016-05-11 20:03:57 +02:00
  • 13d8cd0ae9 migration_manager: Invalidate prepared statements on every schema change Tomasz Grabiec 2016-05-11 18:51:35 +02:00
  • 90c31701e3 tests: Add unit tests for schema_registry Tomasz Grabiec 2016-05-11 16:32:56 +02:00
  • 443e5aef5a schema_registry: Fix possible hang in maybe_sync() if syncer doesn't defer Tomasz Grabiec 2016-05-11 16:30:06 +02:00
  • 8703136a4f migration_manager: Fix schema syncing with older version Tomasz Grabiec 2016-05-11 16:21:01 +02:00
  • 8503600e30 dist/common/systemd: drop hardcoded path Takuya ASADA 2016-05-11 23:44:31 +09:00
  • 152bd82a05 alter_keyspace_statement: Handle missing replication strategy Calle Wilund 2016-05-11 11:53:04 +00:00
  • 5604fb8aa3 cql3::statements::cf_prop_defs: Fix compation min/max not handled Calle Wilund 2016-05-11 11:53:03 +00:00
  • c38b5fbb3d dist/common/scripts: On scylla_io_setup, run iotune on correct data directory which specified on scylla.yaml Takuya ASADA 2016-05-11 17:37:04 +09:00
  • 53820393da dist/common/scripts: add scylla.yaml parser for scripts Takuya ASADA 2016-05-11 17:37:03 +09:00
  • d93d46e721 Merge "ALTER KEYSPACE" from Calle Pekka Enberg 2016-05-10 22:07:06 +03:00
  • 3606e3ab29 transport::server: Do not treat accept exception as fatal Calle Wilund 2016-05-03 13:47:45 +00:00
  • 014284de00 cql_server: Use credentials_builder to init tls Calle Wilund 2016-05-03 13:47:44 +00:00
  • f17764e74a messaging_service: Change tls init to use credentials_builder Calle Wilund 2016-05-03 13:47:43 +00:00
  • 8643028d0c Update seastar submodule Avi Kivity 2016-05-10 19:24:49 +03:00
  • a73924b4e0 dist/ubuntu/dep: introduce scylla-gdb-7.11 for Ubuntu 14.04LTS Takuya ASADA 2016-05-10 05:31:20 +09:00
  • 9ff2efb28b dist/common/dep: add Ubuntu support for scylla-env Takuya ASADA 2016-05-10 05:31:19 +09:00
  • 43cc77d1b8 dist/redhat/centos_dep: move scylla-env to dist/common to share with Ubuntu Takuya ASADA 2016-05-10 05:31:18 +09:00
  • 147aa81177 Cql.g: Handle ALTER KEYSPACE Calle Wilund 2016-05-10 14:36:46 +00:00
  • 5c36d2e09e alter_keyspace_statement: Implement Calle Wilund 2016-05-10 14:36:17 +00:00
  • 240a185727 Stop scanning keyspace data directory when populating. Piotr Jastrzebski 2016-05-10 16:32:51 +02:00
  • 63b6c6bb5a migration_manager: Implement announce_keyspace_update Calle Wilund 2016-05-10 14:34:51 +00:00
  • 8cdf4e37fb schema_tables: Fix merge_keyspaces to handle alter keyspace Calle Wilund 2016-05-10 14:32:51 +00:00
  • 6ef7885ae3 database: Implement update_keyspace Calle Wilund 2016-05-10 14:31:30 +00:00
  • d80d194873 compaction_manager: stop compaction tasks in parallel Raphael S. Carvalho 2016-05-09 21:04:37 -03:00
  • 28cc6f97af Merge Avi Kivity 2016-05-09 14:25:25 +03:00
  • 917bf850fa transport::server: Do not treat accept exception as fatal Calle Wilund 2016-05-03 13:47:45 +00:00
  • 437ebe7128 cql_server: Use credentials_builder to init tls Calle Wilund 2016-05-03 13:47:44 +00:00
  • 58f7edb04f messaging_service: Change tls init to use credentials_builder Calle Wilund 2016-05-03 13:47:43 +00:00
  • 29e103a2ae Merge seastar upstream Avi Kivity 2016-05-09 14:12:29 +03:00
  • 1ca5ceadff Merge tag '1235-v2' from https://github.com/avikivity/scylla Tomasz Grabiec 2016-05-09 12:22:41 +02:00
  • dada385826 rpc: Secure connection attempts can be cancelled Duarte Nunes 2016-05-09 10:42:15 +02:00
  • f7d41ba07a dist: Extract scylla.yaml and create metapackage Takuya ASADA 2016-05-03 22:09:47 +09:00
  • a35f1d765a Backport seastar iotune fixes Avi Kivity 2016-05-09 10:49:15 +03:00
  • 4b34152870 Merge seastar upstream Avi Kivity 2016-05-09 10:16:15 +03:00
  • b259e1b0bc tests: test that leveled strategy was fixed Raphael S. Carvalho 2016-04-12 22:10:37 -03:00
  • 322f194032 sstables: Fix leveled compaction strategy Raphael S. Carvalho 2016-04-12 22:10:36 -03:00
  • c51b05efb3 throttle: always release at least one request if we are below the limit Glauber Costa 2016-04-14 11:31:51 -04:00
  • 2e41a09631 memtable_list: make sure at least two memtables are available Glauber Costa 2016-04-14 11:31:35 -04:00
  • 44cfbc15d0 unnest throttle_state Glauber Costa 2016-04-09 16:13:09 -04:00
  • c9bd954237 move information about memtables' region group inside memtable list Glauber Costa 2016-04-07 13:47:36 -04:00
  • 3116a92b0e Point seastar submodule at scylla-seastar repository Avi Kivity 2016-05-08 14:49:02 +03:00
  • 3ac22bc0d7 compaction_manager: simplify code that waits for cleanup termination Raphael S. Carvalho 2016-05-07 02:39:04 -03:00
  • ee7225a9cb sstables: silence atomic deletion cancellation logs during sstable deletion Avi Kivity 2016-05-05 16:48:27 +03:00