Did the RangeServer that crashed create a core file? If so, can you load the core file into gdb as follows:
gdb /opt/hypertable/current/bin/Hypertable.RangeServer <core-file> and then run the following command and post the output: (gdb) thread apply all where - Doug On Wed, May 15, 2013 at 4:48 AM, Hatice Çobanoğlu < [email protected]> wrote: > sorry Doug, we can't. our servers working on only local. Do you have > another resolve solition this problem ? what can i do? > the worst-case scenario is "cap cleandb" for our. > > > > > > 2013/5/14 Hatice Çobanoğlu <[email protected]> > >> Hi Doug >> To access our servers or database hasn't been possible before. But i will >> ask my projects manager tomorrow. >> >> Bye >> Hatice >> 14 Mayıs 2013 Salı tarihinde Doug Judd adlı kullanıcı şöyle yazdı: >> >> Hi Hatice, >>> >>> It looks like one of the RangeServers asserted. The best way for me to >>> get to the bottom of this would be for me to log in and work on your >>> database directly. Would that be possible? >>> >>> - Doug >>> >>> >>> >>> On Tue, May 14, 2013 at 12:00 AM, Hatice Çobanoğlu < >>> [email protected]> wrote: >>> >>> hi Doug, >>> yes, file 26 is largest numerically name file in the mml directory. i >>> copy file 27 into /hypertable/servers/master/log/mml and then start >>> hypertable. I waited for a while. the system still has problems >>> recovering. i send you logs file in attach. >>> >>> (Did i copy file 27 into >>> /opt/hypertable/current/run/log_backup/mml/master_38050/ ? ) >>> >>> >>> 2013/5/14 Doug Judd <[email protected]> >>> >>> Hi Hatice, >>> >>> Attached is MML file 27 (SHA1 bdbad7794a9d40e6f7def224562cb05d19ad2e06). >>> Before you install it, make sure that the largest numerically name file in >>> the mml directory (/hypertable/servers/master/log/mml) is 26. If it is not >>> 26, then stop Hypertable and send me the largest numerically named fragment >>> file in that directory and *do not* restart Hypertable. Each time you >>> start Hypertable it will create a new file which I'll have to modify and >>> send back to you. If 26 is the largest file, then copy the attached file >>> into /hypertable/servers/master/log/mml and then start Hypertable. Be >>> prepared to send me the log files if the system still has problems >>> recovering. >>> >>> - Doug >>> >>> >>> >>> On Mon, May 13, 2013 at 7:08 AM, Hatice Çobanoğlu < >>> [email protected]> wrote: >>> >>> i send you MML file in attach. >>> >>> thanks >>> Hatice >>> >>> >>> 2013/5/13 Doug Judd <[email protected]> >>> >>> Ok, I'm not sure why that command didn't work for you, but I managed to >>> run it successfully. I'll send you the fixed MML file today. BTW, can you >>> also send me the contents of this directory: >>> >>> /hypertable/servers/master/log/mml >>> >>> Also, don't try to restart Hypertable until I get you the patched MML >>> file. >>> >>> - Doug >>> >>> >>> >>> >>> On Mon, May 13, 2013 at 6:36 AM, Hatice Çobanoğlu < >>> [email protected]> wrote: >>> >>> yes, we'r sure. i send you log files in attach. >>> >>> thanks, >>> Hatice >>> >>> >>> 2013/5/13 Doug Judd <[email protected]> >>> >>> Are you sure all of the Hypertable processes are stopped? Be sure to >>> run 'cap stop' and then verify that all the Hypertable processes are >>> stopped with: >>> >>> cap shell >>> cap> ps auxww | fgrep -i hyper | fgrep -v java >>> >>> If not, manually kill the processes. If you're still getting the same >>> thing, send me the output of: >>> >>> hadoop fs >>> >>> > -- > 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?hl=en. > 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
