N1QL Query times out when Using parameterized IN clause
问题 Using Couchbase server 4.1.0 (and 4.5), Java SDK 2.2.8 (also tried with 2.2.7, 2.3.1, & 2.3.3), I have a query leveraging a secondary index which runs fine when I run my code locally and even via CBQ (CBQ takes about 3ms) on the AWS server. However, when running my app on AWS, I get a TimeOutException and it's only one query which is timing out, others are not. See details below. May be worth noting my Couchbase setup has 3 buckets. Example Doc: "bucketName": { "userName": "User_A",