From bd150f8d74cab357ea50e281d945bf0a2bc6c32f Mon Sep 17 00:00:00 2001 From: Joris van Zwieten <zwieten@astron.nl> Date: Sun, 17 Apr 2011 20:16:30 +0000 Subject: [PATCH] Bug 1679: Temporarily disabled writing of HISTORY to allow the RO to continue processing. --- CEP/Calibration/BBSControl/src/KernelProcessControl.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CEP/Calibration/BBSControl/src/KernelProcessControl.cc b/CEP/Calibration/BBSControl/src/KernelProcessControl.cc index 387eac38478..8825c70a091 100644 --- a/CEP/Calibration/BBSControl/src/KernelProcessControl.cc +++ b/CEP/Calibration/BBSControl/src/KernelProcessControl.cc @@ -193,7 +193,8 @@ namespace LOFAR LOG_INFO_STR("Registration OK."); // Get the global ParameterSet and write it into the HISTORY table. - itsMeasurement->writeHistory(itsCalSession->getParset()); + // 2011/04/17: Disabled because of issues that are not yet understood. + // itsMeasurement->writeHistory(itsCalSession->getParset()); setState(RUN); } -- GitLab