Querying 30 to 100 objects and then calling methods causes some methods to not 
return?
--------------------------------------------------------------------------------------

                 Key: QPID-2330
                 URL: https://issues.apache.org/jira/browse/QPID-2330
             Project: Qpid
          Issue Type: Bug
          Components: Qpid Managment Framework
         Environment: qmf-0.5.829175-3.fc11.x86_64

Everything run on localhost.
            Reporter: Ian Main



If you run the stress agent framework (http://github.com/movitto/qmf/) with:

./stress_agent -n 100

and

./console.rb -t testobject -s

You will see return values for all the calls, however there is a join() at the 
end (the calls are made in threads).  If you use 10 or so objects on the agent 
it works fine and all threads return and join.  It seems around 30 or so 
objects it starts not join()'ing all threads presumably because some methods 
don't return.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to