Unavaible Exception with Chunked Object Store

2013-01-23 Thread Sávio Teles
We are using ChunkedStorage described in https://github.com/Netflix/astyanax/wiki/Chunked-Object-Store to store large objects (about 40 MB). We have defined the chunk size to 1 MB. But, when this code is called, the exception UnavaibleException is thrown. Does anyone has any idea? Thanks in

Re: Unavaible Exception with Chunked Object Store

2013-01-23 Thread aaron morton
UnavaibleException is thrown. Does anyone has any idea? Do you have the stack trace ? UnavailableException is thrown when there are less than Consistent Level number of replicas available, from the point of view of the coordinator you are talking to. So if you have 3 nodes and RF 3, using