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

[Bug] Camel Route Debug - breakpoint doesn't hold a route #535

Open
jsolovjo opened this issue Sep 5, 2023 · 1 comment
Open

[Bug] Camel Route Debug - breakpoint doesn't hold a route #535

jsolovjo opened this issue Sep 5, 2023 · 1 comment
Labels
area/camel help wanted Extra attention is needed kind/bug Something isn't working
Milestone

Comments

@jsolovjo
Copy link

jsolovjo commented Sep 5, 2023

Hello @tadayosi

I have found unusual behaviour of Camel Route Debug when a breakpoint is added.

My understanding is the following - when the breakpoint is added, the exchange is on hold on the node where the breakpoint was set and you have two options - either click on Step (next) or click on Resume to continue the exchange.

However, when I tried to add the breakpoint, I see that the numbers (see the attached screenshot) are still counting and as I understand the exchange is not on hold and continues anyway.

Screenshot 2023-09-05 at 18 17 37

Is it expected behaviour or it's a bug?

Thank you

@jsolovjo jsolovjo added the kind/bug Something isn't working label Sep 5, 2023
@phantomjinx
Copy link
Member

I have seen this a few times and assumed it was exchanges 'catching up'. I did do some 'debugging' (ha!) on it a while back and found it goes all the way down to the camel route in that the JMX flags are all properly set but things seem to keep going.

@tadayosi tadayosi added the help wanted Extra attention is needed label Oct 24, 2023
@tadayosi tadayosi added this to the 2024Q2 milestone Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/camel help wanted Extra attention is needed kind/bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

3 participants