neoremind commented on PR #15805: URL: https://github.com/apache/lucene/pull/15805#issuecomment-4056322144
I think async-profiler or JFR yielding flamegraph can reflect what's real, not sure other old and/or misleading ones. One follow-up question: I notice there are quite amount of "synchronized" footprint in the codebase (including some directly decorated methods), is the general guidance from you to use `synchronized` primitive in right place, while turn to alternatives like AtomicReference, CAS or j.u.c.Lock where they fit? Or it's more case by case? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
