[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1568) JournalStorageManager should not create large message directories in the constructor
Tim Fox (JIRA)
jira-events at lists.jboss.org
Mon Apr 6 07:14:22 EDT 2009
JournalStorageManager should not create large message directories in the constructor
------------------------------------------------------------------------------------
Key: JBMESSAGING-1568
URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1568
Project: JBoss Messaging
Issue Type: Bug
Reporter: Tim Fox
Assignee: Tim Fox
Fix For: 2.0.0.CR1
In the JournalStorageManager constructor the various directories (bindings, message, large messages etc) are created.
This is incorrect, the dirs should be checked and created in the start() method, otherwise the following will fail:
jsm.start()
jsm.stop();
delete the directories
jsm.start(); //fails
jsm.stop();
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list