You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/09/25 21:53:00 UTC

[jira] [Created] (HBASE-21230) BackupUtils#checkTargetDir doesn't compose error message correctly

Ted Yu created HBASE-21230:
------------------------------

             Summary: BackupUtils#checkTargetDir doesn't compose error message correctly
                 Key: HBASE-21230
                 URL: https://issues.apache.org/jira/browse/HBASE-21230
             Project: HBase
          Issue Type: Bug
          Components: backup&amp;restore
            Reporter: Ted Yu


Here is related code:
{code}
      String expMsg = e.getMessage();
      String newMsg = null;
      if (expMsg.contains("No FileSystem for scheme")) {
        newMsg =
            "Unsupported filesystem scheme found in the backup target url. Error Message: "
                + newMsg;
{code}
I think the intention was to concatenate expMsg at the end of newMsg.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)