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-2029 Fixing wire checks after reconnects #2247

Closed
wants to merge 1 commit into from

Conversation

clebertsuconic
Copy link
Contributor

No description provided.

@@ -638,13 +638,9 @@ public synchronized CoreMessage encode() {

checkProperties();

if (writableBuffer != null) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ouch.. don't merge this.. didn't mean this change!!!!

@clebertsuconic
Copy link
Contributor Author

It's good now.. I found a change I added by mistake

@jbertram
Copy link
Contributor

Looks like compatibility tests are failing.

@clebertsuconic
Copy link
Contributor Author

Yeah. I will fix it later today.

@clebertsuconic
Copy link
Contributor Author

It’s a simple fix. I will have to adjust counts.

As for everything else. Do u think this is ok ?

@jbertram
Copy link
Contributor

Seems OK. I would have thought that the channelVersion would get set when the session was re-created on the backup (e.g. in org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQPacketHandler#handleCreateSession), but I guess that's not being called?

@clebertsuconic
Copy link
Contributor Author

@jbertram it's not.. there's a different packet on reconnect sessions. So that's not called.

@asfgit asfgit closed this in 22b62b5 Aug 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants