Re: HBase Get Encounters java.lang.IndexOutOfBoundsException

2018-12-06 Thread William Shen
I have created https://issues.apache.org/jira/browse/HBASE-21563 in case anyone else is able to give a try at reading the HFile. Thank you! On Wed, Dec 5, 2018 at 3:24 PM William Shen wrote: > In addition, when running hbase hfile -f -p, kv pairs were printed until > the program hit the followin

Re: How should I be getting the set of regions in transition?

2018-12-06 Thread Andrew Purtell
> In the second one the master was still initializing so it'd depend on if master will respond to cluster status requests in that state. HBASE-21521 proposes to change the order of master initialization so the UI is up immediately and able to show the current initialization step and status. I'm th

Re: How should I be getting the set of regions in transition?

2018-12-06 Thread Sean Busbey
Excellent! that definitely would have been perfect for the first case. In the second one the master was still initializing so it'd depend on if master will respond to cluster status requests in that state. I'll go grab the patch and get ready to use it the next time I hit this. If it works I'm goi

Re: How should I be getting the set of regions in transition?

2018-12-06 Thread Andrew Purtell
HBASE-21283 > On Dec 6, 2018, at 8:55 AM, Andrew Purtell wrote: > > I recently added a shell command "rit" that displays the list of current RIT. > Would that have worked? It does require that the master is responsive to a > GetClusterStatus request. > > >> On Dec 6, 2018, at 7:45 AM, Sean

Re: How should I be getting the set of regions in transition?

2018-12-06 Thread Andrew Purtell
I recently added a shell command "rit" that displays the list of current RIT. Would that have worked? It does require that the master is responsive to a GetClusterStatus request. > On Dec 6, 2018, at 7:45 AM, Sean Busbey wrote: > > This week I've run into two cases where I needed the set of

How should I be getting the set of regions in transition?

2018-12-06 Thread Sean Busbey
This week I've run into two cases where I needed the set of regions in transition so I could recover them and I ran into what I think is a gap in our operator tooling. I'm hoping folks will have some ideas I've missed. Depending on how this thread goes, I'll make some follow-on on the dev@hbase l