You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/07/30 13:26:17 UTC

[GitHub] [incubator-doris] liutang123 opened a new issue #4224: Config netty param in HttpServer

liutang123 opened a new issue #4224:
URL: https://github.com/apache/incubator-doris/issues/4224


   Now, if the length of URL is longer than 4096 bytes, netty will refuse.
   The case can be reproduced by constructing a very long URL(longer than 4096bytes)
   ```
   curl -sS -m 1800 --location-trusted -u user:pass http://FE_HOST:FE_PORT/api/db/table/_load?label=XXXX\&columns=a,b,c,d...
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] liutang123 closed issue #4224: Config netty param in HttpServer

Posted by GitBox <gi...@apache.org>.
liutang123 closed issue #4224:
URL: https://github.com/apache/incubator-doris/issues/4224


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org