fast-data-transfer / fdtcp

Fast Data Transfer
Apache License 2.0
3 stars 1 forks source link

Server will stay running in case client fails... #4

Closed juztas closed 7 years ago

juztas commented 7 years ago
------------------------------------------------------------------------------
stdout:
running: '/usr//bin/java -XX:-HeapDumpOnOutOfMemoryError -Xms1024m -Xmx1024m -cp /usr/share/java/fdt.jar lia.util.net.copy.FDT -bs 64K -p 51085 -bio -wCount 5 -f 188.184.81.127 -nolock -S -noupdates -enable_apmon 131.215.207.20:8884 -monID 188.184.29.213:51085:10000 -notmp'
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000eaa80000, 358088704, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 358088704 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /tmp/jvm-4953/hs_error.log

------------------------------------------------------------------------------
stderr:

------------------------------------------------------------------------------
DEBUG     2016-11-01 16:36:19,702 transfer FDT executors container before removing attempt (total 66 items).
CRITICAL  2016-11-01 16:36:19,702 transfer Process of executor id 'fdtcp-vlad-vm-slc6.cern.ch--188.184.81.127-to-188.184.29.213--2016-11-01-16h:36m:16s-qtoqv' (process PID: 4952) still exists! Not removing from FDTD executors container.
DEBUG     2016-11-01 16:36:19,702 transfer Executor process PID: 4952 'sudo -u dynes /usr/bin/wrapper_fdt.sh -XX:-HeapDumpOnOutOfMemoryError -Xms1024m -Xmx1024m -cp $FDTJAR lia.util.net.copy.FDT -bs 64K -p 51085 -bio -wCount 5 -f 188.184.81.127 -nolock -S -noupdates -enable_apmon 131.215.207.20:8884 -monID 188.184.29.213:51085:10000 -notmp' id:'fdtcp-vlad-vm-slc6.cern.ch--188.184.81.127-to-188.184.29.213--2016-11-01-16h:36m:16s-qtoqv' has syncFlag not set, continue.
DEBUG     2016-11-01 16:36:19,702 transfer End of request CleanupProcessesAction serving.
------------------------------------------------------------------------------

WARNING   2016-11-01 16:36:19,702 transfer Logger closing.
juztas commented 7 years ago

Should not be the case after #22