Re: Question about redistributing tablets on failure of a tserver.

2017-05-19 Thread Jason Heo
Thanks, @dan @Todd This issue has been resolved via https://gerrit.cloudera.org/#/c/6925/ Regards, Jason 2017-05-09 4:55 GMT+09:00 Todd Lipcon : > Hey Jason > > Sorry for the delayed response here. It looks from your ksck like copying > is ongoing but hasn't yet finished. >

Re: Question about redistributing tablets on failure of a tserver.

2017-04-14 Thread Jason Heo
@Dan I monitored with `kudu ksck` while re-replication is occurring, but I'm not sure if this output means my cluster has a problem. (It seems just indicating one tserver stopped) Would you please check it? Thank, Jason ``` ... ... Tablet 0e29XXX1e1e3168a4d81 of table

Re: Question about redistributing tablets on failure of a tserver.

2017-04-12 Thread Todd Lipcon
On Wed, Apr 12, 2017 at 9:45 PM, Jason Heo wrote: > Hi Dan. > > I'm very happy to hear from you. Kudu is REALLY GREAT! > > Thanks for the excitement! It's always great to hear when people are happy with the project. > About Q2: > > There are 14 tservers on my test

Re: Question about redistributing tablets on failure of a tserver.

2017-04-12 Thread Dan Burkert
Hi Jason, answers inline: On Wed, Apr 12, 2017 at 5:53 AM, Jason Heo wrote: > > Q1. Can I disable redistributing tablets on failure of a tserver? The > reason why I need this is described in Background. > We don't have any kind of built-in maintenance mode that would

Question about redistributing tablets on failure of a tserver.

2017-04-12 Thread Jason Heo
Hello. I'm using Apache Kudu 1.2 on CDH 5.10. Background --- I'm currently using Elasticsearch to serve web analytic service. Elasticsearch is very easy to manage cluster. One nice feature of ES is that I can disable allocation of shard (shard is similar to tablet of Kudu)