Hi, while importing loads of data into orient, sometimes (and "sometimes" is the best matching description) i get the following messages:
May 04, 2015 1:49:09 PM com.orientechnologies.common.log.OLogManager log WARNING: Caught I/O errors from Not connected (local socket=?), trying to reconnect (error: java.io.IOException: Channel is closed) May 04, 2015 1:49:09 PM com.orientechnologies.common.log.OLogManager log WARNING: Connection re-acquired transparently after 4ms and 1 retries to server '127.0.0.1:2424/etl_development': no errors will be thrown at application level May 04, 2015 1:49:28 PM com.orientechnologies.common.log.OLogManager log WARNING: Caught I/O errors from Not connected (local socket=?), trying to reconnect (error: java.io.IOException: Channel is closed) May 04, 2015 1:49:28 PM com.orientechnologies.common.log.OLogManager log WARNING: Connection re-acquired transparently after 2ms and 1 retries to server '127.0.0.1:2424/etl_development': no errors will be thrown at application level May 04, 2015 1:52:44 PM com.orientechnologies.common.log.OLogManager log WARNING: Caught I/O errors from Not connected (local socket=?), trying to reconnect (error: java.io.IOException: Channel is closed) May 04, 2015 1:52:44 PM com.orientechnologies.common.log.OLogManager log WARNING: Connection re-acquired transparently after 1ms and 1 retries to server '127.0.0.1:2424/etl_development': no errors will be thrown at application level May 04, 2015 2:12:12 PM com.orientechnologies.common.log.OLogManager log WARNING: Caught I/O errors from Not connected (local socket=?), trying to reconnect (error: java.io.IOException: Channel is closed) May 04, 2015 2:12:12 PM com.orientechnologies.common.log.OLogManager log WARNING: Connection re-acquired transparently after 2ms and 1 retries to server '127.0.0.1:2424/etl_development': no errors will be thrown at application level And sometimes this followed by an entire freeze of orient, all i found that helped was kill -9 (which i try to avaid, index recreation takes like forever) memory/heap status was fine, GC does not work according to jconsole etc. The data itself is commited via sql-batches, 100 a time, small (12-15 string-values, 32 chars max). Now when this happens, the import is basically paused for minutes, no progress can be seen. I wonder what information i can provide, next to: java 1.8.0_45, odb 2.0.7 (version did not matter yet). Thanks in advance, Daniel -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
