[
https://issues.apache.org/jira/browse/SLING-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved SLING-1830.
-------------------------------------
Resolution: Fixed
The job handling is now based on observation - it uses some shortcuts for
improved performance.
In addition the processor information is only written for jobs with a job id to
skip one roundtrip per execution to the repository.
> Improve write acesses for job execution
> ---------------------------------------
>
> Key: SLING-1830
> URL: https://issues.apache.org/jira/browse/SLING-1830
> Project: Sling
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: Extensions Event 2.4.0
> Reporter: Carsten Ziegeler
> Assignee: Carsten Ziegeler
> Fix For: Extensions Event 3.0.0
>
>
> Currently, the flow for a job is:
> - write the job to the repository
> - lock the node
> - add the PROCESSOR info
> - remove the node or unlock it and set some props
> We can at least skip the PROCESSOR info and set it at the end.
> In addition we should base the job handling completly on observation
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.