AntonRoskvist commented on PR #6021: URL: https://github.com/apache/activemq-artemis/pull/6021#issuecomment-3472349123
This affects more things it seems... I just built this locally, then ran: > $ artemis-distribution/target/apache-artemis-2.45.0-SNAPSHOT-bin/apache-artemis-2.45.0-SNAPSHOT/bin/artemis create /home/$USERNAME/broker > > Creating ActiveMQ Artemis instance at: /home/$USERNAME/broker > > ....... > > Auto tuning journal ... > done! Your system can make 250 writes per millisecond, your journal-buffer-timeout will be 4000 > java.lang.UnsupportedOperationException: Cannot clean arbitrary ByteBuffer instances > at io.netty.util.internal.CleanerJava24Linker.freeDirectBuffer(CleanerJava24Linker.java:203) > at io.netty.util.internal.PlatformDependent.freeDirectBuffer(PlatformDependent.java:613) > at org.apache.activemq.artemis.core.io.nio.NIOSequentialFileFactory.releaseDirectBuffer(NIOSequentialFileFactory.java:138) > at org.apache.activemq.artemis.core.io.nio.NIOSequentialFileFactory.releaseBuffer(NIOSequentialFileFactory.java:161) > at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.fill(NIOSequentialFile.java:190) > at org.apache.activemq.artemis.cli.commands.util.SyncCalculation.syncTest(SyncCalculation.java:114) > at org.apache.activemq.artemis.cli.commands.Create.performAutoTune(Create.java:1113) > at org.apache.activemq.artemis.cli.commands.Create.run(Create.java:878) > at org.apache.activemq.artemis.cli.commands.Create.execute(Create.java:561) > at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:222) > at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:170) > at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) > at java.base/java.lang.reflect.Method.invoke(Method.java:565) > at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:149) > at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:61) > Couldn't perform sync calculation, using default values > > You can now start the broker by executing: > > ....... -- 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
