[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-30 Thread adridi
Thanks Clebert!

I know that Tim is in vacation.
Your suggestion make sense to me.

Abdel

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247083#4247083

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247083
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-30 Thread clebert.suco...@jboss.com
Abdel,
We are doing a major piece of work/refactoring (Tim Fox is doing it) on the 
replication. I will get back to this as soon as Tim Fox is done with that over 
the next week (or two weeks maybe).

We will create soak tests for that, and I will make sure your case will work 
with this.

It will be more productive this way.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247063#4247063

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247063
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-29 Thread adridi
Clebert,
In one Node every thing work perfect.
it's the cluster/failover that's failing.
And Yes, you need both nodes.

My test case is all JBM2, but in order to start all consumers/producers  in 
parallel I am using a Java concurrence library JCSP .

you can ignore the latch as it waits for a the total count of messages to be 
consumed or an end messages to stop consuming.

Abdel

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246828#4246828

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246828
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-29 Thread clebert.suco...@jboss.com
at this point I can' t even run your test. I' m starting the first node only, 
and it hangs. I was wondering if you could give me hint on why? (I mean.. since 
I don' t want to debug your code besides the possible problem).

I will try it again tomorrow.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246824#4246824

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246824
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-29 Thread adridi
I added some detailed information in the Jira.
Please take a look at the "jbmTest.jpg" picture; it represents the Queues that 
has been deployed in each container.

Please, let me know what I might be doing wrong.

Thanks,
Abdel

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246822#4246822

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246822
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-29 Thread clebert.suco...@jboss.com
Abdel,


I added a build.xml, as I won' t have access to the graphical interface on the 
machine I' m using.

Also.. I first ran the nodeA, but nothing happened. your tests was just waiting 
some latch. Do I need to run both nodes in order for this test to work? 

Your test seems a bit complex as it involves a bunch of stuff you' re doing 
besides JBM. (which is ok). I just didn' t want to spend time debugging things 
that are beyond the scope now. So.. that' s why the test is just hanging when I 
only ran the first node.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246820#4246820

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246820
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-29 Thread clebert.suco...@jboss.com
I was having a bit of trouble to configure my environment (some hardware issues 
of my own).

but now I' m a bit confused on what you start on the test. Do you use the 
TestLauncher or you run the test in a different way? Can you add a description 
on how to replicate it to the JIRA?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246805#4246805

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246805
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-29 Thread clebert.suco...@jboss.com
I' m actually working on it right now...

Give me a few hours and I will get back on this thread.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246785#4246785

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246785
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-29 Thread adridi
Clebert,

Did you have a chance to check my Jira?
I believe there's a clustering/failover issue: when some connections attached 
to live server fail, the backup node will kick-off and you will have the pair 
live/backup broadcasting the same node id.

Beside when trying JBM2 with a limited number of queues (like 5) things works 
good and when increasing the number of queues (100ds) the system doesnt behave 
properly.

Any ideas how can I resolve the connection failure issue?

Thanks,
Abdel

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246767#4246767

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246767
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-24 Thread adridi
I tried with the trunk and still have the problem - thought I saw some 
improvement with the trunk build.

I created a Jira: JBMESSAGING-1691

Thanks,
Abdel


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245929#4245929

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245929
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-23 Thread clebert.suco...@jboss.com
Yeah...


please create a JIRA if you still see an issue:

https://jira.jboss.org/jira/browse/JBMESSAGING

If you attach your code with instructions to replicate it, we will give it a 
try.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245615#4245615

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245615
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-23 Thread adridi
Thanks Tim and Clebert,

I am using the latest version; JBM2-Beta3.
I will try with a build from the trunk as Clebert suggested, else can I create 
a Jira and attach my code?

Abdel

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245613#4245613

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245613
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-23 Thread clebert.suco...@jboss.com
Any chance you could try it using a build from trunk? There was a ping problem 
on trunk that was fixed.


In any case, if you have a test to share it would be really nice, we would give 
a try replicating your issue.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245453#4245453

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245453
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-23 Thread timfox
Also it would help a lot if you always mention what exact version you are 
running.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245470#4245470

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245470
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user