-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Bug]: Published core lib are desynced with snapshots and break plugin builds #7326
Comments
This is a big reason for the refactor of these core classes out of |
The snapshot publishing now happens as part of code commit on opensearch repo. |
@Yury-Fridlyand I am not sure I understand the source of the 1 week delay. When you say "core libs", what do you mean? Isn't that part of the snapshot publication (which happens immediately on merge)? |
Hi
|
@Yury-Fridlyand @peterzhuamazon Where do we publish core and common JARs before snapshots and why do we need to publish them at all? |
@Yury-Fridlyand @peterzhuamazon could you please help address @dblock questions above? |
@Yury-Fridlyand / @peterzhuamazon Is this still an issue? Havent heard back here. W plan to close this issue if we dont hear back from you by 7/21. Thanks |
I can't answer the given question, but issue still persists.
So even with having a fix to comply with those changes, we weren't able to verify it or run tests without snapshot. |
Describe the bug
#7306 and #7165 (and number of other changes before) causes major changes in core libraries. I don't know entire workflow of publishing snapshots, but it takes much more time than publish core libs. The delay could be up to 1 week. Along this time, no plugin code could be compiled/tested because core libs and snapshots are not in sync. All development is paralyzed.
To reproduce
^
Expected behavior
Stash newer core libs before publish until snapshot is ready. Publish both together only.
Screenshots
No response
Host / Environment
No response
Additional context
No response
Relevant log output
The text was updated successfully, but these errors were encountered: