Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: set go function package executable #4743

Merged
merged 1 commit into from
Jul 21, 2019

Conversation

freeznet
Copy link
Contributor

Motivation

Currently golang function needs to be compiled before deploy to pulsar, so the executable permission is required when function package is downloaded to local node from bookkeeper. This PR is intent to make golang function package executable after download from bookkeeper, to make sure the function is ok to run.

@sijie sijie added area/function component/go type/bug The PR fixed a bug or issue reported a bug labels Jul 17, 2019
@sijie sijie added this to the 2.4.1 milestone Jul 17, 2019
@sijie sijie closed this Jul 17, 2019
@sijie sijie reopened this Jul 17, 2019
@sijie
Copy link
Member

sijie commented Jul 17, 2019

retest this please

@wolfstudy
Copy link
Member

LGTM +1

@freeznet freeznet force-pushed the fix-go-function-permission-denied branch from 24830e6 to 6d4c9d5 Compare July 18, 2019 12:43
@freeznet
Copy link
Contributor Author

run java8 tests
run integration tests

@sijie
Copy link
Member

sijie commented Jul 18, 2019

run integration tests

@freeznet freeznet force-pushed the fix-go-function-permission-denied branch from 6d4c9d5 to c78fec8 Compare July 19, 2019 05:42
@freeznet
Copy link
Contributor Author

run integration tests

@freeznet freeznet force-pushed the fix-go-function-permission-denied branch from c78fec8 to 2d6defb Compare July 19, 2019 09:23
@freeznet
Copy link
Contributor Author

run integration tests

@sijie sijie merged commit bf58c8e into apache:master Jul 21, 2019
easyfan pushed a commit to easyfan/pulsar that referenced this pull request Jul 26, 2019
### Motivation

Currently golang function needs to be compiled before deploy to pulsar, so the executable permission is required when function package is downloaded to local node from bookkeeper. This PR is intent to make golang function package executable after download from bookkeeper, to make sure the function is ok to run.
jiazhai pushed a commit that referenced this pull request Aug 28, 2019
### Motivation

Currently golang function needs to be compiled before deploy to pulsar, so the executable permission is required when function package is downloaded to local node from bookkeeper. This PR is intent to make golang function package executable after download from bookkeeper, to make sure the function is ok to run.
(cherry picked from commit bf58c8e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/function type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants