Upgrade JGroups and support interoperability #822
Replies: 2 comments 3 replies
-
[1] describes the process in detail, have you taken a look? However, the disadvantage of upgrade-jgroups is that it would need to be back-ported to JGroups 3.x... This should be trivial though... If you an already back-ported project, RollingUpgrades [2] might be the better choice, as it already contains UPGRADE protocols for 3.x, 4.x and 5.x. The UpgradeServer is always the same code; it needs to be started before the upgrade. Then, members of the old cluster need to be restarted with Then the new 5.x servers need to be started with [1] https://github.com/jgroups-extras/upgrade-common |
Beta Was this translation helpful? Give feedback.
-
3.x is not supported anymore, no backports from 5.x or 4.x branches, so you're on your own... OTOH, if your setup has always worked and load doesn't increase, then you can ride 3.x into the sunset :-) |
Beta Was this translation helpful? Give feedback.
-
Is there more comprehensive documentation on the jgroups-upgrade project compared to what is present in the README section?
I'm looking to upgrade JGroups from 3.3.5 to a more recent version 5.3.8 but will need to support nodes that are running on the old version.
What will need to be done on the nodes running old Jgroups version for them to form a cluster on the new nodes.
Beta Was this translation helpful? Give feedback.
All reactions