Hi list,
I've found this test case I'd like someone to reproduce on some other
machine to confirm this is a bug.
1. Launch hypertable CLI
2. show tables
3. run ruby client_test.rb
4. select * from thrift_test
5. run ruby client_test.rb
6. select * from thrift_test
Should lock up the whole hypertable shell and display this message after a while
hypertable> select * from thrift_test;
k1 col v1
k2 col v2
k3 col v3
k4 col v4
Elapsed time: 0.02 s
Avg value size: 2.00 bytes
Avg key size: 3.00 bytes
Throughput: 1332.98 bytes/s
Total cells: 4
Throughput: 266.60 cells/s
hypertable> select * from thrift_test;
1235842539 ERROR hypertable :
(/Users/m/work/hypertable/src/cc/Hypertable/Lib/IntervalScanner.cc:323)
RangeServer create_scanner() failure : unknown table 'thrift_test' -
RANGE SERVER range not found
Mateusz
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---