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

ASF GitHub Bot commented on DRILL-7590:
---------------------------------------

paul-rogers commented on issue #1988: DRILL-7590: Refactor plugin registry
URL: https://github.com/apache/drill/pull/1988#issuecomment-592839532
 
 
   @arina-ielchiieva, thanks again for your thorough review. Fixed the plugin 
bootstrap issue. Added unit tests. Also verified manually using the UI.
   
   Since I had to rerun all tests, went ahead and modified format plugin tests 
to rely on the bootstrap format config rather than adding format plugins 
manually.
   
   Also fixed a nagging issue: that the registry loaded plugins twice on 
bootstrap. Adjusted the code so it happens only once. We use the bootstrap 
files if the persistent store load comes up empty.
   
   Squashed all but the above commit so it is easy to see these final changes. 
 
----------------------------------------------------------------
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]


> Refactor plugin registry
> ------------------------
>
>                 Key: DRILL-7590
>                 URL: https://issues.apache.org/jira/browse/DRILL-7590
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.17.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Major
>             Fix For: 1.18.0
>
>
> The plugin registry connects configurations, stored in ZK, with 
> implementations, which are Java classes. The registry handles a large number 
> of tasks including:
> * Populating "bootstrap" plugin configurations and handling upgrades.
> * Reading from, and writing to, the persistent store in ZK.
> * Handling "normal" (configured) plugins and special system plugins (which 
> have no configuration.)
> * Handle format plugins which are always associated with the DFS storage 
> plugin.
> * And so on.
> The code has grown overly complex. As we look to add a new, cleaner plugin 
> mechanism, we will start by cleaning up what we have to allow the new 
> mechanism to be one of many.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to