You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #3306 on December 21, 2020 19:02.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Couchdb sometimes timeout and very slow, after the period it returns normal.
Description
We observed that sometimes when the application check the couchdb, for example:
acurl -w "%{time_starttransfer}\n" 'https://couchdb-services.***net:5984/prod_cnprod_iot_db/_design/srchEngine/_search/equipmentMasterDocV4Search?q=EquipmentNumberKENformatted:"30013508"&EquipmentLocationCompanyCode="KCC"'
The searching result hung and lots of error appears:
[error] 2020-12-21T07:51:23.348710Z couchdb@couchdb-couchdb-1.couchdb-couchdb.couchdb.svc.clusterb.local <0.25195.30> 3420357146 fabric_worker_timeout update_docs,'couchdb@couchdb-couchdb-0.couchdb-couchdb.couchdb.svc.clusterb.local',<<"shards/00000000-7fffffff/prod_cnprod_iot_db.1575029777">>
During this period, searching this view is slow, but if we curl other doc in this db for test, the response time is normal(generally 0.2s)
But later it may also show the result again and the search time return to normal.
Please help investigate why the couchdb met this issue?
Steps to Reproduce
It appears randomly but frequently.
Expected Behaviour
Find out the root cause and why leads the issue.
Your Environment
Additional Context
Beta Was this translation helpful? Give feedback.
All reactions