Skip to content

Instantly share code, notes, and snippets.

@nezihyigitbasi
Created June 15, 2018 08:12
Show Gist options
  • Save nezihyigitbasi/38386d6165e33b0c4589f452c98dad96 to your computer and use it in GitHub Desktop.
Save nezihyigitbasi/38386d6165e33b0c4589f452c98dad96 to your computer and use it in GitHub Desktop.
stack-stream-count
java.lang.IllegalStateException: Max local stream count 128 exceeded
	at org.eclipse.jetty.http2.HTTP2Session.createLocalStream(HTTP2Session.java:696)
	at org.eclipse.jetty.http2.HTTP2Session.newStream(HTTP2Session.java:491)
	at org.eclipse.jetty.http2.client.http.HttpSenderOverHTTP2.sendHeaders(HttpSenderOverHTTP2.java:93)
	at org.eclipse.jetty.client.HttpSender.send(HttpSender.java:212)
	at org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2.send(HttpChannelOverHTTP2.java:95)
	at org.eclipse.jetty.client.HttpChannel.send(HttpChannel.java:128)
	at org.eclipse.jetty.client.HttpConnection.send(HttpConnection.java:201)
	at org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.send(HttpConnectionOverHTTP2.java:72)
	at org.eclipse.jetty.http2.client.http.HttpDestinationOverHTTP2.send(HttpDestinationOverHTTP2.java:38)
	at org.eclipse.jetty.client.HttpDestination.process(HttpDestination.java:347)
	at org.eclipse.jetty.client.HttpDestination.process(HttpDestination.java:305)
	at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:295)
	at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:270)
	at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:247)
	at org.eclipse.jetty.client.HttpClient.send(HttpClient.java:573)
	at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:727)
	at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:719)
	at io.airlift.http.client.jetty.JettyHttpClient.executeAsync(JettyHttpClient.java:543)
	at com.facebook.presto.server.remotetask.HttpRemoteTask.sendUpdate(HttpRemoteTask.java:509)
	at io.airlift.concurrent.BoundedExecutor.drainQueue(BoundedExecutor.java:78)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	at java.base/java.lang.Thread.run(Thread.java:844)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment