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

ARTEMIS-2701 Improving DLQ/check over previously removed records #3067

Merged
merged 1 commit into from
Apr 6, 2020

Conversation

clebertsuconic
Copy link
Contributor

No description provided.

@clebertsuconic
Copy link
Contributor Author

I added two operations to the journal...
tryUpdate
tryDelete

and used them on DLQ / Rollback

if something previously removed the message during the DLQ check.. we will just ignore the operation normally.

@clebertsuconic
Copy link
Contributor Author

@michaelandrepearce can you review this one?

@asfgit asfgit merged commit b2342b6 into apache:master Apr 6, 2020
if (!dest.isTemporary()) {
// this should not really happen,
// so I'm not creating a Logger for this
logger.warn("OpenWire client sending a queue remove towards " + dest.getPhysicalName());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont get this change, why shouldnt this happen?

@clebertsuconic clebertsuconic deleted the journal-fix branch April 15, 2020 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants