~ubuntu-branches/ubuntu/jaunty/memcached/jaunty

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2007-05-02 11:35:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502113542-qpoxsq28fjb7s9wc
Tags: 1.2.1-1
* New upstream release (Closes: #405054)
* Fix to logfile output so logrotate will work (Closes: #417941)
* Listen in on localhost by default (Closes: #383660)
* Default configuration suggests nobody by default (Closes: #391351)
* Bumped policy version to 3.7.2.2 (No other changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
* bug as shown with netcat (w/ small 16 byte object reproduces)
 
2
 
 
3
>>I've done the following script to check that memcached has a key in it's
 
4
>>inside, and thus know that it's working correctly:
 
5
>>echo -e "get is_ok\r\nquit\r\n" | netcat $host $ip
 
6
>>
 
7
>>and I find that sometimes it returns the VALUE in it's inside, but other
 
8
>>not.
 
9
 
 
10
* namespaces
 
11
 
 
12
* binary get protocol
 
13
 
 
14
* refresh/touch command.
 
15
 
 
16
* finer granularity of time for flush_all/delete, or generation number.
 
17
 
1
18
* slab class reassignment still buggy and can crash.  once that's
2
19
  stable, server should re-assign pages every 60 seconds or so
3
20
  to keep all classes roughly equal.  [Update: fixed now?, but 
6
23
 
7
24
* calendar queue for early expirations of items, so they don't push
8
25
  out other objects with infinite expirations.
 
26
 
 
27
* curr_items never decreases?  mailing list report.
 
28
 
 
29
* memcached to listen on more than one IP.  mailing list request.