Maxwell-Guo commented on code in PR #2766:
URL: https://github.com/apache/cassandra/pull/2766#discussion_r1347414458
##########
conf/cassandra.yaml:
##########
@@ -1818,6 +1818,9 @@ drop_compact_storage_enabled: false
# Whether or not USE <keyspace> is allowed. This is enabled by default to
avoid failure on upgrade.
#use_statements_enabled: true
+# Enables the execution of Accord (multi-key) transactions on this node.
Review Comment:
what about change to "Enables the execution of General Purpose Transactions
(multi-partition) transactions on this node." ,Together with the
"accord_transactions_enabled" configuration .
##########
accord_demo.txt:
##########
@@ -0,0 +1,19 @@
+
+ccm create accord-cql-poc -n 3
+ccm start
+
+bin/cqlsh -e "create keyspace ks with replication={'class':'SimpleStrategy',
'replication_factor':3};"
Review Comment:
what about rename this to general_purpose_transactions_demo.txt ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]