in

memcached / memcached, Hacker News

memcached / memcached, Hacker News


        

          

Date: 2019 – 9 – 17

Download

http://www.memcached.org/files/memcached-1.5. 18 .tar.gz

Overview

Big new feature: warm cache restart!

Fixes

None.

New Features

Memcached can now recover its cache between restarts after upgrades of the original binary, most changes in settings, and so on. It now also supports using persistent memory via DAX filesystem mounts. See below for more details.

Use it by specifying:- e / tmpfs_mount / memory_file

/ tmpfs_mount /must be a ram disk of some sort, big enough to satisfy the memory limit specified on startup with- m. To gracefully restart; send a SIGUSR1 signal to the daemon, and wait for it to shut down.

It will create a/ tmpfs_mount / memory_file.metafile on shutdown. On restart it will read this file and ensure the restart is compatible. If it is not compatible or the file is corrupt, it will start with a clean cache.

Consider this feature experimental for the next few releases, but please give it a try and let us know what you think.

DETAILS

This feature works by putting memory related to item data into an external mmap file (specified via- e). All other memory; the hash table, connection memory, etc, stay in normal RAM. When the daemon is restarted, it runs a pass over the item data and fixes up all the internal pointers. It also regenerates the hash table. This typically takes a few seconds, but if you have close to a billion items in memory it can take two or three minutes.

Once restarted, there is no performance difference between restartable and non-restartable modes.

DAX mounts and persistent memory

If you have a persistent memory device, you can utilize this feature to extend memcached’s memory into persistent memory. Please note this doesnotmake memcached crash safe! It will put item memory into your persistent memory mount, while the rest of memory (hash table / buffers / etc) use system DRAM. This is a very high performance mode as the majority of memory accesses stay in DRAM. Also, with a graceful shutdown memcached can be restarted after reboots so long as the DAX mount persists.

See your persistent memory vendor’s documentation for how to configure a DAX mount.

You can see extensive testing we did in this and other modes on our blog:https://memcached.org/blog/persistent-memory/

CAVEATS

Memcached has spent its entire life in an ephemeral state; there may be bugs with this feature, though we strive to have a high quality.

Your system clockmustbe set correctly, or at least it must not move before memcached has restarted. The only way to tell how much time has passed while the binary was dead, is to check the system clock. If the clock jumps forward or backwards it could impact items with a specific TTL.

If you change some parameters the cache will come up clean:

  • The memory limit (- m)
  • The max item size.
  • Slab chunk sizes.
  • Whether CAS is enabled or not.
  • Whether slab reassignment is allowed or not.

… you are able to change all other options inbetween restarts!

Users must keep in mind that while an instance is stopped, it may be missing updates from the network; deletes, sets, and so on. It is only safe to restart memcached if your architecture can handle this by either pausing / buffering updates, or restarting at a time when no changes are happening to the cache.

FUTURE WORK

This feature is presently incompatible with extstore. This should be resolved in the next version or two. Further additions to usability, safety, etc, will be added based on feedback we receive.

Contributors

The following people contributed to this release since 1.5. 17.

Note that this is based on who contributed changes, not how they were done. In many cases, a code snippet on the mailing list or a bug report ended up as a commit with your name on it.

Note that this is just a summary of how many changes each person made which doesn’t necessarily reflect how significant each change was. For details on what led up into a branch, either grab the git repo and look at the output ofgit log 1.5. 17 .. 1.5. 18or use a web view.

2 dormando

        

    

Brave Browser
Read More
Payeer

What do you think?

Leave a Reply

Your email address will not be published. Required fields are marked *

GIPHY App Key not set. Please check settings

Microsoft Stock Blows Away Critics With Huge Buyback Plan – CCN.com, Crypto Coins News

Microsoft Stock Blows Away Critics With Huge Buyback Plan – CCN.com, Crypto Coins News

The New York Times shutters NYT en Español after three years: “It did not prove financially successful”, Hacker News

The New York Times shutters NYT en Español after three years: “It did not prove financially successful”, Hacker News