You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next time, please use english, also, you can subscribe to dev@dubbo.apache.org to discuss questions like this, just send your questions to this mail address, and we will guarantee a better and quicker reply there.
发现一个问题,在启用simple-monitor时,发现第一次调用rpc时,触发MonitorFilter的collect方法时,
Monitor monitor = monitorFactory.getMonitor(url);
if (monitor == null) {
return;
}
此时的monitor为空。后续接着调用rpc时,monitor又不为空。所以怀疑是MonitorFactory延迟加载导致。这里会导致一个问题,就是Collect的数量总是比实际少几条。
The text was updated successfully, but these errors were encountered: