90% of RAM problem
I have a problem with my bucket when bucket RAM usage is over 90% - update operation continuously failed with 134 status code.
I' m expecting that database server should remove unused data from RAM and store this data only on disk.
Documentation:
Couchbase automatically moves data between RAM and disk (asynchronously in the background) in order to keep regularly used information in memory, and less frequently used data on disk. Couchbase constantly monitors the information accessed by clients, keeping the active data within the caching layer.
So, I created issue MB-7570, but this issue was resolved as expected behavior.
It is very strange for me, It means that couchbase server simply can't store more data than RAM!
It seems that we hit metadata limitations.
Like this
http://www.couchbase.com/forums/thread/couchbase-stops-ejecting-keys-dis...
Hello,
With the understanding of this behavior were you able to work around this by adding new ressources to match your working set?
Regards
Yes.
As improovement suggest I recommend to have other error code in this case.
"System to busy" and "temporary failure" does not help to understand problem. .
Should I open new improovement issue?
Hello,
Will follow up on the JIRA
Regards
Tug
@tgrall