Duarte Nunes
a025bf6a7d
Merge seastar upstream
...
Seastar introduced a "compat" namespace, which conflicts with Scylla's
own "compat" namespaces. The merge thus includes changes to scope
uses of Scylla's "compat" namespaces.
* seastar 8ad870f...9bb1611 (5):
> util/variant_utils: Ensure variant_cast behaves well with rvalues
> util/std-compat: Fix infinite recursion
> doc/tutorial: Undo namespace changes
> util/variant_utils: Add cast_variant()
> Add compatbility with C++17's library types
Signed-off-by: Duarte Nunes <duarte@scylladb.com >
2018-08-14 13:07:09 +01:00
Asias He
937f28d2f1
Convert to use dht::partition_range_vector and dht::token_range_vector
2016-12-19 14:08:50 +08:00
Asias He
d1178fa299
Convert to use dht::token_range
2016-12-19 08:04:29 +08:00
Avi Kivity
a35136533d
Convert ring_position and token ranges to be nonwrapping
...
Wrapping ranges are a pain, so we are moving wrap handling to the edges.
Since cql can't generate wrapping ranges, this means thrift and the ring
maintenance code; also range->ring transformations need to merge the first
and last ranges.
Message-Id: <1478105905-31613-1-git-send-email-avi@scylladb.com >
2016-11-02 21:04:11 +02:00
Pekka Enberg
38a54df863
Fix pre-ScyllaDB copyright statements
...
People keep tripping over the old copyrights and copy-pasting them to
new files. Search and replace "Cloudius Systems" with "ScyllaDB".
Message-Id: <1460013664-25966-1-git-send-email-penberg@scylladb.com >
2016-04-08 08:12:47 +03:00
Asias He
f027a9babe
streaming: Drop unused serialization code
2016-01-25 22:39:13 +08:00
Asias He
5e100b3426
streaming: Drop unused repaired_at in stream_request
2016-01-25 22:28:48 +08:00
Asias He
bdd6a69af7
streaming: Drop unused parameters
...
- int connections_per_host
Scylla does not create connections per stream_session, instead it uses
rpc, thus connections_per_host is not relevant to scylla.
- bool keep_ss_table_level
- int repaired_at
Scylla does not stream sstable files. They are not relevant to scylla.
2016-01-25 11:38:13 +08:00
Avi Kivity
d5cf0fb2b1
Add license notices
2015-09-20 10:43:39 +03:00
Asias He
d39dd0f9d1
streaming: Add operator<< for stream_request
2015-07-22 11:49:30 +08:00
Asias He
b35d29f91f
streaming: Implement serialize interface for prepare_message
2015-06-30 11:43:29 +08:00
Asias He
72394f3739
streaming: Implement serialize interface for stream_request
2015-06-30 11:07:04 +08:00
Asias He
ab76026938
streaming: Convert StreamRequest.java to C++
2015-06-18 14:55:06 +08:00