HHoflittlefish777 opened a new issue, #4202: URL: https://github.com/apache/rocketmq/issues/4202
In the class 'TransientStorePool',Rocketmq use native method mlock to lock memory,but when I clone Rocketmq and run in the Windows 10 environment,it report error message as follows:Exception in thread "main" java.lang.UnsatisfiedLinkError: Error looking up function 'mlock'.I guess there is no mlock method in msvcrt.dll,so I use tool to test it,there did not have mlock method!And others computer have no such method ,Is something error in my msvcrt.dll or in the Rocketmq code? -- 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]
