prabhatbhattarai / project-voldemort

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

ObsoleteVersionException thrown for .81 read-write store when upgrading to .90.1 #378

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start with a .81 read-write store
2. Start voldemort-server from .90.1 with that store 
3.Exception in thread "main" voldemort.versioning.ObsoleteVersionException: A 
successor version version()  to this version() exists for key 
rebalancing.steal.info.key

What is the expected output? What do you see instead?
Server startup

What version of the product are you using? On what operating system?
0.90.1 on CentOS release 5.7 (Final)

Please provide any additional information below.

Work around:
Delete $STORE/config/.temp and $STORE/config/.version 
and try launching the server again.

Original issue reported on code.google.com by daniel.r...@gmail.com on 26 Jan 2012 at 9:12