Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-3582

The SessionInfo instance is not cleaned up once the associated process instances are completed.

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Duplicate
    • Major
    • jBPM 6.0.0.Beta5
    • jBPM 5.2
    • Persistence
    • None

    Description

      The SessionInfo instance in the database should be deleted once the associated processes are complete. Right now as a workaround we run a script every day to delete the old sessions. Even this is not correct because it doesn't tell whether the session is still being used. Because the state of the object is in a BLOB. But for us this is acceptable because for our workflows we know for sure they cannot span a day.

      Additional Info:

      From: Kris Verlaenen <kverlaen@redhat.com>
      Subject: Re: [jbpm-dev] Purging the table data
      Date: March 25, 2012 5:22:22 PM PDT
      To: Narayanan Arunachalam <narayanan.arunachalam@gmail.com>
      Cc: "jbpm-dev@lists.jboss.org" <jbpm-dev@lists.jboss.org>
      Reply-To: kverlaen@redhat.com

      Hi,

      ProcessInstanceInfo and WorkItemInfo tables are purged automatically when the process instance / work item is no longer needed.

      The SessionInfo however is not, as we don't know when a session might be needed to restore its state later (as it might contains state like timers, rule data, globals, etc.).

      We were actually looking at adding a method to the ksession, destroy(), that would be similar to dispose() (i.e. release all resources so it can be garbage collected), but also remove it from the database. Could you open a JIRA issue, and leave any feedback you might have on this?

      Thx,
      Kris

      On 03/24/2012 03:46 AM, Narayanan Arunachalam wrote:
      Hi,

      The SessionInfo table gets filled for every new session. What is the need for data in this table once the process is complete? I checked the code and looks like no delete operations are found.

      Same is the behavior I noticed for ProcessInstanceInfo, WorkItemInfo.

      Thanks,
      Narayanan

      Attachments

        Issue Links

          Activity

            People

              swiderski.maciej Maciej Swiderski (Inactive)
              narayanan.arunachalam Narayanan Arunachalam (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: