|
ReleaseNotes142
Release Notes for Release 1.4.2
Memcached 1.4.2 Release NotesDate: 2009-10-11 Sun DownloadDownload Link: http://memcached.googlecode.com/files/memcached-1.4.2.tar.gz OverviewThis is a maintenance release consisting primarily of bug fixes. FixesCritical Fixes
Non-critical Fixes
New FeaturesSupport for libhugetlbfs (in Linux)From http://libhugetlbfs.ozlabs.org/ - libhugetlbfs is a library which provides easy access to huge pages of memory. It is a wrapper for the hugetlbfs file system. If you are running memcached with a very large heap in Linux, this change will make it available to you. The hugetlbfs HOWTO provides detailed information on how to configure your Linux system and provide advice to applications (such as memcached) to make use of it. Support for evictions, evict_time and OOM counts in memcached-toolmemcached-tool is a commandline tool to display information about your server. It displays more now. Configurable maximum item sizeMany people have asked for memcached to be able to store items larger than 1MB, while it's generally recommended that one not do this, it is now supported on the commandline. A few enlightened folk have also asked for memcached to reduce the maximum item size. That is also an option. The new -I parameter allows you to specify the maximum item size at runtime. It supports a unit postfix to allow for natural expression of item size. Examples: memcached -I 128k # Refuse items larger than 128k. memcached -I 10m # Allow objects up to 10MB New stat: 'evicted_nonzero'The evicted_nonzero stat is a counter of all of the evictions for items that had an expiration time greater than zero. This can be used to help distinguish "healthy" evictions from "unhealthy" ones. If all of your evictions are for objects with no expiration, then they're naturally falling off the LRU as opposed to being evicted before their maximum expiry that was set at item store time. Protocol definitions for range protocolmemcached ships with a binary protocol header that can be used when implementing your own protocol parsers and generators. The structure definitions and opcodes for the range specification are included in this header. Note that the server does not support these operations. ContributorsThe following people contributed to this release since 1.4.1. 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 of git log 1.4.1..1.4.2 or use a web view.
12 Dustin Sallings
10 Trond Norbye
9 dormando
1 Vladimir
1 Ryan Tomayko
1 Mat Hostetter
1 Jonathan Steinert
1 Dmitry Isaykin
|
Sign in to add a comment