Uploaded image for project: 'JBeret'
  1. JBeret
  2. JBERET-193

Avoid the redundat deserialization of certain StepExecution fields after retrieving from persistent job repository

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.3.0.Alpha1
    • 1.2.0.Final
    • jberet-core
    • None

      after retrieving StepExecution from repository, JdbcRepository and MongoRepository first deserialize certain fields (reader checkpoint info, writer checkpoint info, user persistent data) to java.io.Serializable, pass to StepExecutionImpl to create new instances, which serializes them again.

      We should be able to skip the first deserialization step.

            cfang@redhat.com Cheng Fang
            cfang@redhat.com Cheng Fang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: