Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWX-38611 : Replacing gob.Register with gob.RegisterName #2472

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

dtalreja-px
Copy link
Contributor

What this PR does / why we need it:
With recent update from portworx to pure-px, we were seeing errors during porx upgrade in decoding of gossip message.
"gossip: Error in unmarshalling peer's local data. Error : gob: name not registered for interface: "github.com/portworx/porx/vendor/github.com/libopenstorage/openstorage/api.Node"

Since the latest porx was not able to decipher the old path, we have changes gob.Register() to gob.RegisterName() to explicitly inform the complete path.

Which issue(s) this PR fixes (optional)
Closes #
PWX-38452 and PWX-38611

Testing Notes
Tested the below scenarios -

  1. Upgrade a 3 node cluster from 3.1.4 to 3.2.0 using operator 24.1.1
  2. Upgrade a 3 node cluster from 3.1.4 to 3.2.0 using operator 24.2.0-dev
  3. Sequentially Upgrade a 10 node cluster from 3.1.4 to 3.2.0 using operator 24.2.0-dev
  4. parallel upgrade (4 nodes at a time )a 10 node cluster from 3.1.4 to 3.2.0 using operator 24.2.0-dev

Special notes for your reviewer:
we are not seeing the log anymore "gossip: Error in unmarshalling peer's local data. Error : gob: name not registered for interface: "github.com/portworx/porx/vendor/github.com/libopenstorage/openstorage/api.Node"

@dtalreja-px dtalreja-px merged commit f00296e into master Aug 27, 2024
5 checks passed
dtalreja-px added a commit that referenced this pull request Aug 27, 2024
dtalreja-px added a commit that referenced this pull request Aug 27, 2024
dtalreja-px added a commit that referenced this pull request Aug 29, 2024
… while passing the actual path from PX (#2476)

* PWX-38611 : Replacing gob.Register with gob.RegisterName (#2472)
Signed-off-by: Dolly Talreja <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants