Manno15 opened a new pull request #2181:
URL: https://github.com/apache/accumulo/pull/2181
Fixes #2172.
I wanted to get my progress on this issue out there as things are close to
being finished. I still need to do more testing against the old-style WAL and
to do more code clean-up. Especially in `RecoveryLogIterator` as there is some
repeated code and I am not quite sure what is needed for the single file case.
Beyond that, everything seems to be working as expected when using wal-info.
Sample below of the output with wal-info, there appears to be a memory issue
that I am taking a look at now.
<details>
```
OPEN 458983ce-7008-4010-8ef1-8f785754fa40
DEFINE_TABLET 1 1 +r<<
DEFINE_TABLET 3 1 !0;~<
DEFINE_TABLET 5 1 2<<
COMPACTION_START 5 2
hdfs://groot:8020/accumulo/tables/2/default_tablet/F0000000.rf
MANY_MUTATIONS 1 1
2 mutations:
!0;~
suspend:loc [system]:1 [] <deleted>
future:10000600c210004 [system]:1 [] groot:9997
!0<
suspend:loc [system]:2 [] <deleted>
future:10000600c210004 [system]:2 [] groot:9997
MUTATION 1 1
2 mutations:
!0<
loc:10000600c210004 [system]:3 [] groot:9997
future:10000600c210004 [system]:3 [] <deleted>
suspend:loc [system]:3 [] <deleted>
!0;~
loc:10000600c210004 [system]:4 [] groot:9997
future:10000600c210004 [system]:4 [] <deleted>
suspend:loc [system]:4 [] <deleted>
MUTATION 3 1
6 mutations:
1<
~tab:~pr [system]:1 []
srv:dir [system]:1 [] default_tablet
srv:time [system]:1 [] M0
srv:lock [system]:1 []
managers/lock/zlock#acd63101-440c-4554-af2c-81d680e2897a#0000000000$10000600c21000b
1<
suspend:loc [system]:2 [] <deleted>
future:10000600c210004 [system]:2 [] groot:9997
1<
loc:10000600c210004 [system]:3 [] groot:9997
future:10000600c210004 [system]:3 [] <deleted>
suspend:loc [system]:3 [] <deleted>
2<
~tab:~pr [system]:4 []
srv:dir [system]:4 [] default_tablet
srv:time [system]:4 [] M0
srv:lock [system]:4 []
managers/lock/zlock#acd63101-440c-4554-af2c-81d680e2897a#0000000000$10000600c21000b
2<
suspend:loc [system]:5 [] <deleted>
future:10000600c210004 [system]:5 [] groot:9997
...
#
# java.lang.OutOfMemoryError: Java heap space
# -XX:OnOutOfMemoryError="kill -9 %p"
# Executing /bin/sh -c "kill -9 41830"...
[1] 41830 killed accumulo wal-info
```
</details>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]