You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crail.apache.org by patrickstuedi <gi...@git.apache.org> on 2018/06/26 08:46:11 UTC

[GitHub] incubator-crail pull request #31: Throw more meaningful exception if datapat...

GitHub user patrickstuedi opened a pull request:

    https://github.com/apache/incubator-crail/pull/31

    Throw more meaningful exception if datapath is invalid or has no write

    permissions.
    
    Fixes the issue of invalid datapath or missing write permissions on the
    datapath for both the RDMA and the TCP storage tier.
    
    https://issues.apache.org/jira/browse/CRAIL-45
    
    Signed-off-by: Patrick Stuedi <ps...@apache.org>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/patrickstuedi/incubator-crail datapath

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-crail/pull/31.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #31
    
----
commit 8ddab129a5e6eb450d23e4efaba29a6ac3c2801f
Author: Patrick Stuedi <ps...@...>
Date:   2018-06-26T08:43:04Z

    Throw more meaningful exception if datapath is invalid or has no write
    permissions.
    
    Fixes the issue of invalid datapath or missing write permissions on the
    datapath for both the RDMA and the TCP storage tier.
    
    https://issues.apache.org/jira/browse/CRAIL-45
    
    Signed-off-by: Patrick Stuedi <ps...@apache.org>

----


---

[GitHub] incubator-crail pull request #31: Throw more meaningful exception if datapat...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-crail/pull/31


---