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

Reconcile race #499

Closed
wants to merge 79 commits into from
Closed

Reconcile race #499

wants to merge 79 commits into from

Conversation

dwertent
Copy link
Contributor

@dwertent dwertent commented Jan 6, 2025

No description provided.

@@ -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", \
Copy link
Contributor Author

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

dwertent and others added 26 commits January 20, 2025 16:03
…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]>
…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]>
dwertent and others added 26 commits January 20, 2025 16:04
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: 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 dwertent force-pushed the reconcile-race branch 2 times, most recently from 4df9a71 to 44fecac Compare January 20, 2025 21:29
@dwertent
Copy link
Contributor Author

Opened #521 instead

@dwertent dwertent closed this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants