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


##########
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:
   also previous method was not useful, the error is HTML but it parses JSON



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