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

Closing the client logs an exception #4

Open
vandmo opened this issue Nov 9, 2017 · 0 comments
Open

Closing the client logs an exception #4

vandmo opened this issue Nov 9, 2017 · 0 comments
Labels

Comments

@vandmo
Copy link

vandmo commented Nov 9, 2017

AmazonDynamoDBLockClient:955 logger.info("Heartbeat thread recieved interrupt, exiting run() (possibly exiting thread)", e);

Prints
[dynamodb-lock-client-1] INFO com.amazonaws.services.dynamodbv2.AmazonDynamoDBLockClient - Heartbeat thread recieved interrupt, exiting run() (possibly exiting thread)
java.lang.InterruptedException: sleep interrupted
at java.lang.Thread.sleep(Native Method)
at com.amazonaws.services.dynamodbv2.AmazonDynamoDBLockClient.run(AmazonDynamoDBLockClient.java:955)
at java.lang.Thread.run(Thread.java:748)

Which kind of looks like an error occurred.

In my opinion it should
a) Log as debug
b) Not log the stack trace

@amcp amcp self-assigned this Nov 10, 2017
@amcp amcp added the question label Nov 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants