You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2022/04/29 10:18:00 UTC

[jira] [Resolved] (HBASE-26917) Do not add --threads when running 'mvn site'

     [ https://issues.apache.org/jira/browse/HBASE-26917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duo Zhang resolved HBASE-26917.
-------------------------------
    Fix Version/s: 2.5.0
                   3.0.0-alpha-3
                   2.4.12
     Hadoop Flags: Reviewed
       Resolution: Fixed

Pushed to branch-2.4+.

The branch-1 has a different personality implementation.

Thanks [~GeorryHuang] for reviewing!

> Do not add --threads when running 'mvn site'
> --------------------------------------------
>
>                 Key: HBASE-26917
>                 URL: https://issues.apache.org/jira/browse/HBASE-26917
>             Project: HBase
>          Issue Type: Bug
>          Components: build, scripts
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>             Fix For: 2.5.0, 3.0.0-alpha-3, 2.4.12
>
>
> We will get this in the mvnsite task in our nightly and pre commit jobs
> {noformat}
> [WARNING] *****************************************************************
> [WARNING] * Your build is requesting parallel execution, but project      *
> [WARNING] * contains the following plugin(s) that have goals not marked   *
> [WARNING] * as @threadSafe to support parallel building.                  *
> [WARNING] * While this /may/ work fine, please look for plugin updates    *
> [WARNING] * and/or request plugins be made thread-safe.                   *
> [WARNING] * If reporting an issue, report it against the plugin in        *
> [WARNING] * question, not against maven-core                              *
> [WARNING] *****************************************************************
> [WARNING] The following plugins are not marked @threadSafe in Apache HBase:
> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.7.1
> [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
> [WARNING] *****************************************************************
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)