AHeise commented on a change in pull request #10816: [Flink-15355] Fixed
parsing of plugin parent-first patterns.
URL: https://github.com/apache/flink/pull/10816#discussion_r364788984
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/CoreOptions.java
##########
@@ -133,7 +127,7 @@
.withDescription("A (semicolon-separated) list of patterns that
specifies which classes should always be" +
" resolved through the plugin parent ClassLoader first.
A pattern is a simple prefix that is checked " +
" against the fully qualified class name. This setting
should generally not be modified. To add another " +
- " pattern we recommend to use
\"plugin.classloader.parent-first-patterns.additional\" instead.");
+ " pattern we recommend to use
\"plugin.classloader.parent-first-patterns.GuavaFlinkConnectorRateLimiteradditional\"
instead.");
Review comment:
woooops, good catch. that would have been weird.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services