[ https://issues.apache.org/jira/browse/DRILL-8468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17801019#comment-17801019 ]
ASF GitHub Bot commented on DRILL-8468: --------------------------------------- rymarm opened a new pull request, #2859: URL: https://github.com/apache/drill/pull/2859 # [DRILL-8468](https://issues.apache.org/jira/browse/DRILL-8468) ## Description The issue is caused by plugin registry refactoring: https://github.com/apache/drill/pull/1988 After this change, `drill.exec.storage.action_on_plugins_override_file` doesn't work as described in our documentation: https://drill.apache.org/docs/configuring-storage-plugins/#configuring-storage-plugins-with-the-storage-plugins-overrideconf-file `storage-plugins-override.conf` is neither removed nor renamed on Drill restart. ## Documentation No updates ## Testing Manual > Drill doesn't perform drill.exec.storage.action_on_plugins_override_file > action > ------------------------------------------------------------------------------- > > Key: DRILL-8468 > URL: https://issues.apache.org/jira/browse/DRILL-8468 > Project: Apache Drill > Issue Type: Bug > Affects Versions: 1.18.0 > Reporter: Maksym Rymar > Assignee: Maksym Rymar > Priority: Major > > After the Plugin Registry refactoring > https://issues.apache.org/jira/browse/DRILL-7590, Drill stopped honoring > {{drill.exec.storage.action_on_plugins_override_file}} property. > After the refactoring, Drill performs > {{drill.exec.storage.action_on_plugins_override_file}} action only once, on > initial storage plugin registry initialization. After the initialization, on > every next Drill restart, the action will not be performed. It means, that > after {{storage-plugins-override.conf}} apply, this file is neither renamed > nor removed. -- This message was sent by Atlassian Jira (v8.20.10#820010)