busbey commented on a change in pull request #916: HBASE-23382: Clean up
Logging for Some of hbase-server Module
URL: https://github.com/apache/hbase/pull/916#discussion_r356404353
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.java
##########
@@ -275,10 +275,9 @@ public boolean progress() {
DFS_CLIENT_ADAPTOR = createDFSClientAdaptor();
FILE_CREATOR = createFileCreator();
} catch (Exception e) {
- String msg = "Couldn't properly initialize access to HDFS internals.
Please " +
- "update your WAL Provider to not make use of the 'asyncfs' provider.
See " +
+ String msg = "Failed to properly initialize access to HDFS internals.
Please " +
Review comment:
what does the log look like when this failure bubbles up the call stack? (I
would like an answer before this merges)
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services