mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 13:06:57 +00:00
The netyr may exist, but its schema may not yet be loaded. learn() didn't take that into account. This problem is not reachable in production code, which currently always calls get_or_load() before learn(), except for boot, but there's no concurrency at that point. Exposed by unit test added later.