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

Separate serial consistency configuration from remoteRouting functionality - Issue #633 #634

Merged
merged 8 commits into from
Feb 21, 2024

Conversation

VictorCavichioli
Copy link
Contributor

To decouple the consistency definition in lightweight transactions, introduce a new property configurable by ecc.yml that allows consistency to be overridden by the values DEFAULT/SERIAL/LOCAL.

Closes #633

Copy link
Contributor

@masokol masokol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this an enhancement or bug? If it's a bug then we should aim for lowest supported version and merge forward.

application/src/main/resources/ecc.yml Outdated Show resolved Hide resolved
application/src/main/resources/ecc.yml Outdated Show resolved Hide resolved
application/src/main/resources/ecc.yml Outdated Show resolved Hide resolved
@VictorCavichioli
Copy link
Contributor Author

Is this an enhancement or bug? If it's a bug then we should aim for lowest supported version and merge forward.

It's an enhancement but as we discusses we will create another PR to ecchronos 4.x and merge first

To decouple the consistency definition in lightweight transactions,
introduce a new property configurable by ecc.yml that allows
consistency to be overridden by the values DEFAULT/SERIAL/LOCAL.

Closes Ericsson#633
@VictorCavichioli VictorCavichioli changed the title Separe serial consistency from remoteRouting - Issue #633 Separate serial consistency configuration from remoteRouting functionality - Issue #633 Feb 21, 2024
@masokol
Copy link
Contributor

masokol commented Feb 21, 2024

LGTM

@VictorCavichioli VictorCavichioli merged commit 2972fbd into Ericsson:master Feb 21, 2024
7 checks passed
@VictorCavichioli VictorCavichioli deleted the remot-routing-fix branch February 26, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate serial consistency configuration from remoteRouting functionality
3 participants