Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow client code to control agent runner close timeout beahviour #141

Merged
merged 1 commit into from
May 4, 2018

Conversation

karypid
Copy link
Contributor

@karypid karypid commented May 4, 2018

The retry close timeout can now be supplied as a parameter. An
optional action can be supplied to be taken on each close timeout.

The retry close timeout can now be supplied as a parameter. An
optional action can be supplied to be taken on each close timeout.
@karypid
Copy link
Contributor Author

karypid commented May 4, 2018

Hi,

If you don't mind, this simple change allows client code to control the closing behaviour in a slightly more granular manner. It is fully backwards compatible (still has a no-arg close which will write the identical message in standard error). I use it to obtain a thread stack trace and log it with log4j2 so that once can see what the "slow to react" agent is doing...

@mjpt777 mjpt777 merged commit c271ebd into real-logic:master May 4, 2018
mjpt777 added a commit that referenced this pull request May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants