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

support vshard master: auto #409

Closed
askalt opened this issue Dec 29, 2023 · 1 comment · Fixed by #411
Closed

support vshard master: auto #409

askalt opened this issue Dec 29, 2023 · 1 comment · Fixed by #411
Assignees
Labels
2sp feature A new functionality teamE

Comments

@askalt
Copy link

askalt commented Dec 29, 2023

It was introduced in PR tarantool/vshard#439

@askalt askalt added the feature A new functionality label Dec 29, 2023
@DifferentialOrange DifferentialOrange self-assigned this Dec 29, 2023
@DifferentialOrange
Copy link
Contributor

#407 reproduces it as well.

DifferentialOrange added a commit that referenced this issue Dec 29, 2023
In vshard 0.1.25 and Tarantool 3.0 new feature has been implemented.
The feature is related to automatic master discovery. If it has been
enabled, crud fails to bootstrap and work in several places.
This feature is enabled by Tarantool 3.0 if vshard cluster was
configured with specific 3.0 config flags.

Unfortunately, it is impossible to rework the code using only
vshard public API now [2].

1. tarantool/vshard#429
2. tarantool/vshard#467

Closes #409
DifferentialOrange added a commit that referenced this issue Jan 9, 2024
In vshard 0.1.25 and Tarantool 3.0 new feature has been implemented.
The feature is related to automatic master discovery. If it has been
enabled, crud fails to bootstrap and work in several places.
This feature is enabled by Tarantool 3.0 if vshard cluster was
configured with specific 3.0 config flags.

Unfortunately, it is impossible to rework the code using only
vshard public API now [2].

1. tarantool/vshard#429
2. tarantool/vshard#467

Closes #409
DifferentialOrange added a commit that referenced this issue Jan 10, 2024
In vshard 0.1.25 and Tarantool 3.0 new feature has been implemented.
The feature is related to automatic master discovery. If it has been
enabled, crud fails to bootstrap and work in several places.
This feature is enabled by Tarantool 3.0 if vshard cluster was
configured with specific 3.0 config flags.

Unfortunately, it is impossible to rework the code using only
vshard public API now [2].

1. tarantool/vshard#429
2. tarantool/vshard#467

Closes #409
DifferentialOrange added a commit that referenced this issue Jan 10, 2024
In vshard 0.1.25 and Tarantool 3.0 new feature has been implemented.
The feature is related to automatic master discovery. If it has been
enabled, crud fails to bootstrap and work in several places.
This feature is enabled by Tarantool 3.0 if vshard cluster was
configured with specific 3.0 config flags.

Unfortunately, it is impossible to rework the code using only
vshard public API now [2].

1. tarantool/vshard#429
2. tarantool/vshard#467

Closes #409
DifferentialOrange added a commit that referenced this issue Jan 10, 2024
In vshard 0.1.25 and Tarantool 3.0 new feature has been implemented.
The feature is related to automatic master discovery. If it has been
enabled, crud fails to bootstrap and work in several places.
This feature is enabled by Tarantool 3.0 if vshard cluster was
configured with specific 3.0 config flags.

Unfortunately, it is impossible to rework the code using only
vshard public API now [2].

1. tarantool/vshard#429
2. tarantool/vshard#467

Closes #409
DifferentialOrange added a commit that referenced this issue Jan 11, 2024
In vshard 0.1.25 and Tarantool 3.0 new feature has been implemented.
The feature is related to automatic master discovery. If it has been
enabled, crud fails to bootstrap and work in several places.
This feature is enabled by Tarantool 3.0 if vshard cluster was
configured with specific 3.0 config flags.

Unfortunately, it is impossible to rework the code using only
vshard public API now [2].

1. tarantool/vshard#429
2. tarantool/vshard#467

Closes #409
DifferentialOrange added a commit that referenced this issue Feb 5, 2024
Overview

  This release introduces compatibility with several
  Tarantool 3 + vshard 0.1.25 features, as well as critical scan fix.

Fixed
  * Compatibility with vshard configuration if UUIDs are omitted (#407).
  * Compatibility with automatic master discovery in vshard (#409).
  * Secondary conditions for index operands with operations `>=`, `<=`,
    `>`, `<` no longer cause missing part of the actual result for scan
    operations (`crud.select`, `crud.pairs`, `crud.count`,
    `readview:select`, `readview:pairs`) (#418).
DifferentialOrange added a commit that referenced this issue Feb 5, 2024
Overview

  This release introduces compatibility with several
  Tarantool 3 + vshard 0.1.25 features, as well as critical scan fix.

Fixed
  * Compatibility with vshard configuration if UUIDs are omitted (#407).
  * Compatibility with automatic master discovery in vshard (#409).
  * Secondary conditions for index operands with operations `>=`, `<=`,
    `>`, `<` no longer cause missing part of the actual result for scan
    operations (`crud.select`, `crud.pairs`, `crud.count`,
    `readview:select`, `readview:pairs`) (#418).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2sp feature A new functionality teamE
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants