Hello,
I have 25 node cluster with two masters. Time to time (every 4/5 hours) I get
on different tserver
Org.apache.thrift.transport.TTransportException: java.net.ConnectionException:
Connection refused
Error closing output stream
Java.ioException: The stream is closed
SocketOutputStream.write(SocketOutputStream.java:118)
...
master.LiveTServerSet$TServerConnection.compact(LiveTServerSet.java:214)
master.tableOps.CompactionDriver.isReady(CompactionDriver:168)
master.tableOps.CompactionDriver.isReady(CompactionDriver:54)
master.tableOps.Tracerepo.isReady(Tracerepo.java:47)
fate.Fate$TransactionRunner.run(Fate.java:72)
Everytime its same exception? What may be an issue? Is it stuck in some fate
operation?
After this tserver restarts (I have it system, with auto restart flag)
How to debug this further.
Appreciate any response.
-S