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: | Re: Question about Archive Engine |
From: | "Kasemir, Kay" <[email protected]> |
To: | lzfneu <[email protected]> |
Cc: | "[email protected]" <[email protected]> |
Date: | Fri, 13 May 2016 12:35:48 +0000 |
See MySQL documentation for setting the _server_configured_(!) value of ‘wait_timeout’, for example
Somewhat related: If the archive engine experiences an interruption in the connection to the relational database (which shouldn’t happen from timeouts, you need to change that on the server side), the archive
engine will shut its end of the connection down and then attempt a re-connect the next time it tries to write.
With Oracle as the RDB, we’ve had archive engines run for more than a year. When Oracle was updated during that time, archive engines logged write errors/disconnects while Oracle was down, and then reconnected
fine once Oracle recovered.
-Kay
|