[
https://issues.apache.org/jira/browse/ARROW-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16193770#comment-16193770
]
ASF GitHub Bot commented on ARROW-1541:
---------------------------------------
GitHub user wesm opened a pull request:
https://github.com/apache/arrow/pull/1180
ARROW-1541: [C++] Fix race conditions in arrow_gpu with generated
Flatbuffers files. Do not put generated files in source tree
It's a better practice to put generated files in the build directory rather
than in the main source tree. There was also a race condition with
`arrow/gpu/cuda_version.h`, so fixed that also
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wesm/arrow ARROW-1541
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/arrow/pull/1180.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 #1180
----
----
> [C++] Race condition with arrow_gpu
> ------------------------------------
>
> Key: ARROW-1541
> URL: https://issues.apache.org/jira/browse/ARROW-1541
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 0.7.0
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> The Arrow GPU/CUDA build has a race condition with the generated Flatbuffers
> files. We must add a dependency so that the Flatbuffers files are compiled
> before the relevant arrow_gpu units are compiled.
> Encountered this when testing 0.7.0 RC0. Because arrow_gpu is alpha I don't
> think this should block
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)