<div dir="ltr">Galder, I think kill is working properly, but the server socket cannot be bound because a client connection has not finished closing:<div><br></div><div><a href="http://stackoverflow.com/questions/14388706/socket-options-so-reuseaddr-and-so-reuseport-how-do-they-differ-do-they-mean-t">http://stackoverflow.com/questions/14388706/socket-options-so-reuseaddr-and-so-reuseport-how-do-they-differ-do-they-mean-t</a><br>

</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 2, 2014 at 9:09 AM, Martin Gencur <span dir="ltr">&lt;<a href="mailto:mgencur@redhat.com" target="_blank">mgencur@redhat.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 1.9.2014 09:56, Galder Zamarreño wrote:<br>
&gt; Hi guys,<br>
&gt;<br>
&gt; Thanks a lot for your feedback on this.<br>
&gt;<br>
&gt; Having looked closer, the log message says:<br>
&gt;<br>
&gt;&gt; [echo] Killing Infinispan server with PID - 3658 29739<br>
&gt; And the pattern of how that log message gets computed is:<br>
&gt;<br>
&gt;&gt; &lt;echo message=&quot;Killing Infinispan server with PID - ${pid}”/&gt;<br>
&gt; So, according to that, ${pid} is “3658 29739” which looks wrong.<br>
&gt;<br>
&gt; Not sure what that means, whether there are two processes running and both should be killed, or the way the PID is computed is buggy.<br>
&gt;<br>
&gt; InfinispanServerKillProcessor has a slightly different way to compute the PID, maybe it does it correctly? WDYT?<br>
<br>
</div>Hey Galder, I think there are two processes running and so this should<br>
be correct. The &quot;kill&quot; command can be passed more processes to kill at<br>
once. And I think this has mostly been working for us. I could not<br>
reproduce the issue on my localhost.<br>
But maybe it makes sense to change the way the processes are searched.<br>
Otherwise I don&#39;t know what to do about that:)<br>
<span class="HOEnZb"><font color="#888888"><br>
Martin<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
&gt;<br>
&gt; Cheers,<br>
&gt;<br>
&gt; On 18 Aug 2014, at 15:28, Martin Gencur &lt;<a href="mailto:mgencur@redhat.com">mgencur@redhat.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Hi Galder,<br>
&gt;&gt; I haven&#39;t seen this before. I thought the ant-based &quot;kill&quot; command was safe and reliable. It&#39;s hard to say what went wrong without further logs. Whether the kill command failed or whether there were other processes that were not found by the jps command.<br>


&gt;&gt;<br>
&gt;&gt; We could also try maven-exec-plugin and call the Unix &quot;kill&quot; command from it, instead of using the InfinispanServerKillProcessor.<br>
&gt;&gt;<br>
&gt;&gt; Martin<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 12.8.2014 10:15, Jakub Markos wrote:<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I looked at it and I don&#39;t think using InfinispanServerKillProcessor would be any better,<br>
&gt;&gt;&gt; since it still just calls &#39;kill -9&#39;. The only difference is that it doesn&#39;t kill all<br>
&gt;&gt;&gt; java processes starting from jboss-modules.jar, but just the one configured for the test.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Is it maybe possible that the kill happened, but the port was still hanging?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Jakub<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ----- Original Message -----<br>
&gt;&gt;&gt;&gt; From: &quot;Galder Zamarreño&quot; &lt;<a href="mailto:galder@redhat.com">galder@redhat.com</a>&gt;<br>
&gt;&gt;&gt;&gt; To: &quot;Jakub Markos&quot; &lt;<a href="mailto:jmarkos@redhat.com">jmarkos@redhat.com</a>&gt;, &quot;Martin Gencur&quot; &lt;<a href="mailto:mgencur@redhat.com">mgencur@redhat.com</a>&gt;<br>
&gt;&gt;&gt;&gt; Cc: &quot;infinispan -Dev List&quot; &lt;<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a>&gt;<br>
&gt;&gt;&gt;&gt; Sent: Monday, August 4, 2014 12:35:50 PM<br>
&gt;&gt;&gt;&gt; Subject: Ant based kill not fully working? Re: ISPN-4567<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Dan has reported [1]. It appears as if the last server started in<br>
&gt;&gt;&gt;&gt; infinispan-as-module-client-integrationtests did not really get killed. From<br>
&gt;&gt;&gt;&gt; what I see, this kill was done via the specific Ant target present in that<br>
&gt;&gt;&gt;&gt; Maven module.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I also remembered recently [2] was added. Maybe we need to get<br>
&gt;&gt;&gt;&gt; as-modules/client to be configured with it so that it properly kills<br>
&gt;&gt;&gt;&gt; servers?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; What I’m not sure is where we’d put it so that it can be consumed both by<br>
&gt;&gt;&gt;&gt; server/integration/testsuite and as-modules/client? The problem is that the<br>
&gt;&gt;&gt;&gt; class, as is, brings in arquillian dependency. If we can separate the<br>
&gt;&gt;&gt;&gt; arquillian stuff from the actual code, the class itself could maybe go in<br>
&gt;&gt;&gt;&gt; commons test source directory?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; @Tristan, thoughts?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; @Jakub, can I assign this to you?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; [1] <a href="https://issues.jboss.org/browse/ISPN-4567" target="_blank">https://issues.jboss.org/browse/ISPN-4567</a><br>
&gt;&gt;&gt;&gt; [2]<br>
&gt;&gt;&gt;&gt; <a href="https://github.com/infinispan/infinispan/blob/master/server/integration/testsuite/src/test/java/org/infinispan/server/test/util/arquillian/extensions/InfinispanServerKillProcessor.java" target="_blank">https://github.com/infinispan/infinispan/blob/master/server/integration/testsuite/src/test/java/org/infinispan/server/test/util/arquillian/extensions/InfinispanServerKillProcessor.java</a><br>


&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; Galder Zamarreño<br>
&gt;&gt;&gt;&gt; <a href="mailto:galder@redhat.com">galder@redhat.com</a><br>
&gt;&gt;&gt;&gt; <a href="http://twitter.com/galderz" target="_blank">twitter.com/galderz</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Galder Zamarreño<br>
&gt; <a href="mailto:galder@redhat.com">galder@redhat.com</a><br>
&gt; <a href="http://twitter.com/galderz" target="_blank">twitter.com/galderz</a><br>
&gt;<br>
<br>
_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
</div></div></blockquote></div><br></div>