• Solution of JBREM-954 and ramifications into UnifiedInvokerH

    JBREM-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...
    Profile Photo
    last modified by galder.zamarreno
  • Used of JGroups shared transport in AS 5

    First 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...
    Profile Photo
    last modified by brian.stansberry
  • JBAS-5233 - Logging synchronous cluster wide RPC calls as DE

    JBAS-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...
    Profile Photo
    last modified by galder.zamarreno
  • JBAS-4919 - ha singletons in heterogenous topologies

    Re: 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...
    Profile Photo
    last modified by galder.zamarreno
  • JBoss clustered caches without data replication

    hi 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...
    Profile Photo
    last modified by ngoundger
  • Clustering classes in the aspects module

    The 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...
    Profile Photo
    created by brian.stansberry
  • New jboss-cluster-dev mail list

    FYI, 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...
    Profile Photo
    created by brian.stansberry
  • Another way to write clustered singletons

    Just 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 ...
    Profile Photo
    last modified by dimitris
  • JBAS-4228 Preferred master node for HASingleton

    It 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...
    Profile Photo
    last modified by alexfu.novell
  • Persistent serverId for clustered nodes

    It 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...
    Profile Photo
    last modified by dimitris
  • Handling of 'deployments taking ~1 minute' scenario

    Quite 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...
    Profile Photo
    last modified by galder.zamarreno
  • JBAS-3532 Design

    This 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...
    Profile Photo
    last modified by jerrygauth
  • Next Gen Web Tier Load Balancing Design

    Discussion 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
    Profile Photo
    last modified by brian.stansberry
  • Transaction Sticky LB policy for 4.2/trunk

    A 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...
    Profile Photo
    last modified by galder.zamarreno
  • Handling cluster state when network partitions occur

    Forum 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 ...
    Profile Photo
    last modified by brian.stansberry
  • Strange clustering behaviour when running testsuite offline

    If 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...
    Profile Photo
    last modified by adrian.brock
  • Related to JBAS-4950: Exception handling in UnifiedInvokerHA

    Re: 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...
    Profile Photo
    last modified by galder.zamarreno
  • Detecting a JBoss Node's Failure

    I 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 ...
    Profile Photo
    created by hstep
  • JBoss server mcast socket bound to network interface

    Hallo, 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...
    Profile Photo
    last modified by akostadinov
  • 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...
    Profile Photo
    last modified by smarlow