Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56E8B18514 for ; Sat, 5 Sep 2015 01:00:48 +0000 (UTC) Received: (qmail 13348 invoked by uid 500); 5 Sep 2015 01:00:48 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 13166 invoked by uid 500); 5 Sep 2015 01:00:48 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 12889 invoked by uid 99); 5 Sep 2015 01:00:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Sep 2015 01:00:48 +0000 Date: Sat, 5 Sep 2015 01:00:47 +0000 (UTC) From: "Julien Le Dem (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-3742) Improve classpath scanning to reduce the time it takes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Julien Le Dem created DRILL-3742: ------------------------------------ Summary: 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 Assignee: Julien Le Dem 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)