Nick Allen created METRON-2204:
----------------------------------
Summary: PROFILE_VERBOSE Should React to Global Config Changes
Key: METRON-2204
URL: https://issues.apache.org/jira/browse/METRON-2204
Project: Metron
Issue Type: Bug
Reporter: Nick Allen
Within the same Stellar session, the PROFILE_GET function will alter its
behavior based on changed made to the global configuration during that session.
For example, open a REPL session. Execute the PROFILE_GET function. Change a
value in the global configuration, like the period duration or salt divisor.
Executing the PROFILE_GET function will use the altered value.
The PROFILE_VERBOSE function does not exhibit the same behavior. The
{{PROFILE_VERBOSE}} function has lazy initialization, but will not respond to
changes in the global config like {{PROFILE_GET}} does. The Stellar session
needs to be restarted for PROFILE_VERBOSE to respond to these changes.
The PROFILE_VERBOSE function should exhibit similar behavior to PROFILE_GET in
this regards.
See [this conversation for more
details|https://github.com/apache/metron/pull/1458#discussion_r311098015].
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)