prabhatbhattarai / project-voldemort

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

Voldemort should have way of limiting the size of keys and values in a store #237

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We would like a means of preventing the clients from sending values to a
server that will be rejected because of size constraints.  Specifically,
some stores have limitations on the size of some elements (keys and values
must be under a certain size).  Rather than transmitting these values to
the server and have them rejected with a cryptic message, we propose
implementing a store on the client side that will prevent the values from
being sent to the server in the first place and give a
reasonable/consistent error back to the calling application.

Original issue reported on code.google.com by mramb...@gmail.com on 24 Mar 2010 at 2:32

GoogleCodeExporter commented 8 years ago
Fixed in branch:

https://github.com/mrambacher/voldemort/commits/abstract_store/src/java/voldemor
t/store/limiting

Original comment by mramb...@gmail.com on 18 Nov 2010 at 5:45

GoogleCodeExporter commented 8 years ago
As requested, I am leaving this issue as open until the changes have been 
merged to master.

Original comment by mramb...@gmail.com on 23 Nov 2010 at 3:57

GoogleCodeExporter commented 8 years ago

Original comment by mramb...@gmail.com on 14 Dec 2010 at 3:42