Timeout Exception on Couchbase while querying

I’m simply trying to retrieve documents related to relevant phone number by repository.findSmsLogsByPhoneNumber(phoneNumber) and repository extends CouchbaseRepository. I can repository.save(smsLog) just fine but when I try to get that object which contains phone number all I get is timeout exception.

Any ideas on this? Thanks.