sta4152

Results 3 comments of sta4152

Lines 839:840 of [`rgw_amqp.cpp`](https://github.com/ceph/ceph/blob/v18.2.1/src/rgw/rgw_amqp.cc#L839): ``` const auto rc = ceph_pthread_setname(runner.native_handle(), "amqp_manager"); ceph_assert(rc==0); ``` If I'm not completely wrong, then setting thread's name results in non-zero return code (AFAIS only possible...

This is exactly what was my finding, too. As the name to be set is a fixed one, definitely not exceeding the length, the implementation of `ceph_pthread_setname`, afais provided by...

I finally got access and reported there, too: https://tracker.ceph.com/issues/64305