prabhatbhattarai / project-voldemort

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

Exception not propagated to Voldemort client #360

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Start a Voldemort cluster with a read-only store
2.Do a put operation (any key/value)
3.Check exception message

What is the expected output? What do you see instead?
Expected:
voldemort.VoldemortException: Put is not supported on this store, it is 
read-only.

Observed:
voldemort.store.UnreachableStoreException: Client response not read/parsed, 
cannot determine result

What version of the product are you using? On what operating system?
voldemort-0.90, MAC OS

Please provide any additional information below.

Original issue reported on code.google.com by chinmay....@gmail.com on 13 Aug 2011 at 12:03