diff options
author | Kim van der Riet <kpvdr@apache.org> | 2015-09-10 15:13:03 +0000 |
---|---|---|
committer | Kim van der Riet <kpvdr@apache.org> | 2015-09-10 15:13:03 +0000 |
commit | 18699a7ba7680b4a614f09fd96310bd96f0bbf68 (patch) | |
tree | 6f45043dab88713615a86c89fba1032a3f098640 /qpid | |
parent | 904455fa706682f6afa686295e88e6d58e4fc866 (diff) | |
download | qpid-python-18699a7ba7680b4a614f09fd96310bd96f0bbf68.tar.gz |
NO_JIRA: Updates to ISSUES file
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1702273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rw-r--r-- | qpid/cpp/src/qpid/linearstore/ISSUES | 90 |
1 files changed, 63 insertions, 27 deletions
diff --git a/qpid/cpp/src/qpid/linearstore/ISSUES b/qpid/cpp/src/qpid/linearstore/ISSUES index 4023ba9629..9294f929ac 100644 --- a/qpid/cpp/src/qpid/linearstore/ISSUES +++ b/qpid/cpp/src/qpid/linearstore/ISSUES @@ -37,21 +37,13 @@ Current/pending: ** Basic performance tests 5464 - [linearstore] Incompletely created journal files accumulate in EFP - 1088944 [Linearstore] store does not return all files to EFP after purging big queue <queue purge issue> -* - 1066256 [LinearStore] changing efp size after using store broke the new durable nodes creation - 1067480 [LinearStore] Provide a way to limit max count/size of empty files in EFP - 1067429 [LinearStore] last file from deleted queue is not moved to EFP <queue delete issue> - 1067482 [LinearStore] Provide a way to preallocate empty pages in EFP -* 6303 1180660 [linearstore] Roll back auto-upgrade of store directory structure -* 5362 1145363 Linearstore: No store tools exist for examining the journals - svn r.1556888 2014-01-09: WIP checkin for linearstore version of qpid_qls_analyze. Needs testing and tidy-up. - svn r.1560530 2014-01-22: Bugfixes for qpid_qls_analyze - svn r.1561848 2014-01-27: Bugfixes and enhancements for qpid_qls_analyze - svn r.1564808 2014-02-05: Bugfixes and enhancements for qpid_qls_analyze - svn r.1578899 2014-03-18: Bugfixes and enhancements for qpid_qls_analyze - svn r.1583778 2014-04-01: Bugfix for qpid_qls_analyze - * Store analysis and status - * Recovery/reading of message content - * Empty file pool status and management + 6303 1180660 [linearstore] Roll back auto-upgrade of store directory structure + svn r.1652486 2015-01-16 Fix, mutually exclusive dir structure introduced + 5880 867826 [RFE] Qpid memory usage is not consistent across restart + Tools install @@ -111,7 +103,7 @@ NO-JIRA - Added missing Apache copyright/license text svn r.1574513 2014-03-05: Proposed fix. POST * jexception 0x0701 RecoveryManager::readNextRemainingRecord() threw JERR_JREC_BADRECTAIL 5607 1064181 [linearstore] Qpidd closes transactional client session&connection with async_dequeue() failed - svn r.1575009 2014-03-06 Proposed fix. POST + svn r.1575009 2014-03-06: Proposed fix. POST * jexception 0x010b LinearFileController::getCurrentSerial() threw JERR_NULL - 1064230 [linearstore] Qpidd linearstore recovery sometimes fail to recover messages with recoverMessages() failed * jexception 0x0701 RecoveryManager::readNextRemainingRecord() threw JERR_JREC_BADRECTAIL @@ -120,40 +112,71 @@ NO-JIRA - Added missing Apache copyright/license text * UNABLE TO REPRODUCE - but Frantizek has additional info * Retested after checkin 1575009, problem solved. VERIFIED 5651 - [C++ broker] segfault in qpid::linearstore::journal::jdir::clear_dir when declaring durable queue - svn r.1582730 2014-03-28 Proposed fix by Pavel Moravec + svn r.1582730 2014-03-28: Proposed fix by Pavel Moravec * Bug introduced by r.1578899. 5661 - [linearstore] Set default cmake build to exclude linearstore - svn r.1584379 2014-04-03 Proposed solution. + svn r.1584379 2014-04-03: Proposed solution. * Run ccmake, select BUILD_LINEARSTORE to change its value to ON to build. 5750 1078142 [linearstore] qpidd closes connection with (distributed) transactional client while checking previous transaction, broker signals error (closed by error: Queue Ve0-2: async_dequeue() failed: exception 0x0103 wmgr::get_events() threw JERR__AIO: AIO error) - svn r.1594215 2014-05-13 Proposed solution. + svn r.1594215 2014-05-13: Proposed solution. * jexception 0x0103 wmgr::get_events() threw JERR__AIO: AIO error. (AIO write operation failed: Invalid argument (-22) [pg=0 size=8192 offset=4096 fh=22]) 5655 1078937 [linearstore] Installation and tests for new store analysis tool qpid-qls-analyze svn r.1596633 2014-05-21: Modified to run from installed location 5767 1098118 [linearstore] broker segfaults when recovering journal file with damaged header - svn r.1596509 2014-05-21 Proposed solution (committed by pmoravec) - svn r.1599243 2014-06-02 Solution to additional case of file header corruption + svn r.1596509 2014-05-21: Proposed solution (committed by pmoravec) + svn r.1599243 2014-06-02: Solution to additional case of file header corruption 5924 1124906 [linearstore] Qpidd Will Not Start with Large Number of Queues - svn r.1614665 2014-07-30 Proposed solution + svn r.1614665 2014-07-30: Proposed solution 5948 1121660 [AMQP 1.0] Broker restart failure with durable topic using non-durable exchange - svn r.1616287 2014-08-06 Proposed solution checked in by gsim + svn r.1616287 2014-08-06: Proposed solution checked in by gsim This turned out to be an AMQP error, fix does not affect store code. 6043 1089652 [RFE]: Configuration option for linear store to delete or overwrite the used journal files. - svn r.1620426 2014-08-25 Proposed solution + svn r.1620426 2014-08-25: Proposed solution 6147 1152012 [C++ broker linearstore] missing journal id in "trace Mgmt create journal." log - svn r.1631360 2014-10-13 Proposed solution + svn r.1631360 2014-10-13: Proposed solution 6157 1150397 linearstore: segfault when 2 journals request new journal file from empty EFP - svn r.1632504 2014-10-17 Proposed solution by pmoravec + svn r.1632504 2014-10-17: Proposed solution by pmoravec 6230 1165200 [linearstore] qpid-qls-analyze fails when analyzing empty journal svn r.1643053 2014-11-18: Proposed fix + 6232 1163650 [C++ broker] Linearstore segfaults when ulimit prevents creating new file in EFP + svn r.1640357 2014-11-14: Proposed fix by pmoravec 6248 1167911 [linearstore] Symlink creation fails if store dir path is not absolute - svn r.1641689 2014-11-25 Proposed solution + svn r.1641689 2014-11-25: Proposed solution 5671 1160367 [linearstore] Add ability to use disk partitions and select per-queue EFPs svn r.1636598 2014-11-04: WIP: New EFP and journal dir structure using symlinks svn r.1637985 2014-11-10: WIP: Auto-upgrade from old dir structure to new svn r.1649081 2015-01-02: WIP: Specify new queue using qpid-config --durable together with --efp-partition-num and/or --efp-pool-file-size. Needs testing. - 1148807 [linearstore] Restarting broker with empty journal raises confusing warning Fixed by svn r.1649081 of bug 5671 / 1160367 above + 6303 1180660 [linearstore] Roll back auto-upgrade of store directory structure + svn r.1652486 2015-01-16: Fix, mutually exclusive dir structure introduced + 5362 1145363 Linearstore: No store tools exist for examining the journals + svn r.1556888 2014-01-09: WIP checkin for linearstore version of qpid_qls_analyze. Needs testing and tidy-up. + svn r.1560530 2014-01-22: Bugfixes for qpid_qls_analyze + svn r.1561848 2014-01-27: Bugfixes and enhancements for qpid_qls_analyze + svn r.1564808 2014-02-05: Bugfixes and enhancements for qpid_qls_analyze + svn r.1578899 2014-03-18: Bugfixes and enhancements for qpid_qls_analyze + svn r.1583778 2014-04-01: Bugfix for qpid_qls_analyze + svn r.1652490 2015-01-16: Update for new partition capability and resulting dir structure change + * Store analysis and status + * Recovery/reading of message content + * Empty file pool status and management + - 1066256 [LinearStore] changing efp size after using store broke the new durable nodes creation + Believed to be fixed by 5671 / 1160367 + 6355 1188748 [linearstore] Installation error + svn r.1656771 2015-02-03: Proposed fix. + 6394 - [linearstore] Make linearstore the default store for linux builds + svn r.1660430 2015-02-17: Proposed fix. + svn r.1660702 2015-02-18: Corrected incorrect status messages. + 6399 - Windows run_test.ps1 script needs revamp to match run_test + svn r.1671128 2015-04-03: Proposed fix for store tests + 6551 1223789 [C++ broker]: linearstore raising JERR_LFCR_SEQNUMNOTFOUND after sending many DTX transactions + 1223795 svn r.1680861 2015-05-21: Proposed fix. + 1224300 + 6730 1261180 Make the journal flush timeout configurable in the C++ broker + svn r.1702130 2015-09-09: Proposed fix by Andrew Stitcher (astitcher) +NO-JIRA - Improve iostreams error reporting by printing out the value of errno + svn r.1702258 2015-09-10: Proposed fix Ordered checkin list: @@ -200,9 +223,22 @@ no. svn r Q-JIRA RHBZ Date Alt Committer 36. 1636598 5671 1160367 2014-11-04 37. 1637985 5671 1160367 2014-11-10 38. 1643053 6230 1165200 2014-11-18 -39. 1641689 6248 1167911 2014-11-25 -40. 1649081 5671 1160367 2015-01-02 -41. 1649082 NO-JIRA - 2015-01-02 +39. 1640357 6232 1163650 2014-11-18 (pmoravec) +40. 1641689 6248 1167911 2014-11-25 +41. 1642731 NO_JIRA - 2014-12-01 +42. 1649081 5671 1160367 2015-01-02 +43. 1649082 NO-JIRA - 2015-01-02 +44. 1652486 6303 1180660 2015-01-16 +45. 1656771 6355 1188748 2015-02-03 +46. 1660430 6394 - 2015-02-17 +47. 1660702 6394 - 2015-02-18 +48. 1671128 6399 - 2015-04-03 (aconway) +49. 1680861 6551 1223789 2015-05-21 (pmoravec) + 1223795 + 1224300 +50. 1702130 6730 1261180 2015-09-09 (astitcher) +51. 1702258 NO-JIRA - 2015-09-10 +52. NO-JIRA - 2015-09-10 See above sections for details on these checkins. |