zrlw opened a new issue #9000:
URL: https://github.com/apache/dubbo/issues/9000


   ### Environment
   
   * Dubbo version: 3.0  / master
   
DubboBootStrap.reset调用DefaultApplicationDeployer的destroy方法取消asyncMetadataFuture时,InMemoryWritableMetadataService没有判断当前deployer的状态,直接抛了异常:
   ```
   [08/10/21 07:34:43:205 UTC] Dubbo-framework-scheduler-thread-1  WARN 
store.InMemoryWritableMetadataService:  [DUBBO] metadata refresh thread has 
been interrupted unexpectedly while waiting for update., dubbo version: 
3.0.4-SNAPSHOT, current host: 172.19.112.1
   java.lang.InterruptedException
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1041)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1332)
        at java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:409)
        at 
org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService.blockUntilUpdated(InMemoryWritableMetadataService.java:323)
   ```


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