You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering why this exception occurs every time we close the connection:
ERROR [ConsumerPrefetchThread-75] SQSSession - Interrupted while closing the session.
java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2067)
at java.util.concurrent.ThreadPoolExecutor.awaitTermination(ThreadPoolExecutor.java:1475)
at java.util.concurrent.Executors$DelegatedExecutorService.awaitTermination(Executors.java:675)
at com.amazon.sqs.javamessaging.SQSSession.doClose(SQSSession.java:434)
at com.amazon.sqs.javamessaging.SQSSession.close(SQSSession.java:392)
at com.amazon.sqs.javamessaging.SQSConnection.close(SQSConnection.java:397)
The text was updated successfully, but these errors were encountered:
I'm wondering why this exception occurs every time we close the connection:
ERROR [ConsumerPrefetchThread-75] SQSSession - Interrupted while closing the session.
java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2067)
at java.util.concurrent.ThreadPoolExecutor.awaitTermination(ThreadPoolExecutor.java:1475)
at java.util.concurrent.Executors$DelegatedExecutorService.awaitTermination(Executors.java:675)
at com.amazon.sqs.javamessaging.SQSSession.doClose(SQSSession.java:434)
at com.amazon.sqs.javamessaging.SQSSession.close(SQSSession.java:392)
at com.amazon.sqs.javamessaging.SQSConnection.close(SQSConnection.java:397)
The text was updated successfully, but these errors were encountered: