Thanks for reporting this. I just reproduced the problem, checked in a fix (to the v0.9.4 branch) and added a regression test. It'll be available in version 0.9.4.2 which we're planning to release next week.
- Doug On Thu, Oct 7, 2010 at 2:02 PM, alogvinenko <[email protected]> wrote: > Hi, code below seems to be the cause of ThriftBroker crash. > > client = ThriftClient("localhost", 38080) > namespace = > client.open_namespace("NAMESPACE_THAT_DOESNT_ACTUALLY_EXIST") > res = client.hql_query(namespace, "show tables") > > # raises exception: > TTransportException: TSocket read 0 bytes > > ------------- > > And when I stop servers I have this: > > ?> stop-servers > > Killing ThriftBroker.pid 8043 > /opt/hypertable/current/bin/ht-env.sh: line 66: kill: (8043) - No > such process > > -------------- > > I have hypertable 0.9.4.1 installed via binary pack. on osx 10.6.4 > > -- > 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]<hypertable-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/hypertable-dev?hl=en. > > -- 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.
