mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
The mutation forwarding intermediary (src_addr) may not always know about the schema which was used by the original coordinator. I think this may be the cause of the "Schema version ... not found" error seen in one of the clusters which entered some pathological state: storage_proxy - Failed to apply mutation from 1.1.1.1#5: std::_Nested_exception<schema_version_loading_failed> (Failed to load schema version 32893223-a911-3a01-ad70-df1eb2a15db1): std::runtime_error (Schema version 32893223-a911-3a01-ad70-df1eb2a15db1 not found) Fixes #3393. Message-Id: <1524639030-1696-1-git-send-email-tgrabiec@scylladb.com>