You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Aaron Tokhy <aa...@gcecloud.com> on 2012/12/15 00:54:29 UTC

Coprocessors and Zookeeper sessions

Hello HBase users,

I would like to store some shared state on every coprocessor invocation (throwing away the values when the coprocessor is finished running).  Is there a way to grab a handle of the regionserver's zookeeper session through a endpoint based coprocessor to rely on the said state?  I just want to store 2 atomic long values used by the coprocessors to tell them to finish running.

-Thanks
Aaron Tokhy