I am using trying to connect grdiDB by using following code
this.store = GridStoreFactory.getInstance().getGridStore(createDBProps());
this.ts = store.putTimeSeries(COLLECTION_NAME, Payload.class);
query works fine, all went as expected.
After few hours of running this service it start throwing the following error.
com.toshiba.mwcloud.gsmon.GSConnectionException: [145028:JC_BAD_CONNECTION] Failed to update by notification (address=/239.0.0.1:31999, reason=Receive timed out)
Any suggestions please ? How can i figure it out?