You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2021/05/07 15:38:00 UTC

[jira] [Commented] (KARAF-7097) JsonConfigInstaller is continuously updating configurations

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

Jean-Baptiste Onofré commented on KARAF-7097:
---------------------------------------------

I don't reproduce the issue on json config.

Here's my test case:
 # I created {{etc/my.stuff.json}} configuration file, containing:

{code:java}
{
  "foo": "bar"
} {code}
2. In the log, I see {{Creating configuration from my.stuff.json}}

3. I change the configuration using {{config:edit}} command, it's fine.


4. I update the configuration file, and I see {{Updating configuration from my.stuff.json}}  only once (which is correct).

I'm trying with a {{ManagedService}} to see if there's an issue there.
In the mean time, do you have a scenario to reproduce the issue ?

> JsonConfigInstaller is continuously updating configurations
> -----------------------------------------------------------
>
>                 Key: KARAF-7097
>                 URL: https://issues.apache.org/jira/browse/KARAF-7097
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>            Reporter: Oliver Lietz
>            Assignee: Jean-Baptiste Onofré
>            Priority: Blocker
>




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