Details
Description
Our N1QL/GSI performance tests stopped working in build 5.0.0-2039.
changed projects :
|
|
ns_server changed from 0531c5f87e5dcbf58e6fef04e2234710ad798e22 to 87e149df037fb64b558f7998da39d4cb9d64750f
|
[+] 87e149d MB-22703: Modify terse_bucket_info to omit...
|
[+] 0dc0316 MB-22703: Modify build_bucket_info to omit...
|
[+] eb48322 MB-22703: Update ephemeral bucket's capabilities.
|
|
I was able to reproduce this issue manually by following these steps:
- Create 1 data service (no buckets)
- Add 1 more data service
- Add 1 index service (standard GSI)
- Add 1 query service
- Rebalance
- Create an empty bucket with password authentication
- Navigate to query bench
- Execute "CREATE INDEX by_email ON `bucket-1`(email);"
Expected behavior: DDL statement succeeds and a new index is created.
Actual behavior: Index remains in "Building" status indefinitely. DDL query times out.
{
|
"status": "Gateway Timeout",
|
"status_detail": "The query workbench only supports queries running for 600 seconds. Use cbq from the command-line for longer running queries. Certain DML queries, such as index creation, will continue in the background despite the user interface timeout."
|
}
|