Skip to content

Commit

Permalink
docs(changelog) mention we do not error out on 'no memory' anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Mar 27, 2018
1 parent bf22d8d commit 7442878
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ values (documented below) do not break any dependent application.
- Support for custom IPC module.
[#31](https://github.com/thibaultcha/lua-resty-mlcache/issues/31)

#### Fixed

- In the event of a `no memory` error returned by the L2 lua_shared_dict cache
(after the number of `shm_set_tries` failed), we do not interrupt the `get()`
flow to return an error anymore. Instead, the retrieved value is now bubbled
up for insertion in L1, and returned to the caller. A warning log is (by
default) printed in the nginx error logs.
[#41](https://github.com/thibaultcha/lua-resty-mlcache/issues/41)

[Back to TOC](#table-of-contents)

## [1.0.1]
Expand Down

0 comments on commit 7442878

Please sign in to comment.