<p dir="ltr">Sorry for mistake.<br>
For UDP, I mean the sever can receive the packet from client again. </p>
<p dir="ltr">Actually, I have analysis the tcpdump output, in my case, the client try to reconnect to the server again, but can not receive SYN+ACK, so it re-transmission after 1 second according to the client rule, and then try again.</p>
<br><div class="gmail_quote"><div dir="ltr">Pavel Emelyanov &lt;<a href="mailto:xemul@parallels.com">xemul@parallels.com</a>&gt;于2015年7月14日 周二 19:37写道:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 07/13/2015 03:58 PM, Yanbao Cui wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; Detail my scenarios as follows:<br>
&gt;<br>
&gt; 1. Run a docker container on node A, the applications in it are VNC server and a simple UDP test program.<br>
&gt;<br>
&gt; 2. Checkpoint it, and then restore it another node B<br>
&gt;<br>
&gt; 3. After restore successful, we found the UDP test program need at least 0.5 seconds (if only this test<br>
&gt; program in the container) to reconnect to peer.<br>
<br>
UDP to reconnect?<br>
<br>
&gt; Also the TCP which is used by VNC, we found it need more time to reconnected from tcpdump.<br>
<br>
Can you check with tcpdump what the packet flow is? For TCP this can also be due to the<br>
window probe packet lost :( This probably should be fixed in the kernel.<br>
<br>
&gt; in this scenario, it need about 1.5 seconds to recovery<br>
&gt;<br>
&gt; 4. we ping the container ip with interval 0.1 when checkpoint/restore, and find that it only hang about 20ms during this procedure<br>
&gt;<br>
&gt; summarize my test results:<br>
&gt;<br>
&gt; the restore need about 0.5 seconds<br>
&gt;<br>
&gt; after restore successful, it also need at least 0.5 seconds to recover the established connection which created before checkpoint. for the new created connection, such as ping, it can response immediately.<br>
&gt;<br>
&gt; and I think there is no particular system call hangs.<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Jul 13, 2015 at 8:12 PM, Pavel Emelyanov &lt;<a href="mailto:xemul@parallels.com" target="_blank">xemul@parallels.com</a> &lt;mailto:<a href="mailto:xemul@parallels.com" target="_blank">xemul@parallels.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     On 07/12/2015 11:57 AM, Vasily Averin wrote:<br>
&gt;     &gt; Re-addressed to criu mailing list<br>
&gt;     &gt;<br>
&gt;     &gt; On 12.07.2015 10:48, Yanbao Cui wrote:<br>
&gt;     &gt;&gt; Hi,<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; I am working on the docker checkpoint/restore use CRIU, and the time consuming is the key point we concerned.<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; I found a strange phenomenon that the created socket need additional at least 0.5 seconds to reconnect after<br>
&gt;     &gt;&gt; the docker restore done.<br>
&gt;<br>
&gt;     Can you shed more light on this -- is there any particular system call that hangs for 0.5<br>
&gt;     seconds or is it just a &quot;criu restore&quot; time you observe?<br>
&gt;<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; But if I create a new socket after restoring the docker , it will connect to the peer immediately.<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; No matter the connection uses TCP or UDP.<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; From the CRIU source code, I found that it will create a new socket with SO_REUSEADDR, and change the original fd to this new one. but I have no idea that why it need more time to recovery.<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; Could someone help me to explain it or give me some points?<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; Thanks very much!<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; --<br>
&gt;     &gt;&gt; Best Regards<br>
&gt;     &gt;&gt; Cui Yanbao | 崔言宝<br>
&gt;     &gt;&gt; --<br>
&gt;     &gt;&gt; 龍生玖天,豈能安於凡塵!<br>
&gt;     &gt; _______________________________________________<br>
&gt;     &gt; CRIU mailing list<br>
&gt;     &gt; <a href="mailto:CRIU@openvz.org" target="_blank">CRIU@openvz.org</a> &lt;mailto:<a href="mailto:CRIU@openvz.org" target="_blank">CRIU@openvz.org</a>&gt;<br>
&gt;     &gt; <a href="https://lists.openvz.org/mailman/listinfo/criu" rel="noreferrer" target="_blank">https://lists.openvz.org/mailman/listinfo/criu</a><br>
&gt;     &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Best Regards<br>
&gt; Cui Yanbao | 崔言宝<br>
&gt; --<br>
&gt; 龍生玖天,豈能安於凡塵!<br>
<br>
</blockquote></div>