Asias He

Results 172 comments of Asias He

I could not reproduce with the following dtest: scylla: c45050895403d10301d45536a831d5a49b961e5e ``` def test_truncate_after_decommission(self): """ Test truncate after decommission """ cluster = self.cluster # Disable hinted handoff and set batch commit...

This bug was reported May 30. Did QA run this same test since then? Did it reproduce? I implemented a mini dtest reproducer following the procedure and I did not...

I will take another look at the latest reproducer: https://github.com/scylladb/scylladb/issues/10296#issuecomment-1207428193

> ## Installation details > > Kernel Version: 5.15.0-1015-aws Scylla version (or git commit hash): `5.1.0~dev-20220802.663f2e2a8f81` with build-id `d6f523279872624d89a9a451f02d8276f0073cb5` Cluster size: 4 nodes (i3en.2xlarge) > > Scylla Nodes used in...

` There are only 4 nodes in this scenario, and that stays true throughout the whole run. While there are nemeses that add and remove nodes, there was no "leftover"...

There was tons of "Commitlog shutdown complete" messages. Rings a bell? ``` 2022-08-06T08:42:47+00:00 longevity-twcs-48h-master-db-node-7d3e2623-6 !INFO | scylla[6692]: [shard 4] commitlog - Commitlog shutdown complete 2022-08-06T08:42:47+00:00 longevity-twcs-48h-master-db-node-7d3e2623-6 !INFO | scylla[6692]: [shard...

@ShlomiBalalis Let's collect the following on all the nodes in the cluster when truncate fails in sct. - nodetool stauts - nodetool gossipinfo - nodetool ring - nodetool describecluster So...

> We do not seem to execute the nodetool ring and describecluster commands before a nemesis. I am pretty sure sct won't collect what I asked for by default. If...

If we can not fix the issue soon, let's add some warning in the log so we know if this happens in the deployment. We have seen rpc response was...