diff options
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid/linearstore/ISSUES | 2 | ||||
| -rw-r--r-- | qpid/cpp/src/qpid/linearstore/journal/jcntl.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/linearstore/ISSUES b/qpid/cpp/src/qpid/linearstore/ISSUES index c3e7e4632b..c511517ce8 100644 --- a/qpid/cpp/src/qpid/linearstore/ISSUES +++ b/qpid/cpp/src/qpid/linearstore/ISSUES @@ -30,7 +30,7 @@ Store: Current bugs and performance issues: ------------------------------------ 1. RH Bugzilla 1035843 - Slow performance for producers -2. RH Bugzilla 1036071 - Crash when deleting queue +2. (FIXED) QPID-5387 (BZ 1036071) - Crash when deleting queue 3. RH Bugzilla 1035802 - Broker won't recover with durable queue 4. RH Bugzilla 1036026 - Unable to create durable queue - framing error diff --git a/qpid/cpp/src/qpid/linearstore/journal/jcntl.cpp b/qpid/cpp/src/qpid/linearstore/journal/jcntl.cpp index 942feed824..8226741e4a 100644 --- a/qpid/cpp/src/qpid/linearstore/journal/jcntl.cpp +++ b/qpid/cpp/src/qpid/linearstore/journal/jcntl.cpp @@ -306,7 +306,6 @@ jcntl::stop(const bool block_till_aio_cmpl) _stop_flag = true; if (!_readonly_flag) flush(block_till_aio_cmpl); - _linearFileController.finalize(); } LinearFileController& |
