You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Kunal Khatua (JIRA)" <ji...@apache.org> on 2016/12/08 07:36:58 UTC

[jira] [Commented] (DRILL-4995) Allow lazy init when dynamic UDF support is disabled

    [ https://issues.apache.org/jira/browse/DRILL-4995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15731439#comment-15731439 ] 

Kunal Khatua commented on DRILL-4995:
-------------------------------------

[~RomanKulyk] Is this JIRA verified and ready to close?

> Allow lazy init when dynamic UDF support is disabled
> ----------------------------------------------------
>
>                 Key: DRILL-4995
>                 URL: https://issues.apache.org/jira/browse/DRILL-4995
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>    Affects Versions: 1.9.0
>            Reporter: Roman
>            Assignee: Arina Ielchiieva
>              Labels: ready-to-commit
>             Fix For: 1.10.0
>
>
> Steps in 2 nodes cluster:
> In 1st node:
> 1. Register jar
> 2. Run function (success)
> 3. Disable dynamic UDF support 
> 4. Run function again (success)
> In 2nd node:
> 5. Try to run function (failed).
> In 1st node the function was initialized before disabling dynamic UDF support. But in 2nd node the function was not initialized. So It seems we need to allow lazy initialization when dynamic UDF support is disabled.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)