Skip to content

Unhandled ThreadInterruptedException on I/O Writer thread #89

@alparslanavci

Description

@alparslanavci

There exists an unhandled ThreadInterruptedException on I/O writer thread. Here is the stacktrace of the exception:

Exception Info: System.Threading.ThreadInterruptedException
Stack:
   at System.Threading.Monitor.ReliableEnter(System.Object, Boolean ByRef)
   at System.Threading.Monitor.Enter(System.Object, Boolean ByRef)
   at System.Resources.RuntimeResourceSet.GetObject(System.String, Boolean, Boolean)
   at System.Resources.RuntimeResourceSet.GetString(System.String, Boolean)
   at System.Resources.ResourceManager.GetString(System.String, System.Globalization.CultureInfo)
   at System.SR.GetString(System.String)
   at System.Collections.Concurrent.BlockingCollection`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Take()
   at Hazelcast.Client.Connection.ClientConnection.WriteQueueLoop()
   at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Threading.ThreadHelper.ThreadStart()

Metadata

Metadata

Assignees

Labels

Type: DefectIssue is a Defect ie a Bug that needs to be fixed.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions