Hey guys, i have attach a picture of my couchbase sever which always hangs everytime i load it. It will be load finish in about 20 to 30 seconds after hanging. I suspect is because my documents contain an arraylist of base64 string images. Could i gather some feedback
@harrisrezal,
did you set an expiration for documents with 4.0/4.1 ? Then take a look at this: Loading...
I had a similar issue under load. In my case, the performance of get/insert was just fine, but the admin ui was so laggy. I could not find a solution.
@moon0326,
Most likely the problem is an implementation of iteration over documents for 4.0/4.1 if there are expired documents.
It’s fixed in 4.5 (just 1 line of code), but was not backported to 4.X.
Take a look at your logs, if you see something like that:
2016-05-26T15:35:53.361267Z WARNING (bucket.name) Warning: failed to fetch data from database, vBucket=5 key=|here was key value| error=document not found [none]
2016-05-26T15:35:53.361432Z WARNING (bucket.name) Warning: failed to fetch data from database, vBucket=217 key=|here was key value| error=document not found [none]
then that is Loading...
@harrisrezal, check this too, please
We don’t really have any expired documents as we don’t set expiration date. It seems like back porting is not a thing in couchbase.
backporting depends on many things (team of sub-project, processes etc). Take a look at three cases:
- previously unknown bug (regression) was evaluated as “critical” and there was a backport even to 3.X ( Loading... )
- previously known bug was evaluated as “non-critical” and was not backported mostly because of needed QA efforts + policy “not to backport non-critical” ( Loading... )
- previously known (according to developers comments in JIRA) bug was not backported from 4.5, until it was explicitly rediscovered and evaluated as “critical” in 4.1.X; and it’s resolved but not backported even now ( Loading... )
So, there is no “strict backporting procedures for all”, many things depend on particular people (developers, team leads etc.)
BTW, keep in mind last one ( Loading... ) if you’re using N1QL with 4.X