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 2012/05/06 09:43:02 UTC

[jira] [Commented] (KARAF-1337) 'cluster:config-list' command list configuration PIDs two times whose name include "-"

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

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

It's a normal behavior and the same in Karaf.

The PID are different because it's two different configuration.

If you take a look in Karaf, you have the same using config:list:

karaf@root> config:list|grep -i fileinstall
Pid:            org.apache.felix.fileinstall.338fed9f-bce9-4d31-abc5-13f892e2a71f
Pid:            org.apache.felix.fileinstall.acbdfbc0-be3b-40c7-9e87-c51461a8f64b

and you find exactly the same in cellar:

karaf@root> cluster:config-list default|grep -i fileinstall
org.apache.felix.fileinstall.acbdfbc0-be3b-40c7-9e87-c51461a8f64b
org.apache.felix.fileinstall.338fed9f-bce9-4d31-abc5-13f892e2a71f

So it's the same output.

However, it makes sense that cluster:config-list output looks like config:list one.

                
>  'cluster:config-list' command list  configuration PIDs two times whose name include "-"
> ----------------------------------------------------------------------------------------
>
>                 Key: KARAF-1337
>                 URL: https://issues.apache.org/jira/browse/KARAF-1337
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-config
>    Affects Versions: cellar-2.2.4
>            Reporter: Xiaoli Ding
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>
> Under ect file,there are two PIDS:org.apache.cxf.http.conduits-common.cfg and org.apache.felix.fileinstall-deploy.cfg,when using 'cluster:config-list default' command,it will display two times for these two PIDS,also the name is not right.
> ACTUAL:
> {noformat} 
> karaf@trun>cluster:config-list default
> ...
> org.apache.felix.fileinstall.86a9d406-e7a4-4f3b-b57d-2237490706cb
> org.apache.cxf.http.conduits.77bdf75c-05c2-4b51-9b61-fc73a7f94ffc
> org.apache.felix.fileinstall.75fdea55-9d3e-4895-a107-726b4682775f
> org.apache.cxf.http.conduits.6728f3a4-1718-4bc2-aca9-3888cff48fde
> ...
> {noformat} 
> EXPECTED:
> {noformat} 
> karaf@trun>cluster:config-list default
> ...
> org.apache.cxf.http.conduits-common
> org.apache.felix.fileinstall-deploy
> ...
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira