Re: Why Regionserver is not serving when I set the WAL trigger?

2012-11-12 Thread yonghu
The problem is caused by the code, as I create the configuration by myself. The correct way is to use getConfiguration() method. regards! Yong On Sat, Nov 10, 2012 at 4:12 PM, ramkrishna vasudevan wrote: > Sorry i am not very sure if there is any link between the coprocessor and > region not on

Re: Why Regionserver is not serving when I set the WAL trigger?

2012-11-10 Thread ramkrishna vasudevan
Sorry i am not very sure if there is any link between the coprocessor and region not online. Pls check if your META region is online. Regards ram On Sat, Nov 10, 2012 at 8:37 PM, yonghu wrote: > Dear All, > > I used hbase 0.94.1 and implemented the test example of WAL trigger like: > > public c