Thanks. I've built an instrumented version of Hypertable which you can find here:
http://www.hypertable.com/pub/hypertable-0.9.7.14.7266ca8-linux-x86_64.tar.bz2 Please upgrade to this version and then start the cluster. Once the cluster is back up on the instrumented version, run the problem query: hypertable> select * from TAB_CDR_EVENT where '8795741566-51015A61BHE'<ROW<='D0000000000000000000zH ' and row regexp "B..$" limit 1; After the query has finished, grep for "issue1175" in the RangeServer logs and post the output. For example: cap shell cap> fgrep issue1175 /opt/hypertable/current/log/Hypertable.RangeServer.log Thanks for your help! - Doug On Mon, Dec 9, 2013 at 11:57 PM, <[email protected]> wrote: > Yes, 64 bit. tar is ok. > > It is OS information. > [cloudil@dlxa101 ~]$ uname -a > Linux dlxa101 2.6.32-279.el6.x86_64 #1 SMP Wed Jun 13 18:24:36 EDT 2012 > x86_64 x86_64 x86_64 GNU/Linux > > thanks > > On Tuesday, December 10, 2013 1:37:44 PM UTC+8, Doug Judd wrote: > >> That would be great, thanks! I will build you an instrumented version >> tomorrow and post a pointer to the package. In the meantime, try not to >> insert or delete any data from the table. What architecture and package >> type would you like me to build? 64-bit .tar.bz2? >> >> - Doug >> >> >> On Mon, Dec 9, 2013 at 7:22 PM, <[email protected]> wrote: >> >>> Ok, it is my pleasure. Where can I get the instrumented version? >>> >>> thanks >>> >>> 在 2013年12月10日星期二UTC+8上午3时57分53秒,Doug Judd写道: >>> >>>> Great, thank you. Would you be willing to run an instrumented version >>>> of Hypertable? It would help pin down exactly where the error is >>>> occurring. >>>> >>>> - Doug >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Hypertable Development" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> >>> Visit this group at http://groups.google.com/group/hypertable-dev. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> >> >> -- >> Doug Judd >> CEO, Hypertable Inc. >> > -- > You received this message because you are subscribed to the Google Groups > "Hypertable Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hypertable-dev. > For more options, visit https://groups.google.com/groups/opt_out. > -- Doug Judd CEO, Hypertable Inc. -- You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hypertable-dev. For more options, visit https://groups.google.com/groups/opt_out.
