You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/08/09 05:49:54 UTC

[GitHub] [skywalking] arugal commented on a change in pull request #5269: Support !=, like filter expressions in OAL

arugal commented on a change in pull request #5269:
URL: https://github.com/apache/skywalking/pull/5269#discussion_r467540358



##########
File path: oap-server/oal-rt/src/main/java/org/apache/skywalking/oal/rt/OALRuntime.java
##########
@@ -150,6 +151,12 @@ public void start(ClassLoader currentClassLoader) throws ModuleStartException, O
             throw new ModuleStartException("load metrics functions error.", e);
         }
 
+        try {
+            FilterMatchers.INSTANCE.init();

Review comment:
       The `start` method is called more than once




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org