Thrift not forwarding column missing exception
----------------------------------------------
Key: HBASE-585
URL: https://issues.apache.org/jira/browse/HBASE-585
Project: Hadoop HBase
Issue Type: Bug
Components: thrift
Affects Versions: 0.1.0
Environment: Ubuntu 7.10, running Apache 2 + PHP 5.3 to connect to
thrift service
Reporter: Jim R. Wilson
Priority: Minor
When connecting to thrift, using the mutateRow() or mutateRowTs() functions, if
the column specified belongs to a non-existent column family, thrift just
hangs, and the caller eventually gets a TException due to socket timeout.
I would have expected to get a more hbasey exception along the lines of "Column
family 'foo' does not exist for table 'bar'".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.