-
When Scylla is configured using `cmake`, with `clang-18` and `-O0` optimization flags (e.g., `./configure.py --mode=dev --use-cmake --cflags='-O0 -g'`), the build fails with the following error:
```
…
-
Scylla version (or git commit hash): v4.6.3
Cluster size: 6
OS (RHEL/CentOS/Ubuntu/AWS AMI): CentOS
Hi,when replacing (rebuild data volume) a node node1, another node node2 reported an error, and…
-
https://buildkite.com/redpanda/redpanda/builds/50894
```
Module: rptest.tests.partition_move_interruption_test
Class: PartitionMoveInterruption
Method: test_cancelling_partition_move
Arguments: {
…
-
`fmt::format` allows for passing `std::string_view` as its format string argument, but `seastar::format` does not. `std::string_view` should be preferred as it's more generic.
dawmd updated
1 month ago
-
-
The formula is
```c++
return std::chrono::duration_cast(now() - _start_time - _total_sleep) -
std::chrono::duration_cast(thread_cputime_clock::now().time_since_epoch());
```
…
-
*Installation details*
Scylla version (or git commit hash): base version: 4.3.0-0.20210110.000585522 target version: 4.5.dev-0.20210120.4d581f1bb
Cluster size: 3
OS (RHEL/CentOS/Ubuntu/AWS AMI): ht…
-
Backport https://github.com/redpanda-data/redpanda/pull/22901 to branch v24.2.x. Note that this issue was created as a placeholder, since the original PR's commit(s) could not be automatically cherry-…
-
Test log (snippet):
```
09:44:54,908 794 dtest_setup DEBUG dtest_setup.py :61 | test_remove_field_with_cdc[Single_cluster]: Allocated cluster ID 55: /jenkins/workspa…
-
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 cour…