songxiaosheng opened a new issue, #10042:
URL: https://github.com/apache/dubbo/issues/10042

   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 3.0.7
   * Operating System version: windows+linux
   * Java version:  8  11
   
   ### Steps to reproduce this issue
   
   1. 启动进程
   2. 打印warn异常堆栈
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Behavior
   
   <!-- What do you expect from the above steps?-->
   警告信息里面打印了一个堆栈异常看起来很奇怪
   
   ### Actual Behavior
   
   <!-- What actually happens? -->
   
   If there is an exception, please attach the exception trace:
   不要打印异常堆栈
   
   ```
   Just put your stack trace here!
   java.nio.channels.OverlappingFileLockException: null 
             at 
sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255) ~[?:1.8.0_121] 
             at sun.nio.ch.SharedFileLockTable.add(FileLockTable.java:152) 
~[?:1.8.0_121] 
             at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:1108) 
~[?:1.8.0_121] 
             at java.nio.channels.FileChannel.tryLock(FileChannel.java:1155) 
~[?:1.8.0_121] 
             at 
org.apache.dubbo.registry.support.AbstractRegistry.doSaveProperties(AbstractRegistry.java:192)
 ~[dubbo-3.0.7.jar!/:3.0.7]
   ```
   
   
   


-- 
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]

Reply via email to