Julia Yakovlev

Results 49 comments of Julia Yakovlev

Reproduced with 5.2.0-rc5 It happened twice during test, nemesis: NoCorruptRepair For example: ``` < t:2023-05-02 18:42:46,419 f:nemesis.py l:4363 c:sdcm.nemesis p:ERROR > Traceback (most recent call last): < t:2023-05-02 18:42:46,419 f:nemesis.py...

I did not see it in the jobs that I investigated

Reproduced in `2022.1.rc3` It began right after c-s load was started ``` 022-04-27T14:55:36+00:00 system-sla-2022-1-db-node-d1c7104e-1 ! WARNING | [shard 0] service_level_controller - update_from_distributed_data: failed to update configuration for more than 90...

> seem like this case is getting into the wrong snitch: `Ec2MultiRegionSnitch` > > hence the snitch is picking the public address, which doesn't match the configuration. > > @juliayakovlev...

This command took about 20 mins: `sudo yum install -y java-1.8.0-openjdk xfsprogs mdadm python2` ## Issue description - [ ] This issue is a regression. - [ ] It is...

> this may be specific to add remove dc nemesis as new node is not getting load due data being not replicated (we don't change existing keyspaces RF to new...

> describe keyspace should show dc names do you mean - choose DC by it's number? dc0, dc1

> sdcm.sla.libs.sla_utils.SlaUtils.wait_for_service_level_propagated @soyacz `sdcm.utils.adaptive_timeouts.load_info_store.NodeLoadInfoService._get_metrics` It asks metrics from localhost: ``` def _get_metrics(self, port): metrics = self.remoter.run(f'curl -s localhost:{port}/metrics', verbose=False).stdout metrics_dict = {} for line in metrics.splitlines(): if line and not...