Israel Fruchter

Results 570 comments of Israel Fruchter

@scylladb/scylla-maint what's that `clang-tidy` check ? and why it's failing ?

need this fix in dtest first: https://github.com/scylladb/scylla-dtest/pull/4249

v2: * https://github.com/scylladb/scylla-cqlsh/pull/87

@scylladb/scylla-maint Can we get this merged ?

@yaronkaikov This doesn't get a back port PR ?

@temichus @aleksbykov If it won't be labeled with anything, no one would pick it... Also if the area is known, please assign it to the relevert team to look at...

reproduced this week run as well: node-2 had segmentation fault in https://github.com/scylladb/scylladb/blob/885cb2af07b8a1e6e5fadef4210c9ac0e11d104b/locator/topology.hh#L296 so I'm guessing `find_node` returned nullptr, and that code path doesn't expect that why the host id isn't...

Still happening in last week run: ## Packages Scylla version: `5.5.0~dev-20240405.0c74c2c12fa4` with build-id `ff77798ae700ea4f0d1bc44532624b330b89009a` Kernel Version: `5.15.0-1056-aws` ## Installation details Cluster size: 5 nodes (i4i.8xlarge) Scylla Nodes used in this...

> To get maximum compatibility with current built-in snitch, it's better to implement python snitch in scylla-core repo, but it will create duplicated code to access the metadata server for...

> @fruch , the reason why we decided to move snitch logic to scripts is that maintaining this code as the part of the core is ~~hard~~ impossible to debug....