nassim-git / project-voldemort

Automatically exported from code.google.com/p/project-voldemort
Apache License 2.0
0 stars 0 forks source link

Voldemort native protocol negotiation #252

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Start an "older version" server that wouldn't recognize the newer protocol. 
For ex: vp2
2.Start the newer client that knows about "vp2"
3.Server side negotiation jump to "vp0" directly from "vp2".

What is the expected output? What do you see instead?
If server cannot recognize vp2, it should try vp1 next. Then client and server 
both will be on the "next newer" protocol, instead of the "oldest available" 
one.

What version of the product are you using? On what operating system?
voldemort-0.80.2 on Mac OS Leopard

Please provide any additional information below.

Original issue reported on code.google.com by neha.nar...@gmail.com on 14 Jun 2010 at 5:12

GoogleCodeExporter commented 9 years ago
I think this is a duplicate of 
http://code.google.com/p/project-voldemort/issues/detail?id=238.

Please confirm and update the bug accordingly.

Original comment by mramb...@gmail.com on 15 Jun 2010 at 2:44