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


##########
hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/NamespacesResource.java:
##########
@@ -71,7 +71,7 @@ public Response get(final @Context ServletContext context, 
final @Context UriInf
       return Response.ok(rowModel).build();
     } catch (IOException e) {
       servlet.getMetrics().incrementFailedGetRequests(1);
-      throw new RuntimeException("Cannot retrieve list of namespaces.");
+      throw new RuntimeException("Cannot retrieve list of namespaces.", e);

Review Comment:
   still a todo



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