Re: Corrupt WAL

2018-06-11 Thread Adam J. Shook
The WAL is from 1.9.1. On Mon, Jun 11, 2018 at 6:33 PM, Christopher wrote: > That's what I was thinking it was related to. Do you know if the > particular WAL file was created from a previous version, from before you > upgraded? > > On Mon, Jun 11, 2018 at 6:00 PM Adam J. Shook > wrote: > >>

Re: Custom authorisation

2018-06-11 Thread Christopher
Yes, that's certainly one option. You could develop a Query Service Layer which wraps Accumulo's API, implements its own authorization policy, and then uses a singular set of credentials to authenticate to Accumulo. Personally, I call this the "Database User" approach, since it is a common

Re: Corrupt WAL

2018-06-11 Thread Christopher
What version are you using? On Mon, Jun 11, 2018 at 5:27 PM Adam J. Shook wrote: > Hey all, > > The root tablet on one of our dev systems isn't loading due to an illegal > state exception -- COMPACTION_FINISH preceding COMPACTION_START. What'd be > the best way to mitigate this issue? This

Corrupt WAL

2018-06-11 Thread Adam J. Shook
Hey all, The root tablet on one of our dev systems isn't loading due to an illegal state exception -- COMPACTION_FINISH preceding COMPACTION_START. What'd be the best way to mitigate this issue? This was likely caused due to both of our NameNodes failing. Thank you, --Adam