[
https://issues.apache.org/jira/browse/METRON-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673596#comment-16673596
]
ASF GitHub Bot commented on METRON-1853:
----------------------------------------
Github user merrimanr commented on a diff in the pull request:
https://github.com/apache/metron/pull/1251#discussion_r230484974
--- Diff:
metron-stellar/stellar-common/src/main/java/org/apache/metron/stellar/dsl/StellarFunctions.java
---
@@ -30,4 +30,8 @@ public static FunctionResolver FUNCTION_RESOLVER() {
public static void initialize(Context context) {
SingletonFunctionResolver.getInstance().initialize(context);
}
+
+ public static void teardown(Context context) {
--- End diff --
Should this be:
```
public static void teardown() {
SingletonFunctionResolver.getInstance().teardown();
}
```
> Add shutdown hook to Stellar BaseFunctionResolver
> -------------------------------------------------
>
> Key: METRON-1853
> URL: https://issues.apache.org/jira/browse/METRON-1853
> Project: Metron
> Issue Type: Improvement
> Reporter: Michael Miklavcic
> Assignee: Michael Miklavcic
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)