[
https://issues.apache.org/jira/browse/HBASE-12405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14354371#comment-14354371
]
zhangduo commented on HBASE-12405:
----------------------------------
resolved dependencies error...
{noformat}
Downloading:
https://repository.apache.org/content/repositories/releases/org/jmock/jmock-junit4/2.6.0/jmock-junit4-2.6.0.pom
[WARNING] Failed to create parent directories for resolution tracking file
/home/jenkins/.m2/repository/org/jmock/jmock-junit4/2.6.0/jmock-junit4-2.6.0.pom.lastUpdated
Downloading:
http://download.java.net/maven/2/org/jmock/jmock-junit4/2.6.0/jmock-junit4-2.6.0.pom
[WARNING] Failed to create parent directories for resolution tracking file
/home/jenkins/.m2/repository/org/jmock/jmock-junit4/2.6.0/jmock-junit4-2.6.0.pom.lastUpdated
Downloading:
http://repository.codehaus.org/org/jmock/jmock-junit4/2.6.0/jmock-junit4-2.6.0.pom
[WARNING] Failed to create parent directories for resolution tracking file
/home/jenkins/.m2/repository/org/jmock/jmock-junit4/2.6.0/jmock-junit4-2.6.0.pom.lastUpdated
Downloading:
http://repository.jboss.org/nexus/content/groups/public-jboss/org/jmock/jmock-junit4/2.6.0/jmock-junit4-2.6.0.pom
[WARNING] Failed to create parent directories for resolution tracking file
/home/jenkins/.m2/repository/org/jmock/jmock-junit4/2.6.0/jmock-junit4-2.6.0.pom.lastUpdated
Downloading:
http://people.apache.org/~garyh/mvn/org/jmock/jmock-junit4/2.6.0/jmock-junit4-2.6.0.pom
[WARNING] Failed to create parent directories for resolution tracking file
/home/jenkins/.m2/repository/org/jmock/jmock-junit4/2.6.0/jmock-junit4-2.6.0.pom.lastUpdated
Downloading:
http://repo1.maven.org/maven2/org/jmock/jmock-junit4/2.6.0/jmock-junit4-2.6.0.pom
[WARNING] Failed to create parent directories for resolution tracking file
/home/jenkins/.m2/repository/org/jmock/jmock-junit4/2.6.0/jmock-junit4-2.6.0.pom.lastUpdated
{noformat}
No space on device or disk error?
> WAL accounting by Store
> -----------------------
>
> Key: HBASE-12405
> URL: https://issues.apache.org/jira/browse/HBASE-12405
> Project: HBase
> Issue Type: Improvement
> Components: wal
> Affects Versions: 2.0.0, 1.1.0
> Reporter: zhangduo
> Assignee: zhangduo
> Fix For: 2.0.0, 1.1.0
>
> Attachments: HBASE-12405.patch, HBASE-12405_1.patch,
> HBASE-12405_2.patch, HBASE-12405_3.patch, HBASE-12405_4.patch,
> HBASE-12405_5.patch
>
>
> HBASE-10201 has made flush decisions per Store, but has not done enough work
> on HLog, so there are two problems:
> 1. We record minSeqId both in HRegion and FSHLog, which is a duplication.
> 2. There maybe holes in WAL accounting.
> For example, assume family A with sequence id 1 and 3, family B with
> seqId 2. If we flush family A, we can only record that WAL before sequence id
> 1 can be removed safely. If we do a replay at this point, sequence id 3 will
> also be replayed which is unnecessary.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)