The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
But when I start up cluster and check, it says UNSPECIFIED. This mode is not documented and doesn't correspond to what docs state.
It would be nice either to fix vtgate default to MULTI or to update the documentation with description of UNSPECIFIED.
Reproduction Steps
Steps to reproduce this issue, example:
Deploy local example until you have sharded customer keyspace (eg: until step 307_delete_shard_0.sh)
Connect to vtgate and check default transaction_mode
mysql> select @@transaction_mode;
+--------------------+
| @@transaction_mode |
+--------------------+
| UNSPECIFIED |
+--------------------+
1 row in set (0.00 sec)
mysql> set transaction_mode='multi';
Query OK, 0 rows affected (0.00 sec)
mysql> select @@transaction_mode;
+--------------------+
| @@transaction_mode |
+--------------------+
| MULTI |
+--------------------+
1 row in set (0.00 sec)
Binary version
vagrant@ubuntu-bionic:~/vitess-9.0.0-daa6085/examples/local$ vtgate --version
Version: daa6085 (Git branch 'HEAD') built on Tue Jan 26 09:37:50 UTC 2021 by runner@fv-az195-520 using go1.15.7 linux/amd64
Overview of the Issue
The docs say default is MULTI:
But when I start up cluster and check, it says UNSPECIFIED. This mode is not documented and doesn't correspond to what docs state.
It would be nice either to fix vtgate default to MULTI or to update the documentation with description of UNSPECIFIED.
Reproduction Steps
Steps to reproduce this issue, example:
Deploy local example until you have sharded customer keyspace (eg: until step 307_delete_shard_0.sh)
Connect to vtgate and check default transaction_mode
Binary version
Operating system and Environment details
cat /etc/os-release):uname -sr):uname -m):Log Fragments
Not much it seems:
The text was updated successfully, but these errors were encountered: