AntonRoskvist commented on PR #6021: URL: https://github.com/apache/activemq-artemis/pull/6021#issuecomment-3473616142
@jbertram yes, looking good. I think it's a strange behavior though, needing both flags. My understanding was that Netty sorts this out when starting up with the worst side effect being suboptimal performance in case it doesn't have access to `Unsafe` or other optimizations... I guess I feel that either Netty should catch this (as I'm guessing it has in previous versions), or some proper/robust check should be added to the broker during startup (from within the JVM). -- 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] For further information, visit: https://activemq.apache.org/contact
