OpenTSDB / asynchbase

A fully asynchronous, non-blocking, thread-safe, high-performance HBase client.
https://github.com/OpenTSDB/asynchbase
BSD 3-Clause "New" or "Revised" License
609 stars 303 forks source link

No recovery on region server crash #146

Open jonbonazza opened 8 years ago

jonbonazza commented 8 years ago

We are seeing issues in production when a region server crashes, our asynchbase application fails to recover. We believe that the following two commits would fix the issue for us:

The problem is that there is no release that contains these commits (yet). Is there a plan to release a patch version (i.e. 1.7.1) that contains these fixes in the near future, or how long will we have to wait to see a version that contains these?

manolama commented 7 years ago

Ah sorry, just catching up again now. Have you had a chance to build a JAR with these yet? There is at least one more change I need to get in from the HBase folks for compatibility with 1.2 so I'll aim to cut 1.7.1 this weekend with these changes. 1.8 will be a bit later as we still need to validate some PRs.

jonbonazza commented 7 years ago

Looks like 1.7.2 contains these commits? If that's the case, I am good on this one and we can close this, I suppose. =)

manolama commented 7 years ago

Yep, 1.7.2 in Maven contains them.