{
ârequestIDâ: â5bfe6a08-ef15-4c90-93d5-3e3b1dc29d63â,
âsignatureâ: null,
âresultsâ: [
],
âerrorsâ: [
{
âcodeâ: 5000,
âmsgâ: âGSI CreatePrimaryIndex() - cause: Request timed out. Index server may still be processing this request. Please check the status after sometime or retry.â
}
],
âstatusâ: âerrorsâ,
âmetricsâ: {
âelapsedTimeâ: â2m0.464620004sâ,
âexecutionTimeâ: â2m0.46451958sâ,
âresultCountâ: 0,
âresultSizeâ: 0,
âerrorCountâ: 1
}
}
i could not solve this problem.
also i setup new couchbase-server first cerate GSI primary index and ran XDCR, then tried that qury but the same result(i mean no result).
many thanks for your tracking.
the same result when i run frist line:
[
{
âcodeâ: 5000,
âmsgâ: âGSI CreatePrimaryIndex() - cause: Request timed out. Index server may still be processing this request. Please check the status after sometime or retry.â,
âquery_from_userâ: âCREATE PRIMARY INDEX ShomaraDB-primary-index ON ShomaraDB USING GSI WITH {âdefer_buildâ:true};â
}
]
regarding
line, i did it before, when i ran
create primary index on `ShomaraDB`;
so run
SELECT * FROM system:indexes WHERE name="ShomaraDB-primary-index";
the state will be
online
but after one day for only 20,000,000 records, i could not find index in regarding tab and could not run any query.
that was over there. i copied last one.
about 21,000,000 records and no any ram issue.
18000 for coucbase-server and 10180 for this bucket and only one bucket(also beer-sample).