<@U01EVRQ3KGQ> org/apache/pinot/spi/plugin/PluginC...
# general
n
@User org/apache/pinot/spi/plugin/PluginClassLoader.java Change line 50 to:
Copy code
method.invoke(this, url);
instead of
Copy code
method.invoke(classLoader, url);
Fixed the issue for me.
Though I’m still getting class not found issues, so unsure if that’s something else or this didn’t really fix the problem