Skip to content

Conversation

@dkropachev
Copy link
Collaborator

When metadata is refreshed for the first time node version information is not available.
But get_schema_parser needs it to pick correct parser class.

We need to make driver pull that info from the system.local when it is absent.

Fixes: #640

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • I added relevant tests for new features and bug fixes.
  • All commits compile, pass static checks and pass test.
  • PR description sums up the changes and reasons why they should be introduced.
  • I have provided docstrings for the public items that I want to introduce.
  • I have adjusted the documentation in ./docs/source/.
  • I added appropriate Fixes: annotations to PR description.

@dkropachev dkropachev force-pushed the dk/pull-version-from-table-on-first-refresh branch 3 times, most recently from 647fb9b to ce06e84 Compare January 5, 2026 23:08
@dkropachev dkropachev force-pushed the dk/pull-version-from-table-on-first-refresh branch from ce06e84 to e09e870 Compare January 8, 2026 15:04
@dkropachev
Copy link
Collaborator Author

@sylwiaszunejko , @Lorak-mmk , please take a look.

@dkropachev dkropachev merged commit d37e3e5 into scylladb:master Jan 9, 2026
21 checks passed
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.

Metadata.refresh can throw exception when connection belongs to the node that is not in the metadata

4 participants