使用Java SDK时报错java.lang.IllegalStateException:Request cannot be executed; I/O reactor status:STOPPED的原因及解决方案

问题现象

使用Java SDK时出现如下异常:

java.lang.IllegalStateException: Request cannot be executed; I/O reactor status: STOPPED

可能原因

一般是由于Tablestore Client被调用了shutDown,其内部的I/O reactor均已被关闭。

解决方案

调用的Tablestore Client不能处于shutDown状态。如果调用的Tablestore Client已处于shutDown状态,请重新初始化Tablestore Client后再进行操作。具体操作,请参见初始化Tablestore Client