kkhatua opened a new pull request #1482: DRILL-6762: Dynamic UDFs registered on 1 Drillbit not visible on others URL: https://github.com/apache/drill/pull/1482 The issue is with the registry version value of -1 being, both a valid version number and indicative of the (remote) registry being unreachable. DRILL-6053 exacerbates this ambiguity. The workaround is to provide a different value for the registry version when it is unreachable. In this case, we picked Integer.MIN_VALUE which is << -1
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
