Re: Corrupt WAL

2018-08-22 Thread Adam J. Shook
on may provide > you with things that you could look at manually. > > > -Original Message- > From: tech.s...@gmail.com [mailto:tech.s...@gmail.com] > Sent: Tuesday, August 21, 2018 5:45 PM > To: user@accumulo.apache.org > Subject: Re: Corrupt WAL > > Was there any s

RE: Corrupt WAL

2018-08-21 Thread Ed Coleman
, August 21, 2018 5:45 PM To: user@accumulo.apache.org Subject: Re: Corrupt WAL Was there any success with this workaround strategy? I am also experiencing this issue. On 2018/06/13 16:30:22, "Adam J. Shook" wrote: > Sorry, I had the error backwards. There is an OPE

Re: Corrupt WAL

2018-08-21 Thread tech . shan
Was there any success with this workaround strategy? I am also experiencing this issue. On 2018/06/13 16:30:22, "Adam J. Shook" wrote: > Sorry, I had the error backwards. There is an OPEN for the WAL and then > immediately a COMPACTION_FINISH entry. This would cause the error. > > On Wed,

Re: Corrupt WAL

2018-06-13 Thread Adam J. Shook
Sorry, I had the error backwards. There is an OPEN for the WAL and then immediately a COMPACTION_FINISH entry. This would cause the error. On Wed, Jun 13, 2018 at 11:34 AM, Adam J. Shook wrote: > Looking at the log I see that the last two entries are COMPACTION_START of > one RFile

Re: Corrupt WAL

2018-06-12 Thread Keith Turner
On Tue, Jun 12, 2018 at 12:10 PM, Adam J. Shook wrote: > Yes, that is the error. I'll inspect the logs and report back. Ok. The LogReader command has a mechanism to filter which tablet is displayed. If the walog has alot of data in it, may need to use this. Also, be aware that only 5

Re: Corrupt WAL

2018-06-12 Thread Keith Turner
Is the message you are seeing "COMPACTION_FINISH (without preceding COMPACTION_START)" ? That messages indicates that the WALs are incomplete, probably as a result of the NN problems. Could do the following : 1) Run the following command to see whats in the log. Need to see what is there for

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: 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