Could you also elaborate for creating/dropping column families? We're
currently working on moving to 1.0 and using dynamically created tables,
so I'm very interested in what issues we might encounter.
So far the only thing I've encountered (with 1.0.7 + hector 1.0-2) is
that dropping a cf may sometimes fail with UnavailableException. I
think this happens when the cf is busy being compacted. When I
sleep/retry within a loop it eventually succeeds.
Thanks,
Jim
On 1/26/2012 7:32 AM, Pierre-Yves Ritschard wrote:
Can you elaborate on the composite types instabilities ? is this
specific to hector as the radim's posts suggests ?
These one liner answers are quite stressful :)
On Thu, Jan 26, 2012 at 1:28 PM, Carlo Pires<carlopi...@gmail.com> wrote:
If you need to use composite types and create/drop column families on the
fly you must be prepared to instabilities.