[JENKINS-27650] TCB plugin performance (extra caching)#28
[JENKINS-27650] TCB plugin performance (extra caching)#28oleg-nenashev wants to merge 3 commits into
Conversation
The approach is not ready.
There was a problem hiding this comment.
It was a bad idea from another commit. I'll rework it
|
Merging with #27 will be hard. Probably you could just merge the first three commits, but the fourth ( This seems risky: code mistakes or oversights could easily lead to a stale cache. |
Yes, I'm also aware about it. I consider flushing the cache on updates and other conditions. There's still a risk of false-negatives deadlock if something is implemented incorrectly. Probably, a periodic cache cleanup (e.g. every 1 minute) could prevent it |
|
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
|
@oleg-nenashev The last update to this PR was 4 years ago. Can this PR be closed to clean up the open pull requests list? |
The approach is not ready (see the idea in #27 ).
Merge with #27 is also required