Review of Code Commits
revision |
committer |
date |
comment |
review comments |
---|---|---|---|---|
aconway |
2008-05-16 |
Make rpmbuild python tests work under old versions of automake. |
|
|
cctrieloff |
2008-05-16 |
QPID-1067 by tross |
|
|
cctrieloff |
2008-05-16 |
|
||
rgodfrey |
2008-05-16 |
QPID-1060 : Release ref to transient meta data; cache message size |
|
|
aidan |
2008-05-16 |
Merged revisions 653416 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x ........ r653416 - aidan - 2008-05-05 11:24:50 +0100 (Mon, 05 May 2008) - 1 line QPID-1 ... |
|
|
aidan |
2008-05-16 |
Initialized merge tracking via "svnmerge" with revisions "651431" from https://svn.apache.org/repos/asf/incubator/qpid/trunk |
|
|
aidan |
2008-05-16 |
Initialized merge tracking via "svnmerge" with revisions "651431" from https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid |
|
|
aidan |
2008-05-16 |
Merged revisions 657097 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r657097 - rgodfrey - 2008-05-16 16:08:55 +0100 (Fri, 16 May 2008) - 1 line QPID-1 ... |
|
|
rhs |
2008-05-16 |
QPID-947 : initialize docstrings for protocol methods from the spec |
|
|
aidan |
2008-05-16 |
Merged revisions 657111 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x ................ r657111 - aidan - 2008-05-16 16:53:21 +0100 (Fri, 16 May 2008) - 9 lines ... |
|
|
aconway |
2008-05-16 |
Added missing log/Logger.h to headers. |
|
|
rhs |
2008-05-16 |
QPID-947 : restrict docstring initialization to recent python versions |
|
|
tross |
2008-05-19 |
|
||
rgodfrey |
2008-05-19 |
Refactoring perf. tweaks |
|
|
ritchiem |
2008-05-19 |
QPID-1066 : Removed isInfo wrapping. Added test that is missing from trunk from M2.x QueueDepthSelectorTest. |
|
|
tross |
2008-05-19 |
|
||
ritchiem |
2008-05-20 |
Merged revisions 657859 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r657859 - ritchiem - 2008-05-19 17:54:06 +0100 (Mon, 19 May 2008) - 1 line QPID-1 ... |
|
|
ritchiem |
2008-05-20 |
Merged revisions 658166 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x ................ r658166 - ritchiem - 2008-05-20 09:37:33 +0100 (Tue, 20 May 2008) - 9 lines ... |
|
|
aconway |
2008-05-20 |
Support for AMQP 0-10 sessions in C++ broker. |
|
|
ritchiem |
2008-05-20 |
Merged revisions 648740 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x ........ r648740 - ritchiem - 2008-04-16 17:29:07 +0100 (Wed, 16 Apr 2008) - 1 line QPI ... |
|
|
aconway |
2008-05-20 |
Fix build error. |
|
|
rgodfrey |
2008-05-21 |
QPID-1084 : Fix AMQSession race condition on no-ack flow control |
|
|
arnaudsimon |
2008-05-21 |
QPID-1086 : changed session.flush confirmed to do the same than for session.flush completed |
|
|
aconway |
2008-05-21 |
Replaced AtomicCount with AtomicValue template. Uses gcc atomics for gcc on i686/x86_64, falls back to mutex otherwise. |
|
|
aconway |
2008-05-21 |
Added check to exclude old gcc compilers for atomic ops. |
|
|
tross |
2008-05-21 |
|
||
arnaudsimon |
2008-05-22 |
QPID-1079 : Updated ...test.client tests for using QpidTestCase |
DupsOKTest: should also check that all messages have arrived! If timeout expires it should fail. |
|
aidan |
2008-05-22 |
Add more files |
|
|
aidan |
2008-05-22 |
QPID-1085 : If an error occurs creating a durable subscriber with a selector delete the queue that was created. |
0-10 : makes the client blow as the queue doesn;t exist. Also how is delete sent when channel should already be closed. Also why almost duplicated code for createDurableSubscription between 0-8 and 0-10. |
|
tross |
2008-05-22 |
|
||
aconway |
2008-05-22 |
Improved logging for session state. |
|
|
aconway |
2008-05-22 |
Improved logging for session state - show incomplete commands on receive-completed. |
|
|
arnaudsimon |
2008-05-22 |
QPID-1079 : Updated ...test.client tests for using QpidTestCase + move QpidTestCase in main so it is visible form systests |
Remove amqj.AutoCreateVMBroker |
|
arnaudsimon |
2008-05-22 |
QPID-1079 : Updated TTLTest to use QpidTestCase |
|
|
tross |
2008-05-22 |
Forbid broker to route to self, default to localhost when not specified |
|
|
arnaudsimon |
2008-05-22 |
QPID-1079 : added junit dep to client as it's not included within all environments (for example on RHEL-4) |
Should move QpidTestCase into common base package; not in client. |
|
rhs |
2008-05-22 |
Made Range, RangeSet, and Session all use proper RFC1982 comparisons per QPID-861 . Also switched command ids from long -> int, and added a mutex to channel to prevent multi-frame commands from interle ... |
Use .intValue() not (int) (long) |
|
arnaudsimon |
2008-05-23 |
QPID-1089 : Changed to use coountdownlatch |
|
Recently Raised JIRAs
Key |
Component(s) |
Affects Version/s |
Summary |
Status |
Assignee |
Reporter |
Review Comments |
---|---|---|---|---|---|---|---|
C++ Broker, Python Client |
M3 |
(QPID-1061) Management heartbeat message from broker |
Closed |
Unassigned |
Ted Ross |
|
|
Java Client |
M3 |
(QPID-1062) improve performance of 0-10 encode/decode |
Open |
Rafael H. Schloming |
Rafael H. Schloming |
|
|
C++ Broker |
|
(QPID-1063) under Boost 103200, command line args with "=" didn't work |
Open |
Unassigned |
michael goulish |
|
|
python tools |
M3 |
(QPID-1064) intermittent background thread stack trace when using qpid-config |
Open |
Rafael H. Schloming |
Rafael H. Schloming |
|
|
C++ Broker |
M3 |
(QPID-1065) Management messages may lost if client attach hits a small time window |
Closed |
Unassigned |
Ted Ross |
|
|
Java Broker |
M2, M2.1 |
(QPID-1066) cleanMainQueue call mistakenly wrapped in isInfoEnabled() |
Resolved |
Martin Ritchie |
Martin Ritchie |
|
|
C++ Broker |
M3 |
(QPID-1067) Minor improvements/fixes for command line utilities |
Closed |
Unassigned |
Ted Ross |
|
|
C++ Broker, C++ Client |
M3 |
(QPID-1068) C++ configure fails if help2man not present |
Open |
Andrew Stitcher |
Steve Huston |
|
|
C++ Broker, C++ Client |
M3 |
(QPID-1069) Patch to build trunk with Boost 1.35 |
Open |
Andrew Stitcher |
Steve Huston |
|
|
C++ Broker, C++ Client |
M3 |
(QPID-1070) Patch to allow configure options to set Boost header and lib locations |
Closed |
Andrew Stitcher |
Steve Huston |
|
|
C++ Broker |
M3 |
(QPID-1071) Publish interval for management can be set to zero |
Resolved |
Ted Ross |
Ted Ross |
|
|
Java Client, Java Common |
M3 |
(QPID-1072) org.apache.qpidity packages should be moved under org.apache.qpid |
Open |
Rafael H. Schloming |
Rafael H. Schloming |
|
|
C++ Broker |
M3 |
(QPID-1073) Broker deadlock in management code |
Resolved |
Ted Ross |
Ted Ross |
|
|
Java Broker |
|
(QPID-1074) Log Configuration Watcher in Java Broker halts on invalid log4j.xml |
Open |
Unassigned |
Senaka Fernando |
|
|
Java Broker |
|
(QPID-1075) README on Java Broker |
Open |
Unassigned |
Senaka Fernando |
|
|
Java Broker |
M3 |
(QPID-1076) Cannot run Java Broker built on cygwin from trunk release due to qpid-run format issue |
Open |
Marnie McCormack |
Marnie McCormack |
|
|
Ant Build System |
M3 |
(QPID-1077) Permissions incorrect on bin directory on trunk release |
Open |
Unassigned |
Marnie McCormack |
|
|
Ant Build System |
M3 |
(QPID-1078) Ant generated qpid-incubating.jar has the wrong paths |
Open |
Rafael H. Schloming |
Aidan Skinner |
|
|
Java Tests |
M3 |
(QPID-1079) Tests from Systests module should extend QpidTestCase |
Open |
Arnaud Simon |
Arnaud Simon |
|
|
Java Broker, Java Client |
M3 |
(QPID-1080) (0.8 code path) org.apache.qpid.test.unit.topic.TopicSessionTest#testNoLocal intermittently failing |
Open |
Unassigned |
Arnaud Simon |
Logs would be useful. May be due to shared state between tests?? |
|
Java Client |
M3 |
(QPID-1081) org.apache.qpid.test.client.QueueBrowserAutoAckTest and org.apache.qpid.test.client.QueueBrowserNoAckTest are intermittently failing |
Open |
Unassigned |
Arnaud Simon |
Logs would be useful. May be due to shared state between tests?? Also the autoCreateBroker system property may be to blame |
|
Java Tests |
M3 |
(QPID-1082) Add test case to ensure that config of housekeeping.expiredMessageCheckPeriod to 0 disables housekeeping process |
Open |
Aidan Skinner |
Aidan Skinner |
|
|
|
|
(QPID-1083) Qpid Messaging Tutorial |
Open |
Unassigned |
Jonathan Robie |
|
|
Java Client |
M2, M2.1, M3 |
(QPID-1084) (Java Client) Race condition suspending channel in no-ack flow control situations |
Open |
Rob Godfrey |
Rob Godfrey |
|
|
Java Broker |
M3 |
(QPID-1085) Creating an invalid subscriber with a durable subscription still creates the subscription |
Open |
Aidan Skinner |
Aidan Skinner |
|
|
Java Client |
M3 |
(QPID-1086) (01.0 dode path) Client does not implement session.flush confirmed |
Resolved |
Unassigned |
Arnaud Simon |
|
|
C++ Broker |
M3 |
(QPID-1087) Improvements to inter-broker federation |
Closed |
Ted Ross |
Ted Ross |
|
|
C++ Broker |
M3 |
(QPID-1088) Locking cleanup for management objects |
Open |
Ted Ross |
Ted Ross |
|
|
Java Tests |
M3 |
(QPID-1089) Test FieldTableMessageTest and TextMessageTest may hang |
Resolved |
Arnaud Simon |
Arnaud Simon |
|