Dmitry Kropachev

Results 344 issues of Dmitry Kropachev

**Describe the bug** Running scylla cluster on GKE results in **To Reproduce** Steps to reproduce the behavior: 1. Deploy Operator on GKE 2. Deploy scylla nodes 3. Run following command...

kind/bug
area/platform/gke
area/performance

**Describe the bug** Spinning scylla cluster on GKE(n1-standard-8)[8 cpu cores] resulted in: ``` --smp=6 --cpuset=0-7 ``` Resulted command line: ``` /usr/bin/scylla --log-to-syslog 0 --log-to-stdout 1 --default-log-level info --network-stack posix --io-properties-file=/etc/scylla.d/io_properties.yaml...

kind/bug
area/platform/gke
area/performance

**Description** s-o throws following error, when you submit cluster with spec that has one rack less than current one: denied the request: racks [us-east-1a-1] not found, you cannot remove racks...

kind/feature
priority/important-longterm

**What this PR does**: After https://github.com/aws/aws-sdk-go/pull/2667 sdk supports https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html Let's enable it here **Which issue(s) this PR fixes**: Fixes https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/154

size/M
needs-ok-to-test
lifecycle/rotten
needs-rebase
cncf-cla: no

There are lots of peaces of code where reciever is concrete value: ``` type CollectionType struct { NativeType Key TypeInfo // only used for TypeMap Elem TypeInfo // only used...

semver-major

Currently `s-m` does not purge snapshots when backup job is deleted In the sake of usability we need to have a way to purge these snapshots in `sctool` and have...

backup
epic

As of now we treat `--restore-schema` as if it is `--restore-tables` on `system_schema.*` and even throw `restore schema always restores 'system_schema.*' tables only, no need to specify '--keyspace' flag` when...

enhancement
restore

Since we are using [fork](https://github.com/scylladb/rclone) of [rclone](https://github.com/rclone/rclone) with number of patches that not merged back to upstream. We have a problem with upgrading it to the top-most version. In order...

epic

Test code https://github.com/scylladb/scylla-cluster-tests/blob/6e3d34cd1b9fc6533a4e5a3874fd36ad401b9a81/mgmt_cli_test.py#L694-L729 Sanity test failure: ``` [2023-07-30T06:09:27.175Z] File "/home/ubuntu/scylla-cluster-tests/sdcm/wait.py", line 68, in wait_for [2023-07-30T06:09:27.175Z] res = retry(func, **kwargs) [2023-07-30T06:09:27.175Z] File "/usr/local/lib/python3.10/site-packages/tenacity/__init__.py", line 404, in __call__ [2023-07-30T06:09:27.175Z] do = self.iter(retry_state=retry_state)...

Test error message: ``` Checking that the details of the repair that was created before the upgrade didn't change]() message=Traceback (most recent call last): File "/home/ubuntu/scylla-cluster-tests/mgmt_upgrade_test.py", line 132, in test_upgrade...