[
https://issues.apache.org/jira/browse/HBASE-12339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14266369#comment-14266369
]
Hudson commented on HBASE-12339:
--------------------------------
SUCCESS: Integrated in HBase-1.1 #61 (See
[https://builds.apache.org/job/HBase-1.1/61/])
HBASE-12339 WALPerformanceEvaluation should have a log roller. (busbey: rev
59952c006df6b1ce01de598611c53447dafe8eb5)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/wal/WALPerformanceEvaluation.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/LogRoller.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/MockRegionServerServices.java
> WAL performance evaluation tool doesn't roll logs
> -------------------------------------------------
>
> Key: HBASE-12339
> URL: https://issues.apache.org/jira/browse/HBASE-12339
> Project: HBase
> Issue Type: Bug
> Components: wal
> Affects Versions: 0.99.0
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Fix For: 2.0.0, 1.1.0
>
> Attachments: HBASE-12339.1.patch.txt
>
>
> the perf eval tool for the wal never sets up a log roller and instead used to
> just call the rollWriter method directly.
> Eventually it changed to call requestLogRoll instead of attempting to do the
> roll itself. requestLogRoll is the same method used internal to the wal code
> and it relies on there being a LogRoller to actually have rolls happen. (the
> method just notifies all of the listeners for hte wal that one of them should
> call the roll method.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)