NihalJain commented on code in PR #6783:
URL: https://github.com/apache/hbase/pull/6783#discussion_r2016484143


##########
hbase-http/src/main/java/org/apache/hadoop/hbase/http/log/LogLevel.java:
##########
@@ -267,7 +266,11 @@ private void process(String urlString) throws Exception {
 
       HttpURLConnection connection = connect(url);
 
-      HttpExceptionUtils.validateResponse(connection, 200);
+      // We implement the validateResponse method inside hbase to handle for 
HTML response.

Review Comment:
   added note for reviewers' ease, let me know if should drop before merge



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to