karol-kokoszka
karol-kokoszka
Fixes #3823 Fixes #3542 --- Please make sure that: - Code is split to commits that address a single change - Commit messages are informative - Commit titles have module...
Fixes https://github.com/scylladb/scylla-manager/issues/3767 PR is ready for a review. It consists of the following commits: - https://github.com/scylladb/scylla-manager/pull/3816/commits/2b77a40688d8e975ed0ab8858bbe6897267c5e6c :This commit addresses the lack of an interface definition for the cluster service, which...
https://github.com/scylladb/scylla-manager/issues/3871 Right now, there is no option in the Scylla Manager restore task to restore just a single data center (DC) from the backup location. This could lead to problematic...
Scylla Enterprise 2024.1 introduced as a default support for UUIDs in SSTable names. https://github.com/scylladb/scylladb/pull/13932 Scylla manager no longer needs to compare checksums when copying files from local to storage, as...
https://jenkins.scylladb.com/view/scylla-manager/job/manager-master/job/manager-dtest/1486/consoleFull#-335546773fcc21424-66d2-4bd8-8e0d-9746405e5b16 There is high probability that it's flakiness, as the same test passed in the run from the day before. https://jenkins.scylladb.com/view/scylla-manager/job/manager-master/job/manager-dtest/1483/ We need to validate if it's introduced in latest...
This is the ghost issue, the real one is here https://github.com/scylladb/scylla-enterprise/issues/4118#issuecomment-2070890386
~Part of https://github.com/scylladb/scylla-manager/issues/3767~ To update cache hitting across whole codebase later, after the service proven it's stability.
The purpose of the health check service is simple: to report whether: - The agent's API (REST ping) is reachable. - The alternator session (alternator ping) is reachable. - The...
Part of https://github.com/scylladb/scylla-manager/issues/3767
Scylla manager uses code generators to create scylla , scylla-manager-agent, scylla-manager Go clients. The code is generated out of https://github.com/scylladb/scylla-manager/tree/master/swagger Specification that is defined here is in Swagger 2.0 https://github.com/scylladb/scylla-manager/blob/6b38cea84cfcefb28157d6f2fc958e6942fe3a4a/swagger/scylla_v1.json#L2...