Skip to content

Tags: eliransin/scylla

Tags

scylla-2.3.0

Toggle scylla-2.3.0's commit message
dist/ami/files/.scylla_ami_login: fix python error message on unsuppo…

…rted instance type

We changed usage of colorprint() on f8cec2f,
need to pass format parameters to the function.

Fixes scylladb#3680

Signed-off-by: Takuya ASADA <syuu@scylladb.com>
Tested-by: Amos Kong <amos@scylladb.com>
Message-Id: <20180913182450.13308-1-syuu@scylladb.com>

scylla-2.3.rc3

Toggle scylla-2.3.rc3's commit message
release: prepare for 2.3.rc3

scylla-2.3.rc1

Toggle scylla-2.3.rc1's commit message
release: prepare for 2.3.rc1

scylla-2.2.0

Toggle scylla-2.2.0's commit message
Merge "Backport empty partition range scan fixes" from Botond

"
This mini-series lumps together the fix for the empty partition range
scan crash (scylladb#3564) and the two follow-up patches.
"

* 'paging-fix-backport-2.2/v1' of https://github.com/denesb/scylla:
  query_pager: use query::is_single_partition() to check for singular range
  tests/cql_query_tess: add unit test for querying empty ranges test
  query_pager: be prepared to _ranges being empty

scylla-2.1.6

Toggle scylla-2.1.6's commit message
release: prepare for 2.1.6

Signed-off-by: Shlomi Livne <shlomi@scylladb.com>

scylla-2.1.5

Toggle scylla-2.1.5's commit message
release: prepare for 2.1.5

Signed-off-by: Shlomi Livne <shlomi@scylladb.com>

scylla-2.1.4

Toggle scylla-2.1.4's commit message
database: stop using incremental selectors

There is a bug in incremental_selector for partitioned_sstable_set, so
until it is found, stop using it.

This degrades scan performance of Leveled Compaction Strategy tables.

Fixes scylladb#3513. (as a workaround)
Introduced: 2.1
Message-Id: <20180613131547.19084-1-avi@scylladb.com>

(cherry picked from commit aeffbb6)

scylla-

Toggle scylla-'s commit message
database: stop using incremental selectors

There is a bug in incremental_selector for partitioned_sstable_set, so
until it is found, stop using it.

This degrades scan performance of Leveled Compaction Strategy tables.

Fixes scylladb#3513. (as a workaround)
Introduced: 2.1
Message-Id: <20180613131547.19084-1-avi@scylladb.com>

(cherry picked from commit aeffbb6)

scylla-2.2.rc1

Toggle scylla-2.2.rc1's commit message
release: prepare for 2.2.rc1

Signed-off-by: Shlomi Livne <shlomi@scylladb.com>

scylla-2.0.4

Toggle scylla-2.0.4's commit message
dist: redhat: fix binutils dependency on alternatives

Since /sbin is a symlink, file dependencies on /sbin/alternatives
don't work.

Change to /usr/bin to fix.