Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
7.1.0
-
Untriaged
-
1
-
Unknown
Description
7.1.0-1120
Deploy an ARM amazon linux 2 instance on AWS
Install the amazon2 aarch64 rpm package for couchbase
Init the cluster with all services
create default bucket
Add scope s1 and collection c1 to default bucket
load 1000 documents in default and c1 collections in default bucket
try to create primary index via QWB: CREATE PRIMARY INDEX ON `default`:`default`
following error observed:
[
|
{
|
"code": 5000,
|
"msg": "GSI CreatePrimaryIndex() - cause: Index creation for index #primary, bucket default, scope _default, collection _default cannot start. Reason: Fails to create index. There is no available index service that can process this request at this time. Index Service can be in bootstrap, recovery, or non-reachable. Please retry the operation at a later time..",
|
"query": "CREATE PRIMARY INDEX ON `default`:`default`"
|
}
|
]
|
Works fine in x86 package for the same build