-
Notifications
You must be signed in to change notification settings - Fork 366
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
use Long insead of Integer in class GlanceImage #876
Conversation
@auhlig ,hi,I've submit serveral issues and a PR,please help me to check it,thanks |
Hey @whaon, @tongh-qtl, |
yes,it is definitely can cause a problem,consider the introduction of the field size:
the unit is in bytes,so the value may be two long |
I don't have a strong opinion here. Besides my previous comment - maybe I misinterpreted integer in the docs - I would be fine with this change. What do you think @vinodborole? |
the unit is in bytes
as above,the Integer.MAX_VALUE is 2147483647 |
@vinodborole It's OK |
@vinodborole @auhlig Should we consider cutting a new release first (soon) before this merge since there is a lot of changes already in the release. Then we could have a smaller quicker follow on release with a few fixes and changes. It would be easier to see the breaking changes this way. Thoughts? |
@gondor Since murano service in os4j is unfortunately not making progress I guess it's the right time. Would leave current PRs open until after the release. So +1 for os4j 3.0.3 |
@auhlig @vinodborole @gondor |
@gondor I completely agree! |
close temporarily |
1.compute:ContainX#17 getImageId() 2.image:#1 out of range of int,should use Long 3.image:#2 “result” in GlanceTask should be a Map 4.image:#3 imageStatus in GlanceImage should be status
how about this issue now?Guys |
@whaon will you be able to take this now? |
Good to merge from my side 👍 |
fix issue: #875