Vladislav Zolotarov

Results 175 comments of Vladislav Zolotarov

I think I know what's the pickle: * llvm-addr2line support in `seastar-addr2line` is totally broken for reasons I explained above. * addr2line (version is referenced in the opening message) on...

I see that the the "??: 0“ at the end of the line is kinda documented in the addr2line man page. Maybe simply fixing the "dummy_pattern" and feeding an empty...

> > A standard way of handling such situations is to use non-blocking read, [@michoecho](https://github.com/michoecho). > > You can read some discussion about non-blocking reads in Python here for example:...

> Job I use to test the feature: https://jenkins.scylladb.com/view/staging/job/scylla-staging/job/Shlomo/job/artifacts-ami-test_perftune/ So far, the failure is due to mismatch with the expected result written in the doc to the result in practice....

> @vladzcloudius already approved that the results on master can be treated as the expected results. I don't think we should wait more with this. My apologies, guys. Too much...

> think that especially as there are quite a lot of known issues with this tool (f.e. https://github.com/scylladb/scylladb/issues/14873, https://github.com/scylladb/scylladb/issues/10600, https://github.com/scylladb/seastar/issues/1297, https://github.com/scylladb/seastar/issues/1698, https://github.com/scylladb/seastar/issues/1008 and maybe more), there should be a feature...

> > > think that especially as there are quite a lot of known issues with this tool (f.e. [scylladb/scylladb#14873](https://github.com/scylladb/scylladb/issues/14873), [scylladb/scylladb#10600](https://github.com/scylladb/scylladb/issues/10600), #1297, #1698, #1008 and maybe more), there should be...

> What bugs me is the question if it is right to assign 31 cores on a 32 core machine for the Scylla pod? This doesn't look correct indeed. Regardless...

> I merged [#585](https://github.com/konstruktoid/ansible-role-docker-rootless/pull/585) and you should be able to run it with `--skip-tags privileged` now Thanks. Ideally the Role would identify itself that it can't execute privileged tasks.