Query Cancel does not work for DDL statements and utility statements
Bug #1404963 reported by
Chong Hsu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Trafodion |
Fix Committed
|
High
|
Mike Hanlon |
Bug Description
Cancel Broker has been implemented for DML queries, but DDL statements and utility statements (UPDATE STATISTICS, LOAD, MAINTAIN) are not supported yet.
Changed in trafodion: | |
milestone: | r1.0 → r1.1 |
To post a comment you must log in.
A DDL statement which is not protected by transactions may leave inconsistencies when it is canceled. For example, if CREATE INDEX is canceled, it can leave the index defined in the metadata even though the statement returns an error. This problem will be addressed by the blueprint Support for SQL ddl operations within transactions. https:/ /blueprints. launchpad. net/trafodion/ +spec/dtm- ddl-support .
The fix for this bug will not address atomicity of CREATE INDEX or other DDL operations.