Gemfire 写入数据异常。写入大型数据集时服务器崩溃

Gemfire write data exception. Server crashing when writing large dataset

我正在遍历嵌套对象并将其写入 gemfire。我在写入数据时遇到异常。

java.io.EOFException: The connection has been reset while reading the header
Pool unexpected closed socket on server connection=Pooled Connection to 
as42.nj1.hcmny.com:37549: Connection[DESTROYED]). Server unreachable: could 
not connect after 1 attempts; nested exception is 
org.apache.geode.cache.client.ServerConnectivityException: Pool unexpected 
closed socket on server connection=Pooled Connection to 
as42.nj1.hcmny.com:37549: Connection[DESTROYED]). Server unreachable: could 
not connect after 1 attempts

大约有 100 万条条目。如果您需要更多信息,请告诉我。

我想通了。我的消息长度太大,我的套接字因消息大小而崩溃。我增加了套接字缓冲区大小,现在工作正常。