-
Notifications
You must be signed in to change notification settings - Fork 12
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
Reconcile race #499
Closed
Closed
Reconcile race #499
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dwertent
force-pushed
the
reconcile-race
branch
from
January 6, 2025 18:06
f9013a3
to
baaf9aa
Compare
peterbroadhurst
force-pushed
the
reconcile-race
branch
from
January 8, 2025 03:12
bd20b2c
to
1a8fc21
Compare
dwertent
commented
Jan 8, 2025
@@ -185,8 +185,12 @@ ENV PATH=$PATH:/usr/local/java/bin | |||
# Define the entry point for running the application | |||
ENTRYPOINT [ \ | |||
"java", \ | |||
"--add-opens", "java.base/jdk.internal.misc=ALL-UNNAMED", \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to prevent the warning logs
…gradle; enhance NOTES.txt with deployment instructions and UI access details Signed-off-by: dwertent <[email protected]> Adding readiness Signed-off-by: dwertent <[email protected]> retry when IsConflict errors Signed-off-by: dwertent <[email protected]> cleanup logs Signed-off-by: dwertent <[email protected]> adding update condition Signed-off-by: dwertent <[email protected]> restart paladin 5 every seconds Signed-off-by: dwertent <[email protected]> increase t/o Signed-off-by: dwertent <[email protected]> increase timeout Signed-off-by: dwertent <[email protected]> update logs Signed-off-by: dwertent <[email protected]> testing duration Signed-off-by: dwertent <[email protected]> use hash for image Signed-off-by: dwertent <[email protected]> print logs Signed-off-by: dwertent <[email protected]> restart operator Signed-off-by: dwertent <[email protected]> add task Signed-off-by: dwertent <[email protected]> upload logs Signed-off-by: dwertent <[email protected]> reconcilePaladin Signed-off-by: dwertent <[email protected]> remove the restart Signed-off-by: dwertent <[email protected]> adding logs Signed-off-by: dwertent <[email protected]> update status Signed-off-by: dwertent <[email protected]> Adding logs Signed-off-by: dwertent <[email protected]> gh actions Signed-off-by: dwertent <[email protected]> upload more files Signed-off-by: dwertent <[email protected]> update status only if changed Signed-off-by: dwertent <[email protected]> check for change Signed-off-by: dwertent <[email protected]> requeue after 5 sec Signed-off-by: dwertent <[email protected]> waiting for paladin to be ready Signed-off-by: dwertent <[email protected]> increase concurrent Signed-off-by: dwertent <[email protected]> printing error Signed-off-by: dwertent <[email protected]> RequeueAfter Signed-off-by: dwertent <[email protected]> try different ReadinessProbe Signed-off-by: dwertent <[email protected]> decrease timeout Signed-off-by: dwertent <[email protected]> increase timeout Signed-off-by: dwertent <[email protected]> adding timeouts Signed-off-by: dwertent <[email protected]> increase timeout Signed-off-by: dwertent <[email protected]> increase timeout Signed-off-by: dwertent <[email protected]> adding txn Signed-off-by: dwertent <[email protected]> timing Signed-off-by: dwertent <[email protected]> restart the operator Signed-off-by: dwertent <[email protected]> restart pods Signed-off-by: dwertent <[email protected]> use Background context Signed-off-by: dwertent <[email protected]> init client Signed-off-by: dwertent <[email protected]> less replicas Signed-off-by: dwertent <[email protected]> adding many logs Signed-off-by: dwertent <[email protected]> remove logs Signed-off-by: dwertent <[email protected]> clean errors Signed-off-by: dwertent <[email protected]> increase timeout Signed-off-by: dwertent <[email protected]> context return error Signed-off-by: dwertent <[email protected]> override context Signed-off-by: dwertent <[email protected]> remove one Signed-off-by: dwertent <[email protected]> restart paladin Signed-off-by: dwertent <[email protected]> once Signed-off-by: dwertent <[email protected]> init Signed-off-by: dwertent <[email protected]> increase timeout Signed-off-by: dwertent <[email protected]> pprof Signed-off-by: dwertent <[email protected]> restart paladin Signed-off-by: dwertent <[email protected]> get trace Signed-off-by: dwertent <[email protected]> get trace Signed-off-by: dwertent <[email protected]> try Signed-off-by: dwertent <[email protected]> redo Signed-off-by: dwertent <[email protected]> to Signed-off-by: dwertent <[email protected]> adding sleep Signed-off-by: dwertent <[email protected]> build pal Signed-off-by: dwertent <[email protected]> fix needs Signed-off-by: dwertent <[email protected]> load image Signed-off-by: dwertent <[email protected]> get besu logs Signed-off-by: dwertent <[email protected]> get cm Signed-off-by: dwertent <[email protected]> fix cm name Signed-off-by: dwertent <[email protected]> retry Signed-off-by: dwertent <[email protected]> rebuild Signed-off-by: dwertent <[email protected]>
Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
…oin thread pool Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: dwertent <[email protected]>
Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: dwertent <[email protected]>
Signed-off-by: dwertent <[email protected]>
Signed-off-by: dwertent <[email protected]>
Signed-off-by: dwertent <[email protected]>
Signed-off-by: dwertent <[email protected]>
Signed-off-by: Gabriel Indik <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Gabriel Indik <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Anna McAllister <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Jim Zhang <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Jim Zhang <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Jim Zhang <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Jim Zhang <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Jim Zhang <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Jim Zhang <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Anna McAllister <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Anna McAllister <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Anna McAllister <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Gabriel Indik <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Gabriel Indik <[email protected]> Signed-off-by: dwertent <[email protected]>
Co-authored-by: Alex Shorsher <[email protected]> Signed-off-by: Gabriel Indik <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Gabriel Indik <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: dwertent <[email protected]>
Signed-off-by: dwertent <[email protected]>
Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]> Signed-off-by: dwertent <[email protected]>
dwertent
force-pushed
the
reconcile-race
branch
2 times, most recently
from
January 20, 2025 21:29
4df9a71
to
44fecac
Compare
Opened #521 instead |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.