CB version: Couchbase Server Community Edition 7.1.1 build 3175
We have tried below
- Tested with 3 node Cluster and then on a Single node cluster.
- We have increased the Node memory on single node
2.1 Data: 14000 MiB
2.2 Index: 6000 MiB
2.3: Search: 6000 MiB - Increased Disk IOPS from 300 to 3000
- We have open all ports on (in security group)
We see below errors in logs
com.couchbase.client.core.error.InternalServerFailureException: Internal Couchbase Server error {“completed”:true,“coreId”:“0x57517b3100000001”,“errors”:[{“code”:5000,“message”:" read tcp 127.0.0.1:35824->127.0.0.1:9101: read: connection reset by peer from [127.0.0.1:9101] - cause: read tcp 127.0.0.1:35824->127.0.0.1:9101: read: connection reset by peer from [127.0.0.1:9101]“,“retry”:false}],“httpStatus”:500,“idempotent”:false,“lastDispatchedFrom”:”<>:44222",“lastDispatchedTo”:“<>:8093”,“requestId”:9538,“requestType”:“QueryRequest”,“retried”:0,“service”:{“operationId”:“28bead8b-bce3-4103-a4a4-b8600589e01c”,“statement”:"
6/09 07:47:52,246 ERROR [http-nio2-8080-exec-51] [uid:1fbfaf70cf5041d38df1d813b6fc59c9] PostDbSet: getTren
dingPlacesByMediaWithPublicContent()
com.couchbase.client.core.error.InternalServerFailureException: Internal Couchbase Server error {“completed
“:true,“coreId”:“0xd6cc8ab600000001”,“errors”:[{“code”:5000,“message”:” dial tcp 127.0.0.1:9101: connect: c
onnection refused from [127.0.0.1:9101] - cause: dial tcp 127.0.0.1:9101: connect: connection refused from
[127.0.0.1:9101]”,“retry”:false}],“httpStatus”:500,“idempotent”:false,"
: getTrendingFollowingPlaceIdsByUser()
com.couchbase.client.core.error.InternalServerFailureException: Internal Couchbase Server error {"completed
“:true,“coreId”:“0xd6cc8ab600000001”,“errors”:[{“code”:5000,“message”:” dial tcp 127.0.0.1:9101: connect: c
onnection refused from [127.0.0.1:9101]
t: getTrendingFollowingPlaceIdsByUser()
com.couchbase.client.core.error.InternalServerFailureException: Internal Couchbase Server error {“completed
“:true,“coreId”:“0xd6cc8ab600000001”,“errors”:[{“code”:5000,“message”:” dial tcp 127.0.0.1:9101: connect: c
onnection refused from [127.0.0.1:9101] - cause: dial tcp 127.0.0.1:9101: connect: connection refused from
[127.0.0.1:9101]”,“retry”:false}],“httpStatus”:500,“idempotent”:false,“lastDispatchedFrom”:“<>:
56574”,“lastDispatchedTo”:“<>:8093”
com.couchbase.client.core.error.InternalServerFailureException: Internal Couchbase Server error {“completed”:true,“coreId”:“0xd6cc8ab600000001”,“errors”:[{“code”:5000,“message”:" Index not ready for serving queries from [127.0.0.1:9101] - cause: Index not ready for serving queries from [127.0.0.1:9101]“,“retry”:false}],“httpStatus”:500,“idempotent”:false,“lastDispatchedFrom”:”<>:49006",“lastDispatchedTo”:“<>:8093”,“requestId”:353305,“requestType”:“QueryRequest”,“retried”:0,“service”:{“operationId”:“bdae9ab7-a939-49ac-8a59-c3fc227036d3”,“statement”:“SELECT f.* \nFROM fiestas f \nWHERE f.uid IN $userIds AND f.end
IS MISSING AND f.tp = ‘f’ AND f.ftp = ‘man’ \n”,“type”:“query”},“timeoutMs”:30000,“timings”:{“dispatchMicros”:14059,“totalDispatchMicros”:14059,“totalMicros”:14446}}
com.couchbase.client.core.error.InternalServerFailureException: Internal Couchbase Server error {“completed”:true,“coreId”:“0xd6cc8ab600000001”,“errors”:[{“code”:5000,“message”:" dial tcp 127.0.0.1:9101: connect: connection refused from [127.0.0.1:9101] - cause: dial tcp 127.0.0.1:9101: connect: connection refused from [127.0.0.1:9101]“,“retry”:false}],“httpStatus”:500,“idempotent”:false,“lastDispatchedFrom”:”<>:55874",“lastDispatchedTo”:“<>:8093”,“requestId”:935,“requestType”:“QueryRequest”,“retried”:0,“service”:{“operationId”:“41df67f9-62b4-4235-97ab-fe6d4b9b2c30”,“statement”:
02/10 09:17:46,904 ERROR [http-nio2-8080-exec-119] [uid:1fbfaf70cf5041d38df1d813b6fc59c9] PlaceDbSet: getPlacesNearby()
com.couchbase.client.core.error.InternalServerFailureException: Internal Couchbase Server error {“completed”:true,“coreId”:“0xe5c9b25200000001”,“errors”:[{“code”:5000,“message”:" runtime error: index out of range [0] with length 0 - cause: runtime error: index out of range [0] with length 0",“retry”:false}],“httpStatus”:200,“idempotent”:false,“lastDispatchedFrom”:“<>:59456”,“lastDispatchedTo”:“34.205.202.168:8093”,“requestId”:332,“requestType”:“QueryRequest”,“retried”:0,“service”:{“operationId”:“67012a7f-52dd-4900-b9db-748b534527f6”,“statement”:"
We have also tested this in Couchbase Server Enterprise Edition 7.1.1 build 3175 and everything works with no errors.