OpenLiberty / OpenLiberty/ci.docker
Liberty InstantOn first response time improvements
@jdmcclur is already working on this.
Since Jul 11, 2023.
- Dominant language
- Shell
- Stars
- 48
- Forks
- 60
- Avg merge
- 3h 2m
- Merged PRs (30d)
- 3
Description
There are two aspects of Liberty InstantOn first response time that need to be improved:
-
We need to fix the transaction manager related overheads that started appearing after restore when we became functionally correct by running the transaction manager logic that was incorrectly (in prior InstantOn beta releases) not being run on the restore side.
-
We need to continue to look for further restore time improvements to push the factor of improvement to be higher than 10x (what we targeted with the initial GA). Something closer to 15x may have to be an initial assumption for the target but we may need to revise that as we make further progress with the analysis of the restore side path length.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.