[
https://issues.apache.org/jira/browse/HBASE-18309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16424694#comment-16424694
]
Zach York commented on HBASE-18309:
-----------------------------------
I'm not very familiar with the jenkins structure yet, but it looks like it is
unable to pull this jar from the nexus repo.
[~stack] [~busbey] or anyone else have a clearer idea of why it isn't finding
the jar there?
The error is below:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile)
on project hbase-server: Execution default-compile of goal
org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile failed: Plugin
org.apache.maven.plugins:maven-compiler-plugin:3.6.1 or one of its dependencies
could not be resolved: Could not find artifact
org.apache.hbase:hbase-error-prone:jar:1.5.0-SNAPSHOT in Nexus
(http://repository.apache.org/snapshots) -> [Help 1]
> Support multi threads in CleanerChore
> -------------------------------------
>
> Key: HBASE-18309
> URL: https://issues.apache.org/jira/browse/HBASE-18309
> Project: HBase
> Issue Type: Improvement
> Reporter: binlijin
> Assignee: Reid Chan
> Priority: Major
> Fix For: 2.0.0-beta-1, 2.0.0
>
> Attachments: HBASE-18309.addendum.patch,
> HBASE-18309.branch-1.001.patch, HBASE-18309.branch-1.002.patch,
> HBASE-18309.branch-1.003.patch, HBASE-18309.branch-1.004.patch,
> HBASE-18309.branch-1.005.patch, HBASE-18309.branch-1.006.patch,
> HBASE-18309.master.001.patch, HBASE-18309.master.002.patch,
> HBASE-18309.master.004.patch, HBASE-18309.master.005.patch,
> HBASE-18309.master.006.patch, HBASE-18309.master.007.patch,
> HBASE-18309.master.008.patch, HBASE-18309.master.009.patch,
> HBASE-18309.master.010.patch, HBASE-18309.master.011.patch,
> HBASE-18309.master.012.patch, space_consumption_in_archive.png
>
>
> There is only one thread in LogCleaner to clean oldWALs and in our big
> cluster we find this is not enough. The number of files under oldWALs reach
> the max-directory-items limit of HDFS and cause region server crash, so we
> use multi threads for LogCleaner and the crash not happened any more.
> What's more, currently there's only one thread iterating the archive
> directory, and we could use multiple threads cleaning sub directories in
> parallel to speed it up.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)