LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Temp File Deletion

    Employee
    Posted 04-10-2013 00:55

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Wizardous

    Hi,

    I wanted to know how exactly normal,lazy and aggressive deletion modes work. I mean normal mode, delete temp files more often than lazy, but how often? When? What does BRE do when we switch between these 3 options.

    Sorry if this issue discussed before. But can't find in the forum, neither in BRE Help.

    Regards,

    Ozgun


  • 2.  RE: Temp File Deletion

    Employee
    Posted 04-16-2013 06:49

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: rboccuzzi

    Ozgun, the exact way it works is thus:

    Normal - When the status is cleared from the node, the temp files are also removed.
    Aggressive - When the node's outputs are not needed anymore (any follow on nodes using the outputs have run), the temp files are removed.
    Lazy - When the node runs a second time, and new data is made available, the old temp files are removed.

    I hope this helps clarify.

    Cheers
    Rich


  • 3.  RE: Temp File Deletion

    Employee
    Posted 04-19-2013 04:54

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Wizardous

    Thank you Rich.

    Regards,

    �zg�n


  • 4.  RE: Temp File Deletion

    Employee
    Posted 08-27-2014 00:46

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Wizardous

    Hi,

    Is there a way to automatically delete older temp files those created from scheduled graphs?

    By removing older temp files, I mean that I want to keep the files from the last run but remove the rest.

    Thank you

    �zg�n


  • 5.  RE: Temp File Deletion

    Employee
    Posted 08-27-2014 07:12

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    On scheduled runs, if you set the property in ls.brain.prop
    ls.brain.controller.brdCleanup=true
    then when the graph ends with RC=0 (no errors), then any temp files are deleted.

    If a graph aborts, the temp files are left in place, so that you could connect with BRE, fix the problem, and finish the run to completion.

    Short of that, you'd need to setup some form of scripting to remove the older temp files.


  • 6.  RE: Temp File Deletion

    Employee
    Posted 08-27-2014 08:03

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Wizardous

    Thank you,

    There was not any brdCleanup property in the conf file, so i add that line to controller properties. Is that normal?

    Regards,

    �zg�n


  • 7.  RE: Temp File Deletion

    Employee
    Posted 08-27-2014 08:31

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    From what I remember, yes, that property is not in the configuration when you first install.


  • 8.  RE: Temp File Deletion

    Employee
    Posted 09-01-2014 01:21

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Wizardous

    Thank you


  • 9.  RE: Temp File Deletion

    Employee
    Posted 09-08-2014 20:18

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: anjuls

    we just tried this option and it seems to have resolved our issue.