Avi Kivity

Results 43 issues of Avi Kivity

According to the XFS developers, space allocated with the extent size hint is not reclaimed after the file is truncated + close. This is triggered via `file_open_options::extent_allocation_size_hint`. We should fix...

The cql3 code is littered for checks of unset values. We have a raw_value type, one of whose reasons for existence is to support unset values. Yet unset is only...

enhancement
CQL
internals

Replication is a mix of several inputs: tokens and token->node mappings (topology), the replication strategy, replication strategy parameters. These are all captured in effective_replication_map. However, if we use effective_replication_map:s captured...

"md" format was introduced in 4.3, in 3530e80ce10fc20b, two years ago. Disable the option to create new sstables with the "mc" format.

**Please acknowledge the following before creating a ticket** - [x] I have read the GitHub issues section of [REPORTING-BUGS](../blob/master/REPORTING-BUGS). **Description of the bug:** I am using fio to measure read...

**Please acknowledge the following before creating a ticket** - [x] I have read the GitHub issues section of [REPORTING-BUGS](../blob/master/REPORTING-BUGS). **Description of the bug:** ETA in realtime report incorrect for timebased...

enhancement
patcheswelcome

To prevent constructor calls that don't use designated initializers from failing, move the new member to the end where it doesn't confuse things. Also initialize it so we don't end...

region_group evolved as a tree, each node of which contains some regions (memtables). Each node has some constraints on memory, and can start flushing and/or stop allocation into its memtables...

This reverts the following commits: 6dedc69608810d455d3233b71e8d67af6a41b004 "topology: Do not add bootstrapping nodes to topology" - it was found to cause a regression in cdc_test.TestCdc.test_cluster_expansion_with_cdc[Multi_DC_cluster]. 9db940ff1b16812830c4e94e3eb14460936e54b0 "Merge "Make network_topology_strategy_test use topology"...

Occasionally I see ``` [1]+ Stopped cvise --clang-delta-std=c++20 --print-diff ./check.sh sstable_datafile_test.cc ``` And I have to restart the job with `fg`. This is of course problematic for unattended runs. The...