<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <font face="Calibri">Just a note about a workaround pushed to master
      for <a class="moz-txt-link-freetext" href="https://issues.jboss.org/browse/HAWKULAR-113">https://issues.jboss.org/browse/HAWKULAR-113</a>.   The root cause
      may or may not be the same as for HWKMETRICS-47, it's not clear,
      but the behavior is similar.  After a lot of research we can see
      that invoking concurrent, asynchronous EJB methods, that perform
      rest posts to metrics, can hang the threads in WFly 8.2 (used by
      Kettle).<br>
      <br>
      So, beware the @Asynchronous annotation on pooled EJBs, if the
      method is performing posts.  With no obvious fix, the only choice
      I could see was to workaround the issue, and make the method
      synchronous.<br>
      <br>
      This was the issue where if you were to add multiple urls to
      Hawkular, you would quickly end up with all URLs reporting DOWN
      and basically the application was locked up, with a bunch of
      hanging threads.<br>
      <br>
      Jay<br>
    </font>
  </body>
</html>