Details
-
Bug
-
Resolution: Unresolved
-
Major
-
Cheshire-Cat
-
Centos 7
CBS 7.0.0-3090
-
Untriaged
-
1
-
Unknown
Description
Steps to reproduce:-
- Create 1 node cluster with KV:INDEX:Query:SEARCH service on CBS 7.0.0.-3090 CE edition.
- Create a bucket name default
- Load data to _default collection of default bucket
- Run query to create index -
CREATE INDEX employee763d4e1a5ac746eda73539106a74534ejoin_yr ON default(join_yr) |
USING GSI WITH {'nodes': ['10.112.190.101:8091'], 'defer_build': True} |
|
[
|
{
|
"code": 5000, |
"msg": "GSI CreateIndex() - cause: Indexer node (10.112.190.101:8091) not found. The node may be failed or under rebalance or network partitioned from query process.", |
"query": "CREATE INDEX employee763d4e1a5ac746eda73539106a74534ejoin_yr ON default(join_yr)\nUSING GSI WITH {'nodes': ['10.112.190.101:8091'], 'defer_build': True}" |
}
|
]
|
|
However, when use 127.0.01 as node ip, it created index successfully.
CREATE INDEX employee763d4e1a5ac746eda73539106a74534ejoin_yr ON default(join_yr) |
USING GSI WITH {'nodes': ['127.0.0.1:8091'], 'defer_build': True} |
|
{
|
"results": [] |
}
|
|
|
query
|
query