[Hawkular-commits] [hawkular/hawkular] f1a7cb: [Hawkular-113] Workaround issue with @Asynchronous...

Jay Shaughnessy jshaughn at redhat.com
Mon Apr 13 16:42:23 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/hawkular/hawkular
  Commit: f1a7cbb55d0e355d776b6d1803919121ea999f4f
      https://github.com/hawkular/hawkular/commit/f1a7cbb55d0e355d776b6d1803919121ea999f4f
  Author: Jay Shaughnessy <jshaughn at redhat.com>
  Date:   2015-04-13 (Mon, 13 Apr 2015)

  Changed paths:
    M modules/avail-creator/src/main/java/org/hawkular/component/availcreator/AvailPublisher.java

  Log Message:
  -----------
  [Hawkular-113] Workaround issue with @Asynchronous methods
There seems to be an issue with Wildfly 8.2 and concurrent async
rest calls.  The problem here may or may not be the same undertow
issue that is plagueing hawkular metrics.  I tested layering updated
undertow jars (core, servlet) but it did not solve the problem.  There
is some evidence that Wildly 9 (beta2) may improve the metrics issue, but
I was unable to test this againt WF9.

So, for now, the workaround is straightforward, avoid @Asynchronous on
methods in pooled beans, making rest calls.




More information about the hawkular-commits mailing list