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].
For more options, visit this group at 
http://groups.google.com/group/hypertable-dev?hl=en.

Reply via email to