My favorites | Sign in
Project Logo
             
Details: Show all Hide all

Earlier this year

  • Sep 22, 2009
    issue 10 (Error in set into memcachedb) commented on by eaglee...@126.com   -   memcachedb-1.2.0]# ldd memcachedb libdb-4.7.so => /usr/local/BerkeleyDB.4.7/lib/libdb-4.7.so (0x00821000) libevent-1.3.so.1 => /usr/lib/libevent-1.3.so.1 (0x007b6000) libc.so.6 => /lib/tls/libc.so.6 (0x0053b000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0x0075b000) /lib/ld-linux.so.2 (0x00522000) what should i do if i want make it link with new version.?
    memcachedb-1.2.0]# ldd memcachedb libdb-4.7.so => /usr/local/BerkeleyDB.4.7/lib/libdb-4.7.so (0x00821000) libevent-1.3.so.1 => /usr/lib/libevent-1.3.so.1 (0x007b6000) libc.so.6 => /lib/tls/libc.so.6 (0x0053b000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0x0075b000) /lib/ld-linux.so.2 (0x00522000) what should i do if i want make it link with new version.?
  • Sep 22, 2009
    issue 10 (Error in set into memcachedb) commented on by stv...@gmail.com   -   'ldd <your memcachedb bin>' to check if you linked it with old libevent version. If true, make it link with new version.
    'ldd <your memcachedb bin>' to check if you linked it with old libevent version. If true, make it link with new version.
  • Sep 21, 2009
    issue 10 (Error in set into memcachedb) commented on by eaglee...@126.com   -   when i telnet ,set test ,happend core error that was : #0 0x0804bb72 in event_handler (fd=6, which=2, arg=0x80d0012) at memcachedb.c:1916 1916 c->which = which; (gdb) bt #0 0x0804bb72 in event_handler (fd=6, which=2, arg=0x80d0012) at memcachedb.c:1916 #1 0x0029e668 in event_base_loop (base=0x80d24e0, flags=Variable "flags" is not available. ) at event.c:315 #2 0x0804d412 in main (argc=10, argv=0xbfe71804) at memcachedb.c:2706
    when i telnet ,set test ,happend core error that was : #0 0x0804bb72 in event_handler (fd=6, which=2, arg=0x80d0012) at memcachedb.c:1916 1916 c->which = which; (gdb) bt #0 0x0804bb72 in event_handler (fd=6, which=2, arg=0x80d0012) at memcachedb.c:1916 #1 0x0029e668 in event_base_loop (base=0x80d24e0, flags=Variable "flags" is not available. ) at event.c:315 #2 0x0804d412 in main (argc=10, argv=0xbfe71804) at memcachedb.c:2706
  • Sep 21, 2009
    issue 10 (Error in set into memcachedb) reported by eaglee...@126.com   -   What steps will reproduce the problem? 1. memcachedb -l 192.168.16.106 -p7001 -d -r -u root -H /db/memcachedb 2. telnet 192.168.16.106 7001 3. set test 0 0 1 1234 4. there was no responsed "STORED" ,why ????? What version of the product are you using? On what operating system? db-4.7.25 libevent-1.4.12-stable memcachedb-1.2.0 AS4-U2 ,2.6.9-22.EL
    What steps will reproduce the problem? 1. memcachedb -l 192.168.16.106 -p7001 -d -r -u root -H /db/memcachedb 2. telnet 192.168.16.106 7001 3. set test 0 0 1 1234 4. there was no responsed "STORED" ,why ????? What version of the product are you using? On what operating system? db-4.7.25 libevent-1.4.12-stable memcachedb-1.2.0 AS4-U2 ,2.6.9-22.EL
  • May 07, 2009
    issue 9 (Errors with memory pool size over 2G) commented on by devalias   -   hi Steve, when is the next release expected?
    hi Steve, when is the next release expected?
  • Apr 14, 2009
    r98 (Remove stats malloc and stats maps due to a security issue.) committed by stv...@gmail.com   -   Remove stats malloc and stats maps due to a security issue.
    Remove stats malloc and stats maps due to a security issue.
  • Mar 09, 2009
    r97 (new option '-G' for setting log file dir) committed by stvchu   -   new option '-G' for setting log file dir
    new option '-G' for setting log file dir
  • Mar 09, 2009
    issue 9 (Errors with memory pool size over 2G) commented on by stvchu   -   You may checkout the trunk code to have a try, or wait for next release.
    You may checkout the trunk code to have a try, or wait for next release.
  • Mar 09, 2009
    issue 9 (Errors with memory pool size over 2G) reported by bpackman   -   What version of the product are you using? On what operating system? - CentOS 5.2 x84_64 - 15GB of RAM - libevent-1.4.9-stable.tar.gz - db-4.7.25.tar.gz - memcachedb-1.2.0.tar.gz We attempted to run the memcachedb daemon with 12GB of memory in cache. After seeing revision r94 about a bugfix for allocating more than 2GB in the memory pool, we decreased our cache size to 2GB. Here are some of the errors we saw: "Failed to write, and not due to blocking: Broken pipe" dbp->put: Cannot allocate memory unable to allocate space from the buffer cache Is the bug fix in r94 only for 1.2.1-beta? Also, do you recommend the beta version over the stable 1.2.0? Finally, with this bug fix, what is the maximum allowed size for the memory pool? Thanks, Bryan
    What version of the product are you using? On what operating system? - CentOS 5.2 x84_64 - 15GB of RAM - libevent-1.4.9-stable.tar.gz - db-4.7.25.tar.gz - memcachedb-1.2.0.tar.gz We attempted to run the memcachedb daemon with 12GB of memory in cache. After seeing revision r94 about a bugfix for allocating more than 2GB in the memory pool, we decreased our cache size to 2GB. Here are some of the errors we saw: "Failed to write, and not due to blocking: Broken pipe" dbp->put: Cannot allocate memory unable to allocate space from the buffer cache Is the bug fix in r94 only for 1.2.1-beta? Also, do you recommend the beta version over the stable 1.2.0? Finally, with this bug fix, what is the maximum allowed size for the memory pool? Thanks, Bryan
  • Mar 05, 2009
    r96 (Fix some warnings on 64-bit compiler) committed by stvchu   -   Fix some warnings on 64-bit compiler
    Fix some warnings on 64-bit compiler
  • Feb 26, 2009
    r95 (typos) committed by stvchu   -   typos
    typos
  • Feb 26, 2009
    r94 ( * Bugfix: 64bit box can not specify memory pool size large...) committed by stvchu   -   * Bugfix: 64bit box can not specify memory pool size larger than 2G with '-m' option * new option '-E' to automatically remove log files that are no longer needed, but PLEASE NOTICE: - "Automatic log file removal is likely to make catastrophic recovery impossible." - "Replication applications will rarely want to configure automatic log file removal as it increases the likelihood a master will be unable to satisfy a client's request for a recent log record." So this option will be disabled when replication is on regardless of whether you specify it. * Bugfix: slight security issue when client specify a negative value length
    * Bugfix: 64bit box can not specify memory pool size larger than 2G with '-m' option * new option '-E' to automatically remove log files that are no longer needed, but PLEASE NOTICE: - "Automatic log file removal is likely to make catastrophic recovery impossible." - "Replication applications will rarely want to configure automatic log file removal as it increases the likelihood a master will be unable to satisfy a client's request for a recent log record." So this option will be disabled when replication is on regardless of whether you specify it. * Bugfix: slight security issue when client specify a negative value length
  • Feb 17, 2009
    issue 8 (can not telnet on the memcachedb) commented on by shuimuqingshu   -   I have solved the issue by changing the libevent version to 1.3e. :)
    I have solved the issue by changing the libevent version to 1.3e. :)
  • Feb 17, 2009
    issue 8 (can not telnet on the memcachedb) reported by shuimuqingshu   -   What steps will reproduce the problem? 1. memcachedb -p 21201 -d -r -u root -f 21201.db -H /data1/demo -N -P /data1/logs/21201.pid -vv 2. telnet 127.0.0.1 21201 3. then the memcachedb server output the information below: 'Catastrophic: event fd doesn't match conn fd!' What is the expected output? What do you see instead? expected: some useful infomation instead: Catastrophic: event fd doesn't match conn fd! What version of the product are you using? On what operating system? 1.memcachedb 1.2.1-beta 2.db-4.7.25 3.libevent-1.4.9-stable Please provide any additional information below.
    What steps will reproduce the problem? 1. memcachedb -p 21201 -d -r -u root -f 21201.db -H /data1/demo -N -P /data1/logs/21201.pid -vv 2. telnet 127.0.0.1 21201 3. then the memcachedb server output the information below: 'Catastrophic: event fd doesn't match conn fd!' What is the expected output? What do you see instead? expected: some useful infomation instead: Catastrophic: event fd doesn't match conn fd! What version of the product are you using? On what operating system? 1.memcachedb 1.2.1-beta 2.db-4.7.25 3.libevent-1.4.9-stable Please provide any additional information below.
  • Feb 07, 2009
    r93 (fix a typo mistake) committed by stvchu   -   fix a typo mistake
    fix a typo mistake
  • Feb 04, 2009
    issue 2 (when adding an existing key memcached server failed) commented on by enda.farrell   -   Hi. I *think* that this code fix still needs to be checked in. I was using 1.2.1-beta and found this bug myself. I then checked out the code this morning from http://memcachedb.googlecode.com/svn/trunk/ and found that line 663 of memcachedb.c still has NOT_STORED. Is there a step between the releases that cocorultimid got and subversion that has been missed?
    Hi. I *think* that this code fix still needs to be checked in. I was using 1.2.1-beta and found this bug myself. I then checked out the code this morning from http://memcachedb.googlecode.com/svn/trunk/ and found that line 663 of memcachedb.c still has NOT_STORED. Is there a step between the releases that cocorultimid got and subversion that has been missed?
  • Jan 16, 2009
    r92 (plan to update the guid, be patient) committed by stvchu   -   plan to update the guid, be patient
    plan to update the guid, be patient
  • Jan 15, 2009
    r91 (some docs update) committed by stvchu   -   some docs update
    some docs update
  • Jan 12, 2009
    r90 (some default settings policy changed) committed by stvchu   -   some default settings policy changed
    some default settings policy changed
  • Jan 06, 2009
    r89 (new 'rget' command patch for 'memcache.py') committed by stvchu   -   new 'rget' command patch for 'memcache.py'
    new 'rget' command patch for 'memcache.py'

