-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-25770 Http InfoServers should honor gzip encoding when requested #3159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4405898 to
1c44657
Compare
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
hbase-http/src/test/java/org/apache/hadoop/hbase/http/TestHttpServer.java
Outdated
Show resolved
Hide resolved
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
1c44657 to
adeafd2
Compare
|
🎊 +1 overall
This message was automatically generated. |
adeafd2 to
32861d1
Compare
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
joshelser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the one hbase-server unit test failure isn't related to your change here.
The change seems fine to me. I'm only surprised that you didn't actually modify InfoServer.java in this commit :)
Corollary: is there any reason to not always set the GzipHandler? Seems like something we would ultimately want on all of our HTTP servers.
By specifying the handler on the instances of Jetty |
|
Thanks for the reviews! |
apache#3159) Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Josh Elser <[email protected]>
apache#3159) Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Josh Elser <[email protected]>
apache#3159) Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Josh Elser <[email protected]>
#3159) Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Josh Elser <[email protected]>
#3159) Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Josh Elser <[email protected]>
#3159) Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Josh Elser <[email protected]>
apache#3159) Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Josh Elser <[email protected]>
#3159) Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Josh Elser <[email protected]>
apache#3159) Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Josh Elser <[email protected]> (cherry picked from commit 3d2d6aa) Change-Id: Ieffb825ea154936fa2099ded0618d7ebe023859c
Requesting reviews from folks whom I believe have spent time around our InfoService.