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

ISPN-1951 Use MERGE3 in the default UDP configuration #2744

Closed
wants to merge 2 commits into from

Conversation

danberindei
Copy link
Member

@danberindei
Copy link
Member Author

Updated to remove UFC from the TCP configs as well:
https://issues.jboss.org/browse/ISPN-4570

@@ -284,7 +284,7 @@ public String toString() {
enum ProtocolType {
TCP, UDP,
MPING, PING, TCPPING, TEST_PING,
MERGE2,
MERGE2, MERGE3,
Copy link
Member

Choose a reason for hiding this comment

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

MERGE2 can be removed? or is it needed somewhere?

Copy link
Member Author

Choose a reason for hiding this comment

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

We still have UNICAST and UNICAST2 in the list, I figured it's to allow us to test with another protocol when we suspect one is giving us problems.

Copy link
Member

Choose a reason for hiding this comment

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

ok, that is a good reason :)

@pruivo
Copy link
Member

pruivo commented Jul 26, 2014

documentation/src/main/asciidoc/infinispan_server_guide/infinispan_server_guide.adoc is still using MERGE2 in the examples. do you think it is useful to update?

@pruivo
Copy link
Member

pruivo commented Jul 26, 2014

server/integration/jgroups/src/test/resources/subsystem-jgroups.xml UFC with tcp stack.

@danberindei
Copy link
Member Author

Both updated

@pruivo
Copy link
Member

pruivo commented Jul 26, 2014

testing and pushing...

@pruivo
Copy link
Member

pruivo commented Jul 26, 2014

integrated! thanks @danberindei !

@pruivo pruivo closed this Jul 26, 2014
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