Problem description
The following error message is returned when I use Tablestore SDK for Java:
java.lang.IllegalStateException: Request cannot be executed; I/O reactor status: STOPPEDPossible cause
The Tablestore client is shut down and the internal I/O reactors are also shut down.
Solution
Check whether the Tablestore client is shut down. If the Tablestore client is shut down, reinitialize the Tablestore client and perform the operations. For more information, see Initialize a Tablestore client.