masaori335 commented on code in PR #10927: URL: https://github.com/apache/trafficserver/pull/10927#discussion_r1424789073
########## include/iocore/eventsystem/EThread.h: ########## @@ -479,7 +481,7 @@ class EThread : public Thread /// The slices. std::array<Slice, N_SLICES> _slice; - Slice *volatile current_slice = nullptr; ///< The current slice. Review Comment: Just curious about what race `current_slice` has. It looks like it's just pointing to one of the `_slice` array and only access from this EThread. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org