> 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 C
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 advan