[jboss-user] [Clustering/JBoss] - it's a member, but it's not a member

2008-09-17 Thread shulok
14:09:16,178 WARN  [NAKACK] 158.185.143.28:33738] discarded message from 
non-member 158.185.143.26:34114, my view is [158.185.143.27:42340|3] 
[158.185.143.27:42340, 158.185.143.28:33738, 158.185.143.25:33577, 
158.185.143.26:34114]
14:09:16,429 WARN  [NAKACK] 158.185.143.28:33738] discarded message from 
non-member 158.185.143.25:33577, my view is [158.185.143.27:42340|3] 
[158.185.143.27:42340, 158.185.143.28:33738, 158.185.143.25:33577, 
158.185.143.26:34114]


As near as I can tell, this happens when I shotgun start some of the nodes in 
the cluster.  If I let them come up sequentially, this doesn't seem to happen.  
Any ideas?

(4.2.2GA)

Thanks,
Thom

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4177222#4177222

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4177222
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Re: trouble with invalidation replication

2008-09-05 Thread shulok
Thanks for the reply, Manik.

I guess I was assuming too much, then.  When the entry is invalidated, I 
thought the cache would see this the next time the entry is referenced, and get 
an updated entry from another cache in the cluster (presumably one that has a 
non-invalidated entry).

If I'm not using a persistent store, how do I leverage the invalidation to find 
a valid entry elsewhere in the cluster?  In the doc, I see a brief reference to 
shared cache loaders, but nothing definitive on how you would set this up when 
not using persistence, or how you would figure out which cache you should get a 
non-invalidated entry from.  Any pointers here would be greatly appreciated.

Thanks again,
Thom

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4174653#4174653

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4174653
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - trouble with invalidation replication

2008-09-01 Thread shulok
Nothing too fancy, just two simple caches, no isolation level, they work fine 
with REPL_SYNC and _ASYNC.  If I try to do invalidation instead, the changes 
never get propagated.  Just changing key/value pairs on a single node in the 
tree, but they never show up on the other three when I reference the node from 
there.  What am I missing?

Using the cache that comes with 4.2.2.

Thanks,
Thom

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4173632#4173632

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4173632
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - multiple independent caches (TreeCache)

2008-08-28 Thread shulok
Working with multiple caches under AS 4.2.2.  I believe I'm doing it right, but 
wanted to confirm, since I'm having a hard time finding the definitive word on 
how to do this.

To get the independent caches I'm setting the cluster names differently and 
assigning different UDP mcast_addr and mcast_port to each cache.

Is that it?  Is there a a better/different way?  As far as I can tell, this is 
working properly, but I just want to verify I'm not missing something important.

Thanks,
Thom 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4173148#4173148

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4173148
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - eviction, clustering, and expected behavior

2007-08-22 Thread shulok
Can't find a definitive answer, and I'm not seeing what I would expect...

If you have eviction enabled and you are clustered: if server A touches node /x 
before eviction times out, should server B evict the node since he hasn't 
touched it within the interval?  This is what I'm seeing, but I would expect 
that if anyone in the cluster touches a node within the eviction interval, no 
server should evict it.  Am I wrong, or is this a configuration issue?

Thanks,
Thom 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4077041#4077041

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4077041
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: eviction, clustering, and expected behavior

2007-08-22 Thread shulok
Nuts, I hate when that happens.  :-)

Thanks for the prompt response, Brian.

Thom

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4077055#4077055

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4077055
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - odd non-localhost slowness with JBoss 4.2.1 webserver

2007-08-17 Thread shulok
Hi All,

I'm upgrading from 4.0.5 to 4.2.1, and I'm seeing a problem with the webserver 
response when I navigate to the JBoss web page.  If I use localhost (e.g. 
http://localhost:8080/), the welcome page loads fine.  If I use the actual IP 
address or the actual fully qualified machine name, it times out.  I don't see 
this under 4.0.5, so I'm guessing something in the startup script or default 
configuration has changed.  Any insight?

Thanks,
Thom

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4075390#4075390

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075390
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: odd non-localhost slowness with JBoss 4.2.1 webserver

2007-08-17 Thread shulok
...and sometimes you get to answer your own question...

-b 0.0.0.0

Obey the sticky.

Thom

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4075397#4075397

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075397
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user