[
https://issues.apache.org/jira/browse/DRILL-3742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952528#comment-14952528
]
ASF GitHub Bot commented on DRILL-3742:
---------------------------------------
Github user jacques-n commented on a diff in the pull request:
https://github.com/apache/drill/pull/148#discussion_r41718549
--- Diff: exec/java-exec/src/test/resources/drill-oom-xsort.conf ---
@@ -2,7 +2,7 @@
// This file can also include any supplementary configuration information.
// This file is in HOCON format, see
https://github.com/typesafehub/config/blob/master/HOCON.md for more information.
-drill.logical.function.packages += "org.apache.drill.exec.expr.fn.impl"
+drill.classpath.scanning.packages += "org.apache.drill.exec.expr.fn.impl"
--- End diff --
same (one block)
> Improve classpath scanning to reduce the time it takes
> ------------------------------------------------------
>
> Key: DRILL-3742
> URL: https://issues.apache.org/jira/browse/DRILL-3742
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Julien Le Dem
> Fix For: Future
>
>
> classpath scanning and function registry take a long time (seconds every
> time).
> We'd want to avoid loading the classes (use bytecode inspection instead) and
> have a build time cache to avoid doing the scanning at startup.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)