Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-8930

RestOperationsTest#shouldPutImmortalEntryWithZeroTtlAndIdleTime random failure

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.2.1.Final, 9.3.0.Alpha1
    • 9.2.0.Final
    • REST
    • None

    Description

      This test can fail randomly with a NPE

        java.lang.NullPointerException
      	at org.infinispan.rest.BaseRestOperationsTest.shouldPutImmortalEntryWithZeroTtlAndIdleTime(BaseRestOperationsTest.java:853)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      	at java.lang.Thread.run(Thread.java:748)
      ... Removed 16 stack frames
      

      This is caused by the thread being stalled for > 100 ms after the put but before reading.

      Attachments

        Activity

          People

            wburns@redhat.com Will Burns
            wburns@redhat.com Will Burns
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: