[
https://issues.apache.org/jira/browse/HBASE-21171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16608253#comment-16608253
]
Mike Drob commented on HBASE-21171:
-----------------------------------
bq. + ProcedureExecutor pe = new ProcedureExecutor(conf, new
BareBonesEnv(), store);
If you just need some object that doesn't actually get used, you could do
{{new Object()}}, no?
> [amv2] Tool to parse a directory of MasterProcWALs standalone
> -------------------------------------------------------------
>
> Key: HBASE-21171
> URL: https://issues.apache.org/jira/browse/HBASE-21171
> Project: HBase
> Issue Type: Bug
> Components: amv2, test
> Reporter: stack
> Assignee: stack
> Priority: Major
> Attachments: HBASE-21171.branch-2.1.001.patch,
> HBASE-21171.branch-2.1.002.patch
>
>
> I want to be able to test parsing and be able to profile a standalone parse
> and WALProcedureStore load of procedures. Adding a simple main on
> WALProcedureStore seems to be enough. I tested parsing it a dir of hundreds
> of WALs to see what is going on when we try to load. Good for figuring how to
> log, where the memory is going, etc., in this subsystem.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)