AttachAPI updates control file access time for long running applications - #18996
Merged
Merged
Conversation
JasonFengJ9
force-pushed
the
attachapiaccessfiles
branch
from
February 22, 2024 12:56
4edfcb8 to
79de343
Compare
pshipton
reviewed
Feb 22, 2024
JasonFengJ9
force-pushed
the
attachapiaccessfiles
branch
from
February 22, 2024 17:02
79de343 to
f7385a5
Compare
pshipton
reviewed
Feb 22, 2024
JasonFengJ9
force-pushed
the
attachapiaccessfiles
branch
2 times, most recently
from
February 22, 2024 20:20
f8f2062 to
16d8e9f
Compare
pshipton
reviewed
Feb 22, 2024
pshipton
reviewed
Feb 22, 2024
JasonFengJ9
force-pushed
the
attachapiaccessfiles
branch
2 times, most recently
from
February 23, 2024 04:50
fc3e68d to
a0152b2
Compare
pshipton
reviewed
Feb 23, 2024
JasonFengJ9
force-pushed
the
attachapiaccessfiles
branch
from
February 23, 2024 18:55
a0152b2 to
3d86c32
Compare
Member
|
jenkins line endings check |
1 similar comment
Member
|
jenkins line endings check |
Member
|
JasonFengJ9
force-pushed
the
attachapiaccessfiles
branch
from
February 23, 2024 19:51
3d86c32 to
ac2952f
Compare
keithc-ca
reviewed
Feb 27, 2024
keithc-ca
requested changes
Feb 27, 2024
keithc-ca
reviewed
Feb 27, 2024
JasonFengJ9
force-pushed
the
attachapiaccessfiles
branch
from
February 28, 2024 21:40
ac2952f to
6bdbd2d
Compare
keithc-ca
requested changes
Feb 29, 2024
JasonFengJ9
force-pushed
the
attachapiaccessfiles
branch
from
February 29, 2024 21:39
6bdbd2d to
2e24239
Compare
keithc-ca
requested changes
Mar 1, 2024
Added a system property com.ibm.tools.attach.fileAccessUpdateTime for sleepDays which has a default value 8 (days); Added a daemon thread to update AttachAPI control files every sleepDays. Signed-off-by: Jason Feng <fengj@ca.ibm.com>
JasonFengJ9
force-pushed
the
attachapiaccessfiles
branch
from
March 1, 2024 19:44
2e24239 to
ca6e9e8
Compare
Contributor
|
Jenkins line endings check |
Contributor
|
Jenkins test sanity aix,alinux,osx,zlinux,win jdk17 |
Contributor
|
Jenkins test sanity win jdk17 |
keithc-ca
approved these changes
Mar 2, 2024
Member
|
A doc issue was never opened for this, @JasonFengJ9 pls open one. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AttachAPIupdates control file access time for long running applicationsAdded a system property
com.ibm.tools.attach.fileAccessUpdateTimeforsleepDayswhich has a default value8(days);Added a daemon thread to update
AttachAPIcontrol files everysleepDays.close #18720
Signed-off-by: Jason Feng fengj@ca.ibm.com