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: 4 instances vs 1 instance of Tomcat for ArchiverAppliance |
From: | "Shankar, Murali via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 13 May 2024 15:48:28 +0000 |
Re: Does it have something to do with reliability?
Yes. Originally, we were using JCA to talk to EPICS PVS and that would core dump occasionally. And we really do NOT want the ETL workflows to be interrupted abruptly. This has since changed in that we use the Java versions of the EPICS libraries and those are
quite stable these days.
Also, the workloads are quite different between the components and separating them out may be less burdensome on GC. It is also sometimes useful to have the ability to just restart one component - like the retrieval component which can sometimes get into a death spiral of full GC.
Hope that helps.
Regards,
Murali
|