| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
160 (0.121s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: infinite loop of RS_ZK_REGION_SPLIT on .94.2 - HBase - [mail # dev]
|
|
...Forgot to answer Ted's question - I don't remember exactly what we did to the cluster. I don't think there were any regionserver crashes, but there were probably controlled restarts, n...
|
|
|
Author: Matt Corgan,
2012-11-05, 01:20
|
|
|
Re: infinite loop of RS_ZK_REGION_SPLIT on .94.2 - HBase - [mail # dev]
|
|
...I've had a few successful splits today without any errors. I'll turn up the importer speed tomorrow to start stressing the cluster more. On Sun, Nov 4, 2012 at 2:07 PM, Ted Yu &...
|
|
|
Author: Matt Corgan,
2012-11-05, 01:16
|
|
|
Re: infinite loop of RS_ZK_REGION_SPLIT on .94.2 - HBase - [mail # dev]
|
|
...Strangely, I don't see any record of that region in the master before what I already pasted even though I have logs back to 10/30. Next time it happens I'll gather a full log record an...
|
|
|
Author: Matt Corgan,
2012-11-04, 02:27
|
|
|
Re: infinite loop of RS_ZK_REGION_SPLIT on .94.2 - HBase - [mail # user]
|
|
...I think the cluster is ok without running hbck, as restarting the regionserver process stops the warnings and everything looks ok otherwise. here's the regionserver right after the spl...
|
|
|
Author: Matt Corgan,
2012-11-04, 00:27
|
|
|
Re: infinite loop of RS_ZK_REGION_SPLIT on .94.2 - HBase - [mail # user]
|
|
...Here's a sample of the master's logs from yesterday. It's not correlated exactly with the other pastebin log, but there's 3GB of this from yesterday: http://pastebin.com/wP2rNN1t  ...
|
|
|
Author: Matt Corgan,
2012-11-03, 21:29
|
|
|
infinite loop of RS_ZK_REGION_SPLIT on .94.2 - HBase - [mail # user]
|
|
...We upgraded from .94.0 to .94.2 last week and have started to encounter infinite loops of region-transition on splits. I'm not sure yet if it's all splits nor if it's related to load. ...
|
|
|
Author: Matt Corgan,
2012-11-03, 20:54
|
|
|
Re: more regionservers does not improve performance - HBase - [mail # user]
|
|
...You can change table settings in the shell. To start the shell: HBASE_HOME/bin/hbase shell To see some examples for the "alter" command, just type it without any arguments....
|
|
|
Author: Matt Corgan,
2012-10-15, 17:23
|
|
|
Re: more regionservers does not improve performance - HBase - [mail # user]
|
|
...It could be network bound, especially if you have decently size values (~500B+). HBase can be rough on the network because each value travels from client to regionserver, and then make...
|
|
|
Author: Matt Corgan,
2012-10-15, 00:48
|
|
|
Re: more regionservers does not improve performance - HBase - [mail # user]
|
|
...Did you try setting put.setWriteToWAL(false) as Bryan suggested? This may not be what you want in the end, but seeing what happens may help debug. Matt On Sat, Oct 13, 2012...
|
|
|
Author: Matt Corgan,
2012-10-14, 05:37
|
|
|
Re: KeyValueScanner - HBase - [mail # dev]
|
|
...Thanks Lars - i guess i had it backwards. On Wed, Sep 12, 2012 at 10:38 PM, lars hofhansl wrote: ...
|
|
|
Author: Matt Corgan,
2012-09-13, 05:53
|
|
|
|