Skip to content

How to increase Jetty's request/response header size of KyuubiRestFrontendService? #6137

Answered by minyk
minyk asked this question in Q&A
Discussion options

You must be logged in to vote

I found a way. request header size is not the problem, but HttpClient's request buffer size. Codes like below:

diff --git a/kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/ApiRootResource.scala b/kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/ApiRootResource.scala
--- a/kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/ApiRootResource.scala	(revision ddf36633b13b9baf1c2b6555137868a674b85a37)
+++ b/kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/ApiRootResource.scala	(revision d3041bf2d6894b966844aae14d0243026062cbfb)
@@ -86,6 +86,7 @@
   def getEngineUIProxyHandler(fe: KyuubiRestFrontendService): ServletContextHandler = {
     val proxySe…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@minyk
Comment options

Comment options

You must be logged in to vote
2 replies
@yaooqinn
Comment options

@minyk
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@minyk
Comment options

Answer selected by minyk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants