Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8344087

Test StreamFlowControlTest.java intermittent timeout with fastdebug build

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 24
    • core-libs
    • None
    • 24
    • x86_64
    • linux

      The test java/net/httpclient/http2/StreamFlowControlTest.java intermittent timeout 1200s run on linux-x64 with fastdebug build.
      Below is the small part of log snippet, the full log has been upload.

      "readLoop" #124 [2381118] daemon prio=5 os_prio=0 cpu=9.87ms elapsed=1163.64s tid=0x0000fffee0004970 nid=2381118 runnable [0x0000ffff3a4d0000]
         java.lang.Thread.State: RUNNABLE
      Thread: 0x0000fffee0004970 [0x24553e] State: _at_safepoint _at_poll_safepoint 0
         JavaThread state: _thread_in_native
      at sun.nio.ch.SocketDispatcher.read0(java.base@24-internal/Native Method)
      at sun.nio.ch.SocketDispatcher.read(java.base@24-internal/SocketDispatcher.java:47)
      at sun.nio.ch.NioSocketImpl.tryRead(java.base@24-internal/NioSocketImpl.java:256)
      at sun.nio.ch.NioSocketImpl.implRead(java.base@24-internal/NioSocketImpl.java:307)
      at sun.nio.ch.NioSocketImpl.read(java.base@24-internal/NioSocketImpl.java:346)
      at sun.nio.ch.NioSocketImpl$1.read(java.base@24-internal/NioSocketImpl.java:796)
      at java.net.Socket$SocketInputStream.implRead(java.base@24-internal/Socket.java:1032)
      at java.net.Socket$SocketInputStream.read(java.base@24-internal/Socket.java:1019)
      at java.io.BufferedInputStream.fill(java.base@24-internal/BufferedInputStream.java:296)
      at java.io.BufferedInputStream.read1(java.base@24-internal/BufferedInputStream.java:352)
      at java.io.BufferedInputStream.implRead(java.base@24-internal/BufferedInputStream.java:425)
      at java.io.BufferedInputStream.read(java.base@24-internal/BufferedInputStream.java:410)
      - locked <0x000000011f6345d0> (a java.io.BufferedInputStream)
      at java.io.InputStream.readNBytes(java.base@24-internal/InputStream.java:508)
      at jdk.httpclient.test.lib.http2.Http2TestServerConnection.readFrameImpl(Http2TestServerConnection.java:1185)
      at jdk.httpclient.test.lib.http2.Http2TestServerConnection.readLoop(Http2TestServerConnection.java:845)
      at jdk.httpclient.test.lib.http2.Http2TestServerConnection$$Lambda/0x000003c00112c340.run(Unknown Source)
      at jdk.httpclient.test.lib.http2.Http2TestServerConnection$ConnectionThread.run(Http2TestServerConnection.java:512)

      "writeLoop" #125 [2381119] daemon prio=5 os_prio=0 cpu=50.11ms elapsed=1163.64s tid=0x0000fffee00055f0 nid=2381119 in Object.wait() [0x0000fffe81214000]
         java.lang.Thread.State: WAITING (on object monitor)
      Thread: 0x0000fffee00055f0 [0x24553f] State: _at_safepoint _at_poll_safepoint 0
         JavaThread state: _thread_blocked
      at java.lang.Object.wait0(java.base@24-internal/Native Method)
      - waiting on <0x000000011f6342d8> (a jdk.httpclient.test.lib.http2.Queue)
      at java.lang.Object.wait(java.base@24-internal/Object.java:389)
      at java.lang.Object.wait(java.base@24-internal/Object.java:351)
      at jdk.httpclient.test.lib.http2.Queue.take(Queue.java:126)
      - locked <0x000000011f6342d8> (a jdk.httpclient.test.lib.http2.Queue)
      at jdk.httpclient.test.lib.http2.Http2TestServerConnection.writeLoop(Http2TestServerConnection.java:1034)
      at jdk.httpclient.test.lib.http2.Http2TestServerConnection$$Lambda/0x000003c00112c588.run(Unknown Source)
      at jdk.httpclient.test.lib.http2.Http2TestServerConnection$ConnectionThread.run(Http2TestServerConnection.java:512)

            dfuchs Daniel Fuchs
            syan Sendao Yan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: