Jon Haddad created CASSANDRA-20580:
--------------------------------------
Summary: Accord transaction error message is incorrect
Key: CASSANDRA-20580
URL: https://issues.apache.org/jira/browse/CASSANDRA-20580
Project: Apache Cassandra
Issue Type: Bug
Components: Documentation
Reporter: Jon Haddad
Trying to change a table to use accord with the default config throws this
error:
{noformat}
cqlsh:test> ALTER table test.t1 with transactional_mode = 'full';
InvalidRequest: Error from server: code=2200 [Invalid query] message="Cannot
change transactional mode to full for test.t1 with accord_transactions_enabled
set to false"
{noformat}
But accord_transactions_enabled isn't anywhere in the codebase. Looking at
cassandra.yaml, this is the correct setting:
{noformat}
accord:
enabled: false{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]