[
https://issues.apache.org/jira/browse/BEAM-5357?focusedWorklogId=166736&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-166736
]
ASF GitHub Bot logged work on BEAM-5357:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Nov/18 01:14
Start Date: 16/Nov/18 01:14
Worklog Time Spent: 10m
Work Description: timeisenhuth commented on issue #6363: [BEAM-5357]
Disable optimization for Go check IsWorkerCompatibleBinary
URL: https://github.com/apache/beam/pull/6363#issuecomment-439247802
This change seems to be causing some issues - I cannot run the pipeline with
a binary, it always resorts to cross compiling and looking for the path to the
source on my local environment where the binary was built and thus fails
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 166736)
Time Spent: 40m (was: 0.5h)
> Go check for IsWorkerCompatibleBinary is wrong
> ----------------------------------------------
>
> Key: BEAM-5357
> URL: https://issues.apache.org/jira/browse/BEAM-5357
> Project: Beam
> Issue Type: Bug
> Components: sdk-go
> Reporter: Henning Rohde
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Per BEAM-5253, The linux/amd64 check in IsWorkerCompatibleBinary is
> insufficient:
> https://github.com/apache/beam/blob/609a42978405173a60e5d91f35170a5c0b5d5332/sdks/go/pkg/beam/runners/universal/runnerlib/compile.go#L37
> We need to see if we can do a better check here (such as looking up the
> symbol table or similar) or disable this optimization.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)