You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/21 12:32:25 UTC

[jira] [Commented] (ARTEMIS-444) Extend AIOSequentialFileFactory to check underlying FS

    [ https://issues.apache.org/jira/browse/ARTEMIS-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15204058#comment-15204058 ] 

ASF GitHub Bot commented on ARTEMIS-444:
----------------------------------------

GitHub user dpospisil opened a pull request:

    https://github.com/apache/activemq-artemis/pull/425

    [ARTEMIS-444] Extend AIOSequentialFileFactory to check underlying FS

    https://issues.apache.org/jira/browse/ARTEMIS-444

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

    $ git pull https://github.com/dpospisil/activemq-artemis ARTEMIS-444

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

    https://github.com/apache/activemq-artemis/pull/425.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 #425
    
----
commit 2fd1508a0c5ccfd6fcdf71490ba21517eae6ece4
Author: Dominik Pospisil <dp...@redhat.com>
Date:   2016-03-21T11:25:45Z

    [ARTEMIS-444] Extend AIOSequentialFileFactory to check underlying FS

----


> Extend AIOSequentialFileFactory to check underlying FS
> ------------------------------------------------------
>
>                 Key: ARTEMIS-444
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-444
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>    Affects Versions: 1.1.0
>            Reporter: Dominik Pospisil
>
> Currently, AIOSequentialFileFactory.isSupported() only check if the native lib was loaded. AIO might still fail if the underlying FS does not support required features (direct async I/O).
> Example filesystems on Linux: tmpfs, ZFS (using zfsonlinux driver).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)