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

Replication requires instances of the same immudb version #1653

Open
SimoneLazzaris opened this issue May 4, 2023 · 0 comments
Open

Replication requires instances of the same immudb version #1653

SimoneLazzaris opened this issue May 4, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@SimoneLazzaris
Copy link
Collaborator

I've tried a main/replica configuration between different immudb versions.
Older immudb version allowed version mismatch between main and replica instances. Upcoming 1.5.0, instead, fails if the main has a different version.

These are all the tests I've made.

main replica sync works
1.3.0 1.3.1 no yes
1.3.0 1.3.2 no yes
1.3.0 1.4.0 no yes
1.3.0 1.4.1 no yes
1.3.0 1.5.0 no no(1)
1.3.0 1.4.0 yes no(2)
1.3.1 1.4.0 yes no(2)
1.3.2 1.4.0 yes no(2)
1.3.2 1.4.1 yes yes
1.5.0 1.4.1 no no(3)
1.5.0 1.4.1 yes no(3)
  1. rpc error: code = Unimplemented desc = unknown method streamExportTx for service immudb.schema.ImmuService
  2. master is not running with synchronous replication
  3. Reason: illegal arguments

Notes:

  • Please note that this prevent a rolling upgrade of a replica configuration.
  • Since it is not released, version 1.5.0 actually was compiled from branch chore/feat/objects, commit 9948081
@SimoneLazzaris SimoneLazzaris added the bug Something isn't working label May 4, 2023
@SimoneLazzaris SimoneLazzaris added this to the 1.5.0 milestone May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant