Honestly, I'm hoping it's code rather than a database bug (and normally I'd agree with you).
I'm working on a reduction to see if I can get a basic unit test. On Wed, Aug 13, 2014 at 1:58 PM, Jonathan Haddad <j...@jonhaddad.com> wrote: > Can you provide the code that you use to create the table? This feels > like code error rather than a database bug. > > > On Wed, Aug 13, 2014 at 1:26 PM, Kevin Burton <bur...@spinn3r.com> wrote: > >> 2.0.5… I'm upgrading to 2.0.9 now just to rule this out…. >> >> I can give you the full CQL for the table, but I can't seem to reproduce >> it without my entire app being included. >> >> If I execute the CQL manually, it works… which is what makes this so >> weird. >> >> >> On Wed, Aug 13, 2014 at 1:11 PM, DuyHai Doan <doanduy...@gmail.com> >> wrote: >> >>> Can you just give the C* version and the complete DDL script to >>> reproduce the issue ? >>> >>> >>> On Wed, Aug 13, 2014 at 10:08 PM, Kevin Burton <bur...@spinn3r.com> >>> wrote: >>> >>>> I'm tracking down a weird bug and was wondering if you guys had any >>>> feedback. >>>> >>>> I'm trying to create ten tables programatically.. . >>>> >>>> The first one I create, for some reason, isn't created. >>>> >>>> The other 9 are created without a problem. >>>> >>>> Im doing this with the datastax driver's session.execute(). >>>> >>>> No exceptions are thrown. >>>> >>>> I read the tables back out, and I have 9 of them, but not the first >>>> one. >>>> >>>> I can confirm that the table isn't there because I'm doing a >>>> >>>> select * from foo0 limit 1 >>>> >>>> and it gives me an unconfigured column family exception. >>>> >>>> so it looks like cassandra is just silently not creating the table. >>>> >>>> This is just in my junit harness for now. So it's one cassandra node >>>> so there shouldn't be an issue with schema disagreement. >>>> >>>> Kind of stumped here so any suggestion would help. >>>> >>>> -- >>>> >>>> Founder/CEO Spinn3r.com >>>> Location: *San Francisco, CA* >>>> blog: http://burtonator.wordpress.com >>>> … or check out my Google+ profile >>>> <https://plus.google.com/102718274791889610666/posts> >>>> <http://spinn3r.com> >>>> >>>> >>> >> >> >> -- >> >> Founder/CEO Spinn3r.com >> Location: *San Francisco, CA* >> blog: http://burtonator.wordpress.com >> … or check out my Google+ profile >> <https://plus.google.com/102718274791889610666/posts> >> <http://spinn3r.com> >> >> > > > -- > Jon Haddad > http://www.rustyrazorblade.com > skype: rustyrazorblade > -- Founder/CEO Spinn3r.com Location: *San Francisco, CA* blog: http://burtonator.wordpress.com … or check out my Google+ profile <https://plus.google.com/102718274791889610666/posts> <http://spinn3r.com>