[jira] [Commented] (KARAF-4764) Provide ability to configure RmiRegistryFactory create and locate options

2016-10-15 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4764:


Commit baf36fe3c6460d796800e49b1d59d7b4a1ce4ada in karaf's branch 
refs/heads/karaf-4.0.x from [~dnk]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=baf36fe ]

[KARAF-4764] Add ability to configure RMI Registry locate and create flags


> Provide ability to configure RmiRegistryFactory create and locate options
> -
>
> Key: KARAF-4764
> URL: https://issues.apache.org/jira/browse/KARAF-4764
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-management
>Affects Versions: 3.0.8, 4.0.7
>Reporter: Dmitry Konstantinov
>Assignee: Jean-Baptiste Onofré
>  Labels: performance
> Fix For: 4.1.0, 3.0.9, 4.0.8
>
>
> At this moment locate and create options are set to true in code and there is 
> no ability to control these options via Configuration Admin.
> Sometimes it make sense:
> 1) to not create RMI Registry (to not open a port)
> 2) do not try to locate an existing one, the locate logic is needed rarely 
> but adds about 1 second to startup time (connection establishment attempt) 
> It would be nice to control these options via org.apache.karaf.management 
> configuration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4764) Provide ability to configure RmiRegistryFactory create and locate options

2016-10-15 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4764:


Commit 5049ddf600fa7da50f30dcc894e6683ed0cb75d1 in karaf's branch 
refs/heads/master from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=5049ddf ]

[KARAF-4764] This closes #248


> Provide ability to configure RmiRegistryFactory create and locate options
> -
>
> Key: KARAF-4764
> URL: https://issues.apache.org/jira/browse/KARAF-4764
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-management
>Affects Versions: 3.0.8, 4.0.7
>Reporter: Dmitry Konstantinov
>Assignee: Jean-Baptiste Onofré
>  Labels: performance
> Fix For: 4.1.0, 3.0.9, 4.0.8
>
>
> At this moment locate and create options are set to true in code and there is 
> no ability to control these options via Configuration Admin.
> Sometimes it make sense:
> 1) to not create RMI Registry (to not open a port)
> 2) do not try to locate an existing one, the locate logic is needed rarely 
> but adds about 1 second to startup time (connection establishment attempt) 
> It would be nice to control these options via org.apache.karaf.management 
> configuration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4764) Provide ability to configure RmiRegistryFactory create and locate options

2016-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-4764:
---

Github user asfgit closed the pull request at:

https://github.com/apache/karaf/pull/248


> Provide ability to configure RmiRegistryFactory create and locate options
> -
>
> Key: KARAF-4764
> URL: https://issues.apache.org/jira/browse/KARAF-4764
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-management
>Affects Versions: 3.0.8, 4.0.7
>Reporter: Dmitry Konstantinov
>Assignee: Jean-Baptiste Onofré
>  Labels: performance
> Fix For: 4.1.0, 3.0.9, 4.0.8
>
>
> At this moment locate and create options are set to true in code and there is 
> no ability to control these options via Configuration Admin.
> Sometimes it make sense:
> 1) to not create RMI Registry (to not open a port)
> 2) do not try to locate an existing one, the locate logic is needed rarely 
> but adds about 1 second to startup time (connection establishment attempt) 
> It would be nice to control these options via org.apache.karaf.management 
> configuration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4764) Provide ability to configure RmiRegistryFactory create and locate options

2016-10-15 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4764:


Commit 2074efd6310400ff3f922e551c480ec14e273ba3 in karaf's branch 
refs/heads/master from [~dnk]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=2074efd ]

[KARAF-4764] Add ability to configure RMI Registry locate and create flags


> Provide ability to configure RmiRegistryFactory create and locate options
> -
>
> Key: KARAF-4764
> URL: https://issues.apache.org/jira/browse/KARAF-4764
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-management
>Affects Versions: 3.0.8, 4.0.7
>Reporter: Dmitry Konstantinov
>Assignee: Jean-Baptiste Onofré
>  Labels: performance
> Fix For: 4.1.0, 3.0.9, 4.0.8
>
>
> At this moment locate and create options are set to true in code and there is 
> no ability to control these options via Configuration Admin.
> Sometimes it make sense:
> 1) to not create RMI Registry (to not open a port)
> 2) do not try to locate an existing one, the locate logic is needed rarely 
> but adds about 1 second to startup time (connection establishment attempt) 
> It would be nice to control these options via org.apache.karaf.management 
> configuration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4764) Provide ability to configure RmiRegistryFactory create and locate options

2016-10-12 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-4764:
---

GitHub user netudima opened a pull request:

https://github.com/apache/karaf/pull/248

[KARAF-4764] Add ability to configure RMI Registry locate and create …

…flags

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/netudima/karaf master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/karaf/pull/248.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #248


commit 1ba9f42b197177174d5b4edea9ed759c24ca3c11
Author: Dmitry Konstantinov 
Date:   2016-10-12T14:36:46Z

[KARAF-4764] Add ability to configure RMI Registry locate and create flags




> Provide ability to configure RmiRegistryFactory create and locate options
> -
>
> Key: KARAF-4764
> URL: https://issues.apache.org/jira/browse/KARAF-4764
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-management
>Affects Versions: 3.0.8, 4.0.7
>Reporter: Dmitry Konstantinov
>
> At this moment locate and create options are set to true in code and there is 
> no ability to control these options via Configuration Admin.
> Sometimes it make sense:
> 1) to not create RMI Registry (to not open a port)
> 2) do not try to locate an existing one, the locate logic is needed rarely 
> but adds about 1 second to startup time (connection establishment attempt) 
> It would be nice to control these options via org.apache.karaf.management 
> configuration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)