[
https://issues.apache.org/jira/browse/QPID-5962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14086267#comment-14086267
]
ASF subversion and git services commented on QPID-5962:
-------------------------------------------------------
Commit 1615928 from [~k-wall] in branch 'qpid/trunk'
[ https://svn.apache.org/r1615928 ]
QPID-5962: [Java Broker] Prevent two or more BDB virtual host or virtual hosts
nodes sharing the same JE environment path
> Prevent two or more BDB virtual host or virtual hosts nodes sharing the same
> JE environment path
> ------------------------------------------------------------------------------------------------
>
> Key: QPID-5962
> URL: https://issues.apache.org/jira/browse/QPID-5962
> Project: Qpid
> Issue Type: Improvement
> Reporter: Keith Wall
> Assignee: Andrew MacBean
> Fix For: 0.29
>
>
> BDB JE permits the same environment path to be opened many times from within
> a single JVM process. The second environment basically becomes a handle for
> the first.
> This use case does not fit with the Java Broker's model which expects stores
> underlying each virtual host (VH) or virtual host node (VHN) to be
> independent.
> This change will introduce a simple registry which will serve to prevent the
> same JE store being attached to more than one VH or VHN.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]