>a NO LOGGING setting

The code will be corrected.

Thomas



Von:    Andrew Macpherson <and...@oa5.com>
An:     ASSP development mailing list <assp-test@lists.sourceforge.net>, 
Datum:  10.03.2014 20:02
Betreff:        Re: [Assp-test] debugSignal.txt filling disk



While I agree this is an issue that needs addressed elsewhere, frankly a 
file that grows to over 300G in short order, when the documentation 
explicitly offers a NO LOGGING setting that the code ignores is not 
acceptable.

No matter that there may be other issues, either the fix needs to be put 
in, or a warning put in the documentation that in the event of an 
instability, after several weeks of stable production one can suddenly 
wind up with terrabytes consumed by an out of control log process

This is so extreme that stopping to look at the error message is not an 
option one simply has to get rid of the log file

Restarting ASSP fixes the unexpected signal problem

Andrew Macpherson
and...@oa5.com 
(Twitter @OA5dotCom)

The Red Lion #5. Much Hadham. Herts SG10 6DD. GB
Phone +44 1279 843147 GSM +44 78999 61797

On 10 Mar 2014, at 16:01, Thomas Eckardt <thomas.ecka...@thockar.com> 
wrote:

> There should be no unexpected signals detected in assp. The code changes 

> makes assp to ignore them, which is not wanted.
> Check your perl installation. The debugSignal.txt fle should show the 
> reason.
> 
> Thomas
> 
> 
> 
> 
> 
> Von:    Andrew Macpherson <and...@oa5.com>
> An:     ASSP development mailing list <assp-test@lists.sourceforge.net>, 

> Datum:  10.03.2014 11:52
> Betreff:        [Assp-test] debugSignal.txt filling disk
> 
> 
> 
> 2.3.3 (14029)
> 
> in sigCentralHandler we have a mismatch with the documentation ie 
> debugSignal.txt is written to irrespective of the value of $SignalLog 
this 
> log grows at over 6G/hr
> 
> Change
> 
> +    if ($SignalLog > 1) {
>        open $S, '>>',"$base/debugSignal.txt";
>        binmode $S;
>        print $S "$m\n";
>        close $S;
> +   }
> 
> Andrew Macpherson
> and...@oa5.com 
> (Twitter @OA5dotCom)
> 
> The Red Lion #5. Much Hadham. Herts SG10 6DD. GB
> Phone +44 1279 843147 GSM +44 78999 61797
> 
------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and 
their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/13534_NeoTech
> _______________________________________________
> Assp-test mailing list
> Assp-test@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/assp-test
> 
> 
> 
> 
> DISCLAIMER:
> *******************************************************
> This email and any files transmitted with it may be confidential, 
legally 
> privileged and protected in law and are intended solely for the use of 
the 
> 
> individual to whom it is addressed.
> This email was multiple times scanned for viruses. There should be no 
> known virus in this email!
> *******************************************************
> 
> 
> 
------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and 
their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> 
http://p.sf.net/sfu/13534_NeoTech_______________________________________________

> Assp-test mailing list
> Assp-test@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/assp-test


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test




DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to