Older

  • Dec 25, 2008
    memcachedb-1.2.1-beta.tar.gz (MemcacheDB 1.2.1-beta is released) file uploaded by stvchu   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Dec 25, 2008
    r88 (typos in Changlog) committed by stvchu   -   typos in Changlog
    typos in Changlog
  • Dec 24, 2008
    r87 (archive for 1.2.1-beta) committed by stvchu   -   archive for 1.2.1-beta
    archive for 1.2.1-beta
  • Dec 24, 2008
    r86 (prepare for 1.2.1-beta release) committed by stvchu   -   prepare for 1.2.1-beta release
    prepare for 1.2.1-beta release
  • Dec 24, 2008
    r85 (remove unwanted files) committed by stvchu   -   remove unwanted files
    remove unwanted files
  • Dec 23, 2008
    r84 (rget patch for 0.25) committed by stvchu   -   rget patch for 0.25
    rget patch for 0.25
  • Dec 10, 2008
    r83 (new option '-X') committed by stvchu   -   new option '-X'
    new option '-X'
  • Nov 27, 2008
    r82 (patched libmemcached for rget command) committed by stvchu   -   patched libmemcached for rget command
    patched libmemcached for rget command
  • Nov 27, 2008
    r81 (fix a rget bug when use malloc; prepare for 1.2.1 beta relea...) committed by stvchu   -   fix a rget bug when use malloc; prepare for 1.2.1 beta release
    fix a rget bug when use malloc; prepare for 1.2.1 beta release
  • Nov 27, 2008
    r80 (new command rget, and some others) committed by stvchu   -   new command rget, and some others
    new command rget, and some others
  • Nov 24, 2008
    memcachedb-1.2.0.tar.gz (MemcacheDB 1.2.0 is released, for BerkeleyDB 4.7) file uploaded by stvchu   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Nov 24, 2008
    r79 (1.2.0 release) committed by stvchu   -   1.2.0 release
    1.2.0 release
  • Nov 24, 2008
    r78 (1.2.0 tag) committed by stvchu   -   1.2.0 tag
    1.2.0 tag
  • Nov 24, 2008
    r77 (prepare for 1.2.0 release) committed by stvchu   -   prepare for 1.2.0 release
    prepare for 1.2.0 release
  • Oct 16, 2008
    r76 (archive for 1.2.0-beta) committed by stvchu   -   archive for 1.2.0-beta
    archive for 1.2.0-beta
  • Oct 16, 2008
    r75 (tag for 1.2.0-beta) committed by stvchu   -   tag for 1.2.0-beta
    tag for 1.2.0-beta
  • Oct 16, 2008
    r74 (1.2.0-beta is released) committed by stvchu   -   1.2.0-beta is released
    1.2.0-beta is released
  • Oct 14, 2008
    r73 (ChangeLog changes) committed by stvchu   -   ChangeLog changes
    ChangeLog changes
  • Oct 14, 2008
    r72 (mdbtop.py changes) committed by stvchu   -   mdbtop.py changes
    mdbtop.py changes
  • Oct 13, 2008
    r71 (prepare for 1.2 release) committed by stvchu   -   prepare for 1.2 release
    prepare for 1.2 release
  • Oct 13, 2008
    r70 (merge 1.2 to trunk) committed by stvchu   -   merge 1.2 to trunk
    merge 1.2 to trunk
  • Oct 13, 2008
    r69 (1.2.0 version) committed by stvchu   -   1.2.0 version
    1.2.0 version
  • Oct 13, 2008
    r68 (rm 1.1) committed by stvchu   -   rm 1.1
    rm 1.1
  • Oct 13, 2008
    r67 (code clean up;new tools;) committed by stvchu   -   code clean up;new tools;
    code clean up;new tools;
  • Oct 09, 2008
    r66 (stats and replication code improved) committed by stvchu   -   stats and replication code improved
    stats and replication code improved
  • Sep 03, 2008
    r65 (add memp_trickle values to stats command) committed by stvchu   -   add memp_trickle values to stats command
    add memp_trickle values to stats command
  • Sep 03, 2008
    r64 (* New option '-e' to set percent of the pages in the cache t...) committed by stvchu   -   * New option '-e' to set percent of the pages in the cache that should be clean, used for memp_trickle call(only available when '-T' is presented).
    * New option '-e' to set percent of the pages in the cache that should be clean, used for memp_trickle call(only available when '-T' is presented).
  • Sep 03, 2008
    r63 (* Replace the database type setting option '-T' with '-B' * ...) committed by stvchu   -   * Replace the database type setting option '-T' with '-B' * Now '-T' has new meaning that it fires a separate thread to do memp_trickle every xx seconds.
    * Replace the database type setting option '-T' with '-B' * Now '-T' has new meaning that it fires a separate thread to do memp_trickle every xx seconds.
  • Sep 03, 2008
    r62 (* Now 'append' and 'prepend' commands are supported. * Merge...) committed by stvchu   -   * Now 'append' and 'prepend' commands are supported. * Merge bugfix code from Memecached community. * lots of refactors for better implementation and a bit code tuning.
    * Now 'append' and 'prepend' commands are supported. * Merge bugfix code from Memecached community. * lots of refactors for better implementation and a bit code tuning.
  • Sep 02, 2008
    r61 (add IOV_MAX defined for linux) committed by stvchu   -   add IOV_MAX defined for linux
    add IOV_MAX defined for linux
 
Hosted by Google Code