Doug, I don't know if it will help or not, but I've seen some flakey problems trying to delete tables in the past. I'll try to see if I can duplicate it. I think I did something like:
1) Started the command shell 2) Created a table 3) Immediately tried to delete it. At this stage I got an error. I found that if I created the table, exited the shell, started the command shell back up again and then tried to delete the table it worked correctly. Bruce 2008/11/7 Doug Judd <[EMAIL PROTECTED]> > Hi Rafal, > > Thanks, these are the correct files. I looked into it a bit, but didn't > see anything obvious. I'm going to have Sanjit take a look at it in more > depth as soon as he finishes the task he's currently working on. > > - Doug > > 2008/11/7 Rafal Zarajczyk <[EMAIL PROTECTED]> > >> >> Where is this file? It's not present in log directory of my Hypertable >> installation dir. There are 4 other files, which I uploaded to: >> http://groups.google.com/group/hypertable-dev/web/log.tar.gz. >> The last operation in the logs is this drop table, but creating of >> _test_table_8 was long time ago, and I'm not sure if it's still >> visible in the logs. >> >> What's wierd, after creating this table, I noticed two instances of >> _test_table_8. First drop operation was successful, and one table >> disapeared. But the second remained... >> >> BTW: >> hypertable> select * from '_test_table_8'; >> Error: Problem getting attribute 'table_id' of hyperspace file '/ >> hypertable/tables/_test_table_8' - HYPERSPACE attribute not found >> hypertable> >> >> >> RafaĆ Zarajczyk >> >> On 6 Lis, 19:15, "Doug Judd" <[EMAIL PROTECTED]> wrote: >> > That's strange. Can you post the Hypertable.log file? If it's not too >> big, >> > just attach it to the e-mail, otherwise you can upload it here: >> > >> > http://groups.google.com/group/hypertable-dev/files >> > >> > - Doug >> > >> > On Thu, Nov 6, 2008 at 7:53 AM, Rafal Zarajczyk <[EMAIL PROTECTED] >> >wrote: >> > >> > >> > >> > > I get a strange error when I try to drop table: >> > >> > > hypertable> show tables; >> > > A >> > > METADATA >> > > UBrecrep_recrep >> > > _test_table_8 >> > > t1 >> > > hypertable> drop table '_test_table_8'; >> > > 1225986718 ERROR hypertable : (/home/rzarajczyk/hypertable-0.9.0.11- >> > > alpha/src/cc/Hypertable/Lib/MasterClient.cc:214) Master 'drop table' >> > > error : Problem getting attribute 'table_id' of hyperspace file '/ >> > > hypertable/tables/_test_table_8' >> > > Error: - HYPERSPACE attribute not found >> > >> > > I created the table using C++ API and there were no errors. >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/hypertable-dev?hl=en -~----------~----~----~----~------~----~------~--~---
