You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/08/05 13:12:36 UTC

[GitHub] [arrow] pitrou opened a new pull request #7904: ARROW-9577: [C++] Better error message for posix_madvise()

pitrou opened a new pull request #7904:
URL: https://github.com/apache/arrow/pull/7904


   posix_madvise() gives its error status as return value, not as errno, so the error message would look like "[errno 0] Success".
   
   This doesn't fix the issue reported in ARROW-9577, but should at least make the error a bit more informative.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [arrow] pitrou commented on pull request #7904: ARROW-9577: [C++] Ignore EBADF error in posix_madvise()

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #7904:
URL: https://github.com/apache/arrow/pull/7904#issuecomment-671380731


   @fsaintjacques Not sure you have a bit of time to validate this, otherwise I'll merge.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7904: ARROW-9577: [C++] Better error message for posix_madvise()

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7904:
URL: https://github.com/apache/arrow/pull/7904#issuecomment-669188509


   https://issues.apache.org/jira/browse/ARROW-9577


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [arrow] pitrou closed pull request #7904: ARROW-9577: [C++] Ignore EBADF error in posix_madvise()

Posted by GitBox <gi...@apache.org>.
pitrou closed pull request #7904:
URL: https://github.com/apache/arrow/pull/7904


   


----------------------------------------------------------------
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:
users@infra.apache.org