-
Notifications
You must be signed in to change notification settings - Fork 66
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
Storm v1.0.5 breaks storm-mesos #221
Comments
Thanks for the report, I can reproduce this issue, but not sure of any details. If you can determine the root cause that will be helpful otherwise this will not get any attention for weeks if not months. |
Thank you a lot. Hope we will have some fix soon |
@kiryllbondar : sorry to be obtuse, but are you saying "we" as in {you, your own team/company} will be providing a fix soon? "We" as in me and my team/company will not be able to work on this for a long time, maybe during Thanksgiving or Christmas time. |
@erikdw : We, I mean all people who use this functionality :) Unfortunately I do not have the skills to deal with this problem on my own. |
@kiryllbondar : thanks for clarifying :) |
Looking into this, and leveraging the changes in #232 Storm 1.0.5 builds successfully with the Mesos versions in Looking into this, the following is the result of successive compilations:
This looks to be related to changes in the protobufs for the Mesos version. There's a change in the protobuf version between 1.3.x and 1.4.x, namely that the version is increased to 3.3.0 per this commit So I updated the protobuf version:
And after this change these are the compilation results:
I'll submit a PR to update the protobuf version. |
I'll be closing this issue since this is solved once #233 is merged. |
Update protobuf version to fix Issue #221
Hello, i'm trying to build storm 1.0.5 mesos 1.4.0
STORM_RELEASE=1.0.5 MESOS_RELEASE=1.4.0 bin/build-release.sh
but getting error:
The text was updated successfully, but these errors were encountered: