GithubHelp home page GithubHelp logo

Comments (10)

tgrabiec avatar tgrabiec commented on May 31, 2024

c7908c3 contains a workaround for this bug by executing a read barrier after add_replica API so that query on the new replica is guaranteed to see the non-transitional erm. We should remove the workaround after this is fixed.

from scylladb.

denesb avatar denesb commented on May 31, 2024

This was seen cause a test failure in CI: https://jenkins.scylladb.com/job/scylla-master/job/scylla-ci/8025/testReport/junit/(root)/non-boost%20tests/Tests___Unit_Tests___cql_pytest_test_select_from_mutation_fragments_release_2/
Adding ci-stability label.

from scylladb.

avikivity avatar avikivity commented on May 31, 2024

Although it causes a test failure, I consider it a minor bug. SELECT mutation_fragments() is weird in that it is node-local. If you do node-local things on things that can migrate, what do you expect?

from scylladb.

nyh avatar nyh commented on May 31, 2024

Although it causes a test failure, I consider it a minor bug. SELECT mutation_fragments() is weird in that it is node-local. If you do node-local things on things that can migrate, what do you expect?

Exactly. We have an API to temporarily disable migration, so why not use it while trying to do node-local reads? In Python we can even have a context manager to make it easy to temporarily disable migration. It reminds me of code we had in OSv to run CPU-local things while disabling thread migration between CPUs :-)

from scylladb.

denesb avatar denesb commented on May 31, 2024

Ok, I will send a PR tomorrow, to disable migrations for this entire test file.

Although... now that I think of it, the test is ran against a single node cluster and we don't have intra-node migrations yet. So what migrations could we have here? Tablet split?

from scylladb.

raphaelsc avatar raphaelsc commented on May 31, 2024

Ok, I will send a PR tomorrow, to disable migrations for this entire test file.

Although... now that I think of it, the test is ran against a single node cluster and we don't have intra-node migrations yet. So what migrations could we have here? Tablet split?

bumped into this locally

from scylladb.

denesb avatar denesb commented on May 31, 2024

Ok, I will send a PR tomorrow, to disable migrations for this entire test file.
Although... now that I think of it, the test is ran against a single node cluster and we don't have intra-node migrations yet. So what migrations could we have here? Tablet split?

bumped into this locally

You mean the test failed?

from scylladb.

bhalevy avatar bhalevy commented on May 31, 2024

This is a minor issue since SELECT * FROM MUTATION_FRAGMENTS is used for debugging, so can be postponed to 6.1.

@mykaul / @dani-tweig WDYT?

from scylladb.

dani-tweig avatar dani-tweig commented on May 31, 2024

This is a minor issue since SELECT * FROM MUTATION_FRAGMENTS is used for debugging, so can be postponed to 6.1.

@mykaul / @dani-tweig WDYT?

@bhalevy
I vote for 6.1 + maybe add a note in the release notes if you think people will encounter this symptom.

from scylladb.

mykaul avatar mykaul commented on May 31, 2024

This is a minor issue since SELECT * FROM MUTATION_FRAGMENTS is used for debugging, so can be postponed to 6.1.
@mykaul / @dani-tweig WDYT?

@bhalevy I vote for 6.1 + maybe add a note in the release notes if you think people will encounter this symptom.

No need for the release notes - it's a debugging aid.

from scylladb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.