Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-720

JChannel auto_getstate is true by default

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.4.3
    • 2.4.2
    • None
    • Workaround Exists
    • Hide

      Programatically configure the channel to not automatically get state:

      channel.setOpt(Channel.AUTO_GETSTATE, Boolean.FALSE);

      Show
      Programatically configure the channel to not automatically get state: channel.setOpt(Channel.AUTO_GETSTATE, Boolean.FALSE);

      JGRP-651 has a comment that auto_getstate should still be false by default. This wasn't changed back in 2.4.2.

      This is an issue for upgrading JGroups in JBoss EAP, particularly the 4.3 series where JBoss Messaging is integrated. JBM does not set the AUTO_GETSTATE option on its channels, one of which doesn't have STATE_TRANSFER. (They don't set AUTO_RECONNECT either, although that might be by omission.)

            rhn-engineering-bban Bela Ban
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: