-
Following the discussion on Slack https://vitess.slack.com/archives/C0PQY0PTK/p1635093608043400.
vtctld is clearly missing the backup parameters like --s3_backup_aws_endpoint=s3.endpoint.com.
-
Current CNCF graduation criteria do not lay out everything the TOC looks at. For example, TOC will ask the project leads to reach out to TAG-security for a security check and get their recommendation/…
-
The status of pod is ContainerCreating while the status of kbcli cluster command is always Running
![image](https://github.com/apecloud/kubeblocks/assets/107018199/b1187b86-6186-4826-a407-a1cf3fc…
-
The following test case caused `runtime error: invalid memory address or nil pointer dereference`.
```sql
CREATE TABLE t0(c1 INT);
CREATE TABLE t1(c1 BOOL);
SELECT * FROM t0 INNER JOIN t1 ON (t…
-
### Overview of the Issue
On startup, when initializing message tables, v18.0.1 enters into a repeated loop of panics that never recovers.
```
E1208 07:57:43.102118 314237 tabletserver.go:1524] …
-
### Overview of the Issue
There is an SQL query: ``select 1 from user union select 2 from user`` is causing an error.
### Reproduction Steps
1.Deploy the following vschema:
```json
{
"…
-
### Overview of the Issue
Starting a new vttablet and running RPC calls against it immediately start failing with the error -
```
TabletManager.PrimaryStatus on aws_.... error: Access denied; yo…
-
#### Overview of the Issue
The docs say default is **MULTI**:
> The atomicity policy is controlled by the transaction_mode flag. The default value is multi, and will set it in multi-database mod…
-
### Overview of the Issue
When I run a SELECT statement using an IN clause with the Vindexes, the query is correctly split according to the corresponding values in the IN list. This ensures that ea…
-
### Overview of the Issue
It has been noticed that sometimes sync.Waitgroup for requests panics with the following error -
```
panic: sync: WaitGroup is reused before previous Wait has returned
`…