Author: tross
Date: Tue Jun 23 22:00:51 2009
New Revision: 787851
URL: http://svn.apache.org/viewvc?rev=787851&view=rev
Log:
Fixed bug in decoding field tables (maps)
Modified:
qpid/trunk/qpid/python/qpid/management.py
Modified: qpid/trunk/qpid/python/qpid/management.py
URL:
http://svn.apac
Author: astitcher
Date: Tue Jun 23 20:02:51 2009
New Revision: 787816
URL: http://svn.apache.org/viewvc?rev=787816&view=rev
Log:
Fix to perftest to make sure that all threads are joined even if there
is an exception
Modified:
qpid/trunk/qpid/cpp/src/tests/perftest.cpp
Modified: qpid/trunk/qp
Author: astitcher
Date: Tue Jun 23 20:02:47 2009
New Revision: 787815
URL: http://svn.apache.org/viewvc?rev=787815&view=rev
Log:
Fix for issue where a broker with single io thread can get stuck if it
runs out of file handles.
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp
Modi
Author: astitcher
Date: Tue Jun 23 20:02:41 2009
New Revision: 787814
URL: http://svn.apache.org/viewvc?rev=787814&view=rev
Log:
Client side fix to make sure we don't schedule a disconnect
due to timeout when we are already disconnecting
Modified:
qpid/trunk/qpid/cpp/src/qpid/client/Connector
Author: astitcher
Date: Tue Jun 23 20:02:35 2009
New Revision: 787813
URL: http://svn.apache.org/viewvc?rev=787813&view=rev
Log:
Add blocking to sys::Timer so that timer callback and cancel
can't happen interleaved
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp
qpid/trunk/qpid/cpp/s
Author: astitcher
Date: Tue Jun 23 20:02:29 2009
New Revision: 787812
URL: http://svn.apache.org/viewvc?rev=787812&view=rev
Log:
Add blocking to broker::Timer/TimerTask so cancel and fire()
cannot be interleaved.
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/Timer.cpp
qpid/trunk/qpid/cpp/
Author: astitcher
Date: Tue Jun 23 20:02:24 2009
New Revision: 787811
URL: http://svn.apache.org/viewvc?rev=787811&view=rev
Log:
Once we're aborting the connection due to traffic timeout make sure
we cancel heartbeats
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/Connection.cpp
Modified: qpi
Author: astitcher
Date: Tue Jun 23 20:02:18 2009
New Revision: 787810
URL: http://svn.apache.org/viewvc?rev=787810&view=rev
Log:
Don't schedule eof() in response to traffic timeout if already
disconnecting and make sure that this is true for all close
down paths
Modified:
qpid/trunk/qpid/cpp/
Author: astitcher
Date: Tue Jun 23 20:02:13 2009
New Revision: 787809
URL: http://svn.apache.org/viewvc?rev=787809&view=rev
Log:
Make sure you close down heartbeatTimer for every close even if you don't
need to do anything else
Modified:
qpid/trunk/qpid/cpp/src/qpid/client/ConnectionImpl.cpp
Author: aidan
Date: Tue Jun 23 15:59:46 2009
New Revision: 787738
URL: http://svn.apache.org/viewvc?rev=787738&view=rev
Log:
QPID-1923: Fix ack mode for TopicSessionTest, reset system property the right
way in FailoverBaseCase
Modified:
qpid/trunk/qpid/java/systests/src/main/java/org/apache
Author: aidan
Date: Tue Jun 23 15:16:39 2009
New Revision: 787701
URL: http://svn.apache.org/viewvc?rev=787701&view=rev
Log:
QPID-1935: Reset QPID_WORK after modifying it. handy that.
Modified:
qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/FailoverBaseCase.java
Modi
Author: ritchiem
Date: Tue Jun 23 15:00:01 2009
New Revision: 787697
URL: http://svn.apache.org/viewvc?rev=787697&view=rev
Log:
Qpid-1934 : Add log4j splitting.
Update datetime detection/parsing to use a regex.
Added logging to give output on progress
Modified:
qpid/trunk/qpid/java/perftests/
Page Edited :
qpid :
Java Broker Analysis Tools
Java Broker Analysis Tools
has been edited by Martin Ritchie
(Jun 23, 2009).
(View changes)
Author: rhs
Date: Tue Jun 23 13:04:20 2009
New Revision: 787663
URL: http://svn.apache.org/viewvc?rev=787663&view=rev
Log:
renamed the type field of structs to st_type so it won't conflict with struct
fields
Modified:
qpid/trunk/qpid/ruby/examples/hello-world.rb
qpid/trunk/qpid/ruby/lib/
Page Edited :
qpid :
Java Broker Analysis Tools
Java Broker Analysis Tools
has been edited by Martin Ritchie
(Jun 23, 2009).
(View changes)
Author: robbie
Date: Tue Jun 23 10:57:44 2009
New Revision: 787631
URL: http://svn.apache.org/viewvc?rev=787631&view=rev
Log:
QPID-1937: add an admin user to the example password file
Modified:
qpid/branches/jmx_mc_gsoc09/qpid/java/broker/etc/passwd
Modified: qpid/branches/jmx_mc_gsoc09/qpid
Author: aidan
Date: Tue Jun 23 10:47:16 2009
New Revision: 787626
URL: http://svn.apache.org/viewvc?rev=787626&view=rev
Log:
QPID-1935: Clean up brokers before starting them everytime.
Modified:
qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/FailoverBaseCase.java
Mod
Author: gsim
Date: Tue Jun 23 10:46:15 2009
New Revision: 787625
URL: http://svn.apache.org/viewvc?rev=787625&view=rev
Log:
QPID-1936: Fix potential deadlock for durable ring queue
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/Queue.cpp
qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h
qpi
Author: aidan
Date: Tue Jun 23 10:13:12 2009
New Revision: 787623
URL: http://svn.apache.org/viewvc?rev=787623&view=rev
Log:
QPID-1935: Use unique queue name per test run. *sigh*.
Modified:
qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/QueueBrowserAutoAckTest.java
Author: robbie
Date: Tue Jun 23 10:06:24 2009
New Revision: 787621
URL: http://svn.apache.org/viewvc?rev=787621&view=rev
Log:
QPID-1932: add initial Queue mbean view
Added:
qpid/branches/jmx_mc_gsoc09/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/queue
Author: robbie
Date: Tue Jun 23 10:04:57 2009
New Revision: 787620
URL: http://svn.apache.org/viewvc?rev=787620&view=rev
Log:
QPID-1932: expose Queue tabular/composite key values through the management
interface
Modified:
qpid/branches/jmx_mc_gsoc09/qpid/java/broker/src/main/java/org/apache
Author: gsim
Date: Tue Jun 23 10:03:37 2009
New Revision: 787618
URL: http://svn.apache.org/viewvc?rev=787618&view=rev
Log:
Renamed new directory to avoid clashing with executable name where build is
done in source tree.
Added:
qpid/trunk/qpid/cpp/src/tests/cluster_test_scripts/
- cop
Author: robbie
Date: Tue Jun 23 10:02:09 2009
New Revision: 787617
URL: http://svn.apache.org/viewvc?rev=787617&view=rev
Log:
QPID-1931: add initial Logging Management mbean view
Added:
qpid/branches/jmx_mc_gsoc09/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/u
Author: robbie
Date: Tue Jun 23 09:59:50 2009
New Revision: 787616
URL: http://svn.apache.org/viewvc?rev=787616&view=rev
Log:
QPID-1930: add initial UserManagement mbean view
Added:
qpid/branches/jmx_mc_gsoc09/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/vi
Author: robbie
Date: Tue Jun 23 09:58:35 2009
New Revision: 787615
URL: http://svn.apache.org/viewvc?rev=787615&view=rev
Log:
QPID-1930: expose UserManagement composite/tabular type keys through the
management interface for reference, and add warning about future alterations to
ensure compatibil
Author: robbie
Date: Tue Jun 23 09:55:31 2009
New Revision: 787614
URL: http://svn.apache.org/viewvc?rev=787614&view=rev
Log:
QPID-1930: add utility method for creating modal dialog shells, and augment
previous result window generator to allow ESC to act as close
Modified:
qpid/branches/jmx
Author: robbie
Date: Tue Jun 23 09:50:50 2009
New Revision: 787613
URL: http://svn.apache.org/viewvc?rev=787613&view=rev
Log:
QPID-1929: create factory class to produce MBean views, clean up MBeanView
accordingly, remove soon to be defunct 'edit attribute' menu item and action
Added:
qpid/b
Author: robbie
Date: Tue Jun 23 09:50:13 2009
New Revision: 787612
URL: http://svn.apache.org/viewvc?rev=787612&view=rev
Log:
QPID-1926: remove empty dir missed by git-svn due to git not versioning
directories
Removed:
qpid/branches/jmx_mc_gsoc09/qpid/java/management/eclipse-plugin/src/main
28 matches
Mail list logo