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

Possibility min tuple size more than max tuple size #5509

Open
filonenko-mikhail opened this issue Nov 9, 2020 · 0 comments
Open

Possibility min tuple size more than max tuple size #5509

filonenko-mikhail opened this issue Nov 9, 2020 · 0 comments
Labels
feature A new functionality good first issue Good for newcomers
Milestone

Comments

@filonenko-mikhail
Copy link
Collaborator

Tarantool version:
Tarantool 2.5.2-16-g531329ede
OS version:
centos8

Steps to reproduce:

It's possible to set memtx_min_tuple_size > memtx_max_tuple_size

box.cfg{listen=3301, memtx_min_tuple_size=700, memtx_max_tuple_size = 600}
-- no error

Expected something like incompatible arguments. But it seems that min_tuple_size does not have the same effect like max_tuple_size

The question is — what is the semantic of min_tuple_size ?

@kyukhin kyukhin added feature A new functionality good first issue Good for newcomers labels Jul 13, 2021
@kyukhin kyukhin modified the milestones: 2.9.1, wishlist Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants