[CalendarServer-dev] [CalendarServer] #295: memcached error on CS when I input a new event

CalendarServer trac at macosforge.org
Fri Jul 18 15:52:31 PDT 2008


#295: memcached error on CS when I input a new event
-----------------------------+----------------------------------------------
 Reporter:  filippos at dsi.gr  |        Owner:  wsanchez at apple.com
     Type:  Defect           |       Status:  new               
 Priority:  2: Expected      |    Milestone:  Linux Port        
Component:  Calendar Server  |      Version:  trunk             
 Severity:  Crash/data loss  |   Resolution:                    
 Keywords:  memcached        |  
-----------------------------+----------------------------------------------
Comment (by wsanchez at apple.com):

 Hrm.  Yes.  Here's a work-around until we fix this... add -u calendar to
 the list of options passed to memcached.  For example:

 {{{
   <!-- Support for Memcached -->
   <key>Memcached</key>
   <dict>
     <key>Options</key>
     <array>
       <string>-u</string>
       <string>calendar</string>
     </array>
   </dict>
 }}}

-- 
Ticket URL: <http://trac.calendarserver.org/ticket/295#comment:1>
CalendarServer </>
HTTP/WebDAV/CalDAV Server


More information about the calendarserver-dev mailing list