lvxiao1 commented on issue #6593:
URL: https://github.com/apache/rocketmq/issues/6593#issuecomment-1510788035
> It seems stuck on the lock operation when getting the lock of the Rocketmq
`store` folder. Try to check the store folder, '{user.home}/store` by default.
@HScarb it is deployed on k8s, and the mounted directories are all isolated
from each other, so the lock files will not be read by multiple brokers. The
current confusion is that FileChannelImpl. trylock is non-blocking, and if the
lock already exists, it will immediately cause an exception or return null.
However, in reality, it has been blocked on this method.
--
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]