I am using the couchbase 6.0 server with gocb.v1 SDK. I am executing N1QL queries in the code for fetching the data stored in CM based on some certain query parameters.
Sometimes when I am restarting the application I am not getting the output of my query still having data in the CB server.
Same query is returning the empty result set even on CB query terminal.
This problem gets resolved automatically when I restart/redeploy the CB server.
Please provide your inputs. Your response will be highly appreciated.