Log in to follow, share, and participate in this community.
Thread Solution of JBREM-954 and ramifications into UnifiedInvokerH
Solution of JBREM-954 and ramifications into UnifiedInvokerHJBREM-954 First things firts, I believe that Remoting and AS as a whole, in the context of an EJB application, is a library and hence should not swallow the interruption request and instead rethrow it. I think everyo...
Used of JGroups shared transport in AS 5First in a series of posts re: use of the JGroups "shared transport" in AS 5 instead of the JGroups multiplexer. There's been some discussion of this on the public jbosscache-dev mailing list, and too many private dis...
Thread JBAS-5233 - Logging synchronous cluster wide RPC calls as DE
JBAS-5233 - Logging synchronous cluster wide RPC calls as DEJBAS-5233 My idea is to have log messages shown in that JIRA logged as DEBUG rather than TRACE. These include: log.trace("callMethodOnCluster(true), objName="+objName
+", methodName="+methodName+", members="+jgoth...
Thread JBAS-4919 - ha singletons in heterogenous topologies
JBAS-4919 - ha singletons in heterogenous topologiesRe: http://jira.jboss.com/jira/browse/JBAS-4919 and http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127194 For the moment, I'd like to focus the discussion of this JIRA in the context of JBoss 5, whe...
Thread JBoss clustered caches without data replication
JBoss clustered caches without data replicationhi everybody, I'd like to create a JBoss clustered caches without replication beetwin cache instance. so, application can see the cluster like a single cache but datas in the cluster are not replicated among all cache...
Clustering classes in the aspects moduleThe folks in Neuchatel have begun work on refactoring the aspects module into external projects so EJB3 doesn't depend on an AS module. I'll be making the following changes in support of this: 1) jboss-ha-client will...
New jboss-cluster-dev mail listFYI, we've created a new jboss-cluster-dev@lists.jboss.org mail list. This is meant to be a general cross-project list for discussion of clustering issues that may impact multiple JBoss projects (e.g. JGroups, JBC, J...
Another way to write clustered singletonsJust added notifications emitted by the HASingletonDeployer: http://jira.jboss.com/jira/browse/JBAS-2626 and a BarrierController http://wiki.jboss.org/wiki/Wiki.jsp?page=BarrierController listening to them to control ...
Thread JBAS-4228 Preferred master node for HASingleton
JBAS-4228 Preferred master node for HASingletonIt seems that I only need to add a property to specify a "preferred" master node for a HASingletonElectionPolicy. However, there is no constructor from ClusterNodeImpl or IpAddress to take a single representation Stri...
Persistent serverId for clustered nodesIt has been probably discussed before, but triggered by this issue with the JBoss Messaging ServerPeerID: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125496 Can we discuss the options for creati...
Thread Handling of 'deployments taking ~1 minute' scenario
Handling of 'deployments taking ~1 minute' scenarioQuite often, users/customers encounter the ~1 min deployments scenario that. A node that has this slow startup can in theory be considered a working node with the caveat that maybe some nodes don't have DRM informatio...
JBAS-3532 DesignThis issue notes that DRM and DS should be injected into ClusterPartition. This work has been previously accomplished for DS. For DRM, it doesn't look like this is possible until further ground work is done. The issu...
Next Gen Web Tier Load Balancing DesignDiscussion thread related to mod_cluster and related AS-side services. Initial design doc is available at http://wiki.jboss.org/wiki/Wiki.jsp?page=ModClusterDesign
Transaction Sticky LB policy for 4.2/trunkA few months ago, out of a Skype chat between Brian and myself, the following jira was created: http://jira.jboss.com/jira/browse/JBAS-4455 A few weeks ago, a user came up with exactly the same request, and out of it...
Thread Handling cluster state when network partitions occur
Handling cluster state when network partitions occurForum thread to capture some thoughts from a phone discussion today and to continue the conversation. Topic is how stateful clustered applications should deal with network partitions. See necessary background reading ...
Thread Strange clustering behaviour when running testsuite offline
Strange clustering behaviour when running testsuite offlineIf I am offline (no network connection) and I start jboss-head manually in the all configuration, there are no problems booting the server:
[ejort@warjort bin]$ ./run.sh -c all
...
16:09:46,858 INFO [AjpProtocol] S...
Thread Related to JBAS-4950: Exception handling in UnifiedInvokerHA
Related to JBAS-4950: Exception handling in UnifiedInvokerHARe: http://jira.jboss.com/jira/browse/JBAS-4950 The fix for this issue is pretty simple, but I feel there's not enough testing in this area to make sure that the port from JRMP invoker to Unified invoker proxy was do...
Detecting a JBoss Node's FailureI have some general questions on JBoss Clustering: Is there a way to register some sort of fault handler in order to receive a notification of JBoss nodes' failures? Also, is there a mechanism to discover component ...
Thread JBoss server mcast socket bound to network interface
JBoss server mcast socket bound to network interfaceHallo, We currently have an issue with running JBoss AS 5 test suite on RHEL 4U5 and above with one node bound to localhost. Please see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=123056 for full...
Some cluster enhancements...Hi, I have been working on a few small enhancements, some of them are complete and some need more work. I would like to check in the following changes into some 4.x or 5.x release if we agree that the changes are goo...