Greg Dubicki
Greg Dubicki
We seem to be having this or a related problem after an upgrade to Scylla Manager 3.2.8 in production. We are seeing: ``` $ kubectl exec -it deployments/scylla-manager -n scylla-manager...
Thanks @karol-kokoszka! But the thing is that our `scylla.yaml` has only this config: ``` read_request_timeout_in_ms: 5000 write_request_timeout_in_ms: 2000 cas_contention_timeout_in_ms: 1000 consistent_cluster_management: true ``` ...and if I am reading https://github.com/scylladb/scylladb/blob/scylla-5.4.7/conf/scylla.yaml#L474 right,...
Formatted response to `curl 127.0.0.1:10000/v2/config/client_encryption_options`: ``` { "truststore": "/var/run/secrets/scylla-operator.scylladb.com/scylladb/client-ca/tls.crt", "optional": "false", "keyfile": "/var/run/secrets/scylla-operator.scylladb.com/scylladb/serving-certs/tls.key", "enabled": "true", "require_client_auth": "true", "certificate": "/var/run/secrets/scylla-operator.scylladb.com/scylladb/serving-certs/tls.crt" } ``` So I updated our `scylla.yaml` to include a -...
Sorry bother you again, @karol-kokoszka, but I can't find a way to do a similar change for the Scylla Manager cluster which has the same problem: ``` $ kubectl exec...
Erm, sorry, I don't want to completely take over @mikliapko's issue. 😅 Maybe let's not move this issue, I will create a new one. Thanks!
Please see https://github.blog/2022-10-03-highlights-from-git-2-38/#a-repository-management-tool-for-large-repositories for some more info.
We can already use `tsrc foreach` to make use of scalar easier: ``` # -j1 because it writes to a git config file, so it's not a good idea to...