Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
As per https://cwiki.apache.org/confluence/display/IGNITE/IEP-110%3A+Schema+synchronization%3A+basic+schema+changes#IEP110:Schemasynchronization:basicschemachanges-Whenschemachangesarevalidated , we should check schema on each read/write operation inside an RW transaction (using the operationTs to obtain the 'current' schema) and fail the operation (and abort the transaction) if the schema is different from the initial one (defined by baseTs), even if the schemas are compatible.
Attachments
Attachments
Issue Links
- duplicates
-
IGNITE-20044 Validate schema eligibility on each read/write operation in an RW transaction
- Resolved