schema-agreement: add session fallback#842
Conversation
I don't think this is correct. The purpose of after-DDL schema agreement is to make sure that all the nodes acknowledged the new schema notification. After-DDL schema agreement should be performed on the node we used for DDL. We can use different connection, but not different node. |
It does it on all active nodes. |
58b9c7f to
90ae954
Compare
90ae954 to
3242df4
Compare
| preloaded_results=preloaded_results, | ||
| wait_time=wait_time) | ||
|
|
||
| def _wait_for_schema_agreement(self, connection=None, preloaded_results=None, wait_time=None): |
Summary:
Fixes #604
Testing: