[
https://issues.apache.org/jira/browse/HBASE-12246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16425102#comment-16425102
]
stack commented on HBASE-12246:
-------------------------------
Was applied to branch-2 without a JIRA ID:
Was reverted and never reapplied to branch-1.
commit 8828e0a68089f62322e8f5d49eba16e806daa75e
Author: stack <[email protected]>
Date: Mon Oct 13 15:04:34 2014 -0700
HBASE-12246 Compilation with hadoop-2.3.x and 2.2.x is broken ->
HBASE-12220 Add hedgedReads and hedgedReadWins metrics -- REVERT
tree 662acabb27336d2381a0a314795f4de2c61ac2d4
parent 72c8c62aa1a7e85a2ae5f59268e5c00967565dad
author stack <[email protected]> Thu Oct 9 12:50:56 2014 -0700
committer stack <[email protected]> Thu Oct 9 15:00:25 2014 -0700
Add hedgedReads and hedgedReadWins count metrics
> Compilation with hadoop-2.3.x and 2.2.x is broken
> -------------------------------------------------
>
> Key: HBASE-12246
> URL: https://issues.apache.org/jira/browse/HBASE-12246
> Project: HBase
> Issue Type: Bug
> Reporter: Enis Soztutar
> Assignee: stack
> Priority: Blocker
> Fix For: 0.99.2, 2.0.0
>
>
> This seems due to hedged read metrics
> {code}
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 25.648s
> [INFO] Finished at: Mon Oct 13 14:03:35 PDT 2014
> [INFO] Final Memory: 70M/495M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile
> (default-compile) on project hbase-server: Compilation failure: Compilation
> failure:
> [ERROR]
> /Users/enis/projects/rc-test/hbase-0.99.1/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSUtils.java:[74,29]
> error: cannot find symbol
> [ERROR] symbol: class DFSHedgedReadMetrics
> [ERROR] location: package org.apache.hadoop.hdfs
> [ERROR]
> /Users/enis/projects/rc-test/hbase-0.99.1/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSUtils.java:[1881,16]
> error: cannot find symbol
> [ERROR] symbol: class DFSHedgedReadMetrics
> [ERROR] location: class FSUtils
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)