1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | EPICS Archiver Appliance with Redis Database |
From: | Abdalla Ahmad via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, "mshankar at slac.stanford.edu" <mshankar at slac.stanford.edu> |
Date: | Mon, 17 Aug 2020 12:33:52 +0000 |
Hi Has anybody tried running the archiver configured to work with Redis? I have set ARCHAPPL_SHORT_TERM_FOLDER to “redis://localhost:6379/0” in which 0 is the default DB. At first I was using Redis version 3.2.12 which comes with CentOS, the
archiver was complaining of SocketExceptions so I tried raising the file descriptors limit using many ways (ulimit, sysctl, somaxconn, etc.) but still same error so I downloaded the latest Redis source and compiled it, in the Redis log I get accepting connections
but on archiver logs I get too many “server closed the connection” error. Am I missing something on either Redis or the archiver sides? Best Regards, Abdalla. |