[JBoss JIRA] (ISPN-10678) Cluster Expiration Reaper should only expire primary owned entries
by Pedro Ruivo (Jira)
[ https://issues.jboss.org/browse/ISPN-10678?page=com.atlassian.jira.plugin... ]
Pedro Ruivo updated ISPN-10678:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Cluster Expiration Reaper should only expire primary owned entries
> ------------------------------------------------------------------
>
> Key: ISPN-10678
> URL: https://issues.jboss.org/browse/ISPN-10678
> Project: Infinispan
> Issue Type: Enhancement
> Components: Expiration
> Affects Versions: 9.4.16.Final, 10.0.0.CR2
> Reporter: Will Burns
> Assignee: Will Burns
> Priority: Major
> Fix For: 9.4.17.Final, 10.0.0.CR3
>
>
> Today cluster expiration fires for any expired entry it finds. We should instead only expire an entry when it is the primary owner encountering the entry. This will allow expiration to scale much better depending on the number of owners. This also reduces network and locking contention as we may have been sending duplicate expiration commands from backups and primary at the same time.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months
[JBoss JIRA] (ISPN-10696) Cluster Expiration reaper limits parallel expirations too much
by Pedro Ruivo (Jira)
[ https://issues.jboss.org/browse/ISPN-10696?page=com.atlassian.jira.plugin... ]
Pedro Ruivo updated ISPN-10696:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Cluster Expiration reaper limits parallel expirations too much
> --------------------------------------------------------------
>
> Key: ISPN-10696
> URL: https://issues.jboss.org/browse/ISPN-10696
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 10.0.0.CR2
> Reporter: Will Burns
> Priority: Major
> Fix For: 9.4.17.Final, 10.0.0.CR3
>
>
> The expiration reaper today currently limits the expiration to only allow 5 pending expiration commands at once. It also doesn't submit more expirations until those 5 complete. We should do the following changes:
> # Increase the limit, possibly to 100?
> # Allow for extra expiration commands to be invoked as the others are complete, instead of waiting for all of them.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months
[JBoss JIRA] (ISPN-10750) Bump maven-compiler-plugin to 3.8.1
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10750?page=com.atlassian.jira.plugin... ]
Diego Lovison updated ISPN-10750:
---------------------------------
Description: (was: I can see the following non-sense error in our perf-lab
{noformat}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project infinispan-commons: Compilation failure -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :infinispan-commons
{noformat})
> Bump maven-compiler-plugin to 3.8.1
> -----------------------------------
>
> Key: ISPN-10750
> URL: https://issues.jboss.org/browse/ISPN-10750
> Project: Infinispan
> Issue Type: Bug
> Reporter: Diego Lovison
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months
[JBoss JIRA] (ISPN-10751) Could not resolve dependencies for project org.infinispan:infinispan-server-runtime:jar:10.0.0-SNAPSHOT
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10751?page=com.atlassian.jira.plugin... ]
Diego Lovison updated ISPN-10751:
---------------------------------
Description:
You must run the command from a fresh computer, it means no .m2 folder
{{mvn clean -f pom.xml -s maven-settings.xml}}
{noformat}
[INFO] --------------< org.infinispan:infinispan-server-runtime >--------------
[INFO] Building Infinispan Server 10.0.0-SNAPSHOT [43/96]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Could not transfer metadata org.infinispan:infinispan-component-annotations:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Could not transfer metadata org.infinispan:infinispan-server-core:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Could not transfer metadata org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Could not transfer metadata org.infinispan:infinispan-tasks-api:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Could not transfer metadata org.infinispan:infinispan-clustered-counter:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Could not transfer metadata org.infinispan:infinispan-remote-query-server:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Could not transfer metadata org.infinispan:infinispan-query-dsl:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Could not transfer metadata org.infinispan:infinispan-directory-provider:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Could not transfer metadata org.infinispan:infinispan-remote-query-client:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Could not transfer metadata org.infinispan:infinispan-server-router:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Could not transfer metadata org.infinispan:infinispan-jboss-marshalling:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Could not transfer metadata org.infinispan:infinispan-cachestore-jdbc:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Could not transfer metadata org.infinispan:infinispan-cachestore-remote:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Could not transfer metadata org.infinispan:infinispan-cli-client:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-server-core:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-server-core:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-tasks-api:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-tasks-api:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-clustered-counter:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-clustered-counter:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-remote-query-server:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-remote-query-server:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-directory-provider:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-directory-provider:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-query-dsl:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-query-dsl:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-remote-query-client:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-remote-query-client:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-server-router:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-server-router:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-jboss-marshalling:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-jboss-marshalling:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-cachestore-jdbc:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-cachestore-jdbc:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-cachestore-remote:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-cachestore-remote:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-cli-client:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-cli-client:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[WARNING] Failure to transfer org.infinispan:infinispan-component-annotations:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-component-annotations:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Infinispan Common Parent 10.0.0-SNAPSHOT:
[INFO]
[INFO] Infinispan Common Parent ........................... SUCCESS [ 0.214 s]
[INFO] Infinispan BOM ..................................... SUCCESS [ 0.010 s]
[INFO] Infinispan Checkstyle Rules ........................ SUCCESS [ 0.062 s]
[INFO] Infinispan Component Annotations ................... SUCCESS [ 0.017 s]
[INFO] Infinispan Common Parent ........................... SUCCESS [ 0.272 s]
[INFO] Infinispan Component Annotation Processor .......... SUCCESS [ 0.022 s]
[INFO] Infinispan Commons Test Dependencies ............... SUCCESS [ 0.027 s]
[INFO] Infinispan Commons ................................. SUCCESS [ 0.131 s]
[INFO] Infinispan Defaults Maven Plugin ................... SUCCESS [ 0.007 s]
[INFO] Infinispan Core .................................... SUCCESS [ 0.009 s]
[INFO] infinispan-jboss-marshalling ....................... SUCCESS [ 0.008 s]
[INFO] Infinispan Extended Statistics ..................... SUCCESS [ 0.006 s]
[INFO] Infinispan Clustered Counter ....................... SUCCESS [ 0.007 s]
[INFO] Infinispan Multimap ................................ SUCCESS [ 0.007 s]
[INFO] Infinispan Cache Stores ............................ SUCCESS [ 0.006 s]
[INFO] Infinispan JDBC CacheStore ......................... SUCCESS [ 0.007 s]
[INFO] Infinispan JPA CacheStore .......................... SUCCESS [ 0.007 s]
[INFO] Infinispan Query DSL API ........................... SUCCESS [ 0.008 s]
[INFO] Infinispan Object Querying and Filtering API ....... SUCCESS [ 0.584 s]
[INFO] Parent pom for the Lucene integration modules ...... SUCCESS [ 0.011 s]
[INFO] Infinispan Lucene Directory Implementation ......... SUCCESS [ 0.012 s]
[INFO] Infinispan Directory Provider for Hibernate Search . SUCCESS [ 0.010 s]
[INFO] Infinispan Query ................................... SUCCESS [ 0.010 s]
[INFO] Infinispan Remote Query Client ..................... SUCCESS [ 0.010 s]
[INFO] Infinispan Tasks API ............................... SUCCESS [ 0.009 s]
[INFO] Infinispan Task Manager ............................ SUCCESS [ 0.010 s]
[INFO] Parent pom for server modules ...................... SUCCESS [ 0.009 s]
[INFO] Infinispan Server - Core Components ................ SUCCESS [ 0.011 s]
[INFO] Infinispan Remote Query Server ..................... SUCCESS [ 0.008 s]
[INFO] Infinispan Scripting ............................... SUCCESS [ 0.006 s]
[INFO] Infinispan Hot Rod Server .......................... SUCCESS [ 0.007 s]
[INFO] Infinispan Hot Rod Client .......................... SUCCESS [ 0.009 s]
[INFO] Infinispan Remote CacheStore ....................... SUCCESS [ 0.007 s]
[INFO] Infinispan REST Client ............................. SUCCESS [ 0.007 s]
[INFO] Infinispan REST Server ............................. SUCCESS [ 0.007 s]
[INFO] Infinispan REST CacheStore ......................... SUCCESS [ 0.008 s]
[INFO] Infinispan RocksDB CacheStore ...................... SUCCESS [ 0.007 s]
[INFO] Infinispan Soft-Index CacheStore ................... SUCCESS [ 0.007 s]
[INFO] Infinispan Tools ................................... SUCCESS [ 0.007 s]
[INFO] Infinispan Memcached Server ........................ SUCCESS [ 0.006 s]
[INFO] Infinispan Multi Tenant Router ..................... SUCCESS [ 0.007 s]
[INFO] Infinispan CLI Client .............................. SUCCESS [ 0.425 s]
[INFO] Infinispan Server .................................. FAILURE [01:22 min]
[INFO] Infinispan Api ..................................... SKIPPED
[INFO] Infinispan Reactive Key-Value Store Client ......... SKIPPED
[INFO] Parent pom for uberjar modules ..................... SKIPPED
[INFO] Infinispan CLI ..................................... SKIPPED
[INFO] Infinispan OSGi Service ............................ SKIPPED
[INFO] Infinispan Spring 5 support ........................ SKIPPED
[INFO] Infinispan Spring 5 Common module .................. SKIPPED
[INFO] Infinispan Spring 5 Embedded support ............... SKIPPED
[INFO] Infinispan Spring 5 Remote support ................. SKIPPED
[INFO] Infinispan CLI Interpreter ......................... SKIPPED
[INFO] Infinispan GUI Demo ................................ SKIPPED
[INFO] Infinispan CDI support parent ...................... SKIPPED
[INFO] Infinispan CDI support common ...................... SKIPPED
[INFO] Infinispan CDI embedded support .................... SKIPPED
[INFO] Infinispan CDI remote support ...................... SKIPPED
[INFO] Infinispan Clustered Lock .......................... SKIPPED
[INFO] Infinispan WildFly Modules ......................... SKIPPED
[INFO] Infinispan WildFly Modules - Commons ............... SKIPPED
[INFO] Infinispan WildFly Modules - JGroups Subsystem ..... SKIPPED
[INFO] Infinispan WildFly Modules - Infinispan Subsystem .. SKIPPED
[INFO] Infinispan Wildfly Feature Pack .................... SKIPPED
[INFO] Infinispan Wildfly Feature Pack - Commons .......... SKIPPED
[INFO] Infinispan Wildfly Feature Pack - Client ........... SKIPPED
[INFO] Infinispan Wildfly Feature Pack - Embedded ......... SKIPPED
[INFO] Infinispan Wildfly Feature Pack - Embedded Query ... SKIPPED
[INFO] Infinispan JCACHE (JSR-107) Parent ................. SKIPPED
[INFO] Infinispan JCACHE (JSR-107) Common Components ...... SKIPPED
[INFO] Infinispan JCACHE (JSR-107) Embedded Implementation SKIPPED
[INFO] Infinispan Wildfly Feature Pack - Wildfly Modules .. SKIPPED
[INFO] Infinispan JCACHE (JSR-107) Remote Implementation .. SKIPPED
[INFO] Infinispan JCACHE (JSR-107) TCK Runner ............. SKIPPED
[INFO] Infinispan Integration Tests Parent ................ SKIPPED
[INFO] Integration tests - Wildfly Module Integration Tests SKIPPED
[INFO] Integration tests - AS Lucene Directory ............ SKIPPED
[INFO] Integration tests - Endpoints interop .............. SKIPPED
[INFO] Integration tests - CDI/JCache interactions ........ SKIPPED
[INFO] Integration tests - Security Tests ................. SKIPPED
[INFO] Integration tests - SecurityManager tests .......... SKIPPED
[INFO] Infinispan Hibernate Parent ........................ SKIPPED
[INFO] Infinispan Hibernate Cache SPI ..................... SKIPPED
[INFO] Infinispan Hibernate Cache Commons ................. SKIPPED
[INFO] Infinispan Hibernate 5.3 Cache ..................... SKIPPED
[INFO] Integration tests - OSGi/Karaf ..................... SKIPPED
[INFO] Integration tests - Elasticsearch IndexManager ..... SKIPPED
[INFO] Integration tests - Weld SE CDI tests .............. SKIPPED
[INFO] Integration tests - Spring Boot .................... SKIPPED
[INFO] Alternative client marshallers ..................... SKIPPED
[INFO] Infinispan Common Marshaller Test Classes .......... SKIPPED
[INFO] Infinispan Kryo Marshaller Bridge .................. SKIPPED
[INFO] Infinispan Kryo Marshaller Bridge Bundle ........... SKIPPED
[INFO] Infinispan Protostuff Marshaller Bridge ............ SKIPPED
[INFO] Infinispan Protostuff Marshaller Bridge Bundle ..... SKIPPED
[INFO] Infinispan Hibernate 5.1 Cache ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:37 min
[INFO] Finished at: 2019-10-08T14:01:47-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project infinispan-server-runtime: Could not resolve dependencies for project org.infinispan:infinispan-server-runtime:jar:10.0.0-SNAPSHOT: The following artifacts could not be resolved: org.infinispan:infinispan-client-rest:jar:10.0.0-SNAPSHOT, org.infinispan:infinispan-server-rest:jar:tests:10.0.0-SNAPSHOT, org.infinispan:infinispan-commons:jar:tests:10.0.0-SNAPSHOT, org.infinispan:infinispan-core:jar:tests:10.0.0-SNAPSHOT: Could not find artifact org.infinispan:infinispan-client-rest:jar:10.0.0-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :infinispan-server-runtime
{noformat}
> Could not resolve dependencies for project org.infinispan:infinispan-server-runtime:jar:10.0.0-SNAPSHOT
> -------------------------------------------------------------------------------------------------------
>
> Key: ISPN-10751
> URL: https://issues.jboss.org/browse/ISPN-10751
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 10.0.0.CR3
> Reporter: Diego Lovison
> Priority: Major
>
> You must run the command from a fresh computer, it means no .m2 folder
> {{mvn clean -f pom.xml -s maven-settings.xml}}
> {noformat}
> [INFO] --------------< org.infinispan:infinispan-server-runtime >--------------
> [INFO] Building Infinispan Server 10.0.0-SNAPSHOT [43/96]
> [INFO] --------------------------------[ jar ]---------------------------------
> [WARNING] Could not transfer metadata org.infinispan:infinispan-component-annotations:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Could not transfer metadata org.infinispan:infinispan-server-core:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Could not transfer metadata org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Could not transfer metadata org.infinispan:infinispan-tasks-api:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Could not transfer metadata org.infinispan:infinispan-clustered-counter:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Could not transfer metadata org.infinispan:infinispan-remote-query-server:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Could not transfer metadata org.infinispan:infinispan-query-dsl:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Could not transfer metadata org.infinispan:infinispan-directory-provider:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Could not transfer metadata org.infinispan:infinispan-remote-query-client:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Could not transfer metadata org.infinispan:infinispan-server-router:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Could not transfer metadata org.infinispan:infinispan-jboss-marshalling:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Could not transfer metadata org.infinispan:infinispan-cachestore-jdbc:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Could not transfer metadata org.infinispan:infinispan-cachestore-remote:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Could not transfer metadata org.infinispan:infinispan-cli-client:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-server-core:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-server-core:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-tasks-api:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-tasks-api:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-clustered-counter:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-clustered-counter:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-remote-query-server:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-remote-query-server:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-directory-provider:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-directory-provider:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-query-dsl:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-query-dsl:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-remote-query-client:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-remote-query-client:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-server-router:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-server-router:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-jboss-marshalling:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-jboss-marshalling:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-cachestore-jdbc:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-cachestore-jdbc:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-cachestore-remote:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-cachestore-remote:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-cli-client:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-cli-client:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-core:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [WARNING] Failure to transfer org.infinispan:infinispan-component-annotations:10.0.0-SNAPSHOT/maven-metadata.xml from https://maven.repository.redhat.com/ga/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat has elapsed or updates are forced. Original error: Could not transfer metadata org.infinispan:infinispan-component-annotations:10.0.0-SNAPSHOT/maven-metadata.xml from/to redhat (https://maven.repository.redhat.com/ga/): peer not authenticated
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for Infinispan Common Parent 10.0.0-SNAPSHOT:
> [INFO]
> [INFO] Infinispan Common Parent ........................... SUCCESS [ 0.214 s]
> [INFO] Infinispan BOM ..................................... SUCCESS [ 0.010 s]
> [INFO] Infinispan Checkstyle Rules ........................ SUCCESS [ 0.062 s]
> [INFO] Infinispan Component Annotations ................... SUCCESS [ 0.017 s]
> [INFO] Infinispan Common Parent ........................... SUCCESS [ 0.272 s]
> [INFO] Infinispan Component Annotation Processor .......... SUCCESS [ 0.022 s]
> [INFO] Infinispan Commons Test Dependencies ............... SUCCESS [ 0.027 s]
> [INFO] Infinispan Commons ................................. SUCCESS [ 0.131 s]
> [INFO] Infinispan Defaults Maven Plugin ................... SUCCESS [ 0.007 s]
> [INFO] Infinispan Core .................................... SUCCESS [ 0.009 s]
> [INFO] infinispan-jboss-marshalling ....................... SUCCESS [ 0.008 s]
> [INFO] Infinispan Extended Statistics ..................... SUCCESS [ 0.006 s]
> [INFO] Infinispan Clustered Counter ....................... SUCCESS [ 0.007 s]
> [INFO] Infinispan Multimap ................................ SUCCESS [ 0.007 s]
> [INFO] Infinispan Cache Stores ............................ SUCCESS [ 0.006 s]
> [INFO] Infinispan JDBC CacheStore ......................... SUCCESS [ 0.007 s]
> [INFO] Infinispan JPA CacheStore .......................... SUCCESS [ 0.007 s]
> [INFO] Infinispan Query DSL API ........................... SUCCESS [ 0.008 s]
> [INFO] Infinispan Object Querying and Filtering API ....... SUCCESS [ 0.584 s]
> [INFO] Parent pom for the Lucene integration modules ...... SUCCESS [ 0.011 s]
> [INFO] Infinispan Lucene Directory Implementation ......... SUCCESS [ 0.012 s]
> [INFO] Infinispan Directory Provider for Hibernate Search . SUCCESS [ 0.010 s]
> [INFO] Infinispan Query ................................... SUCCESS [ 0.010 s]
> [INFO] Infinispan Remote Query Client ..................... SUCCESS [ 0.010 s]
> [INFO] Infinispan Tasks API ............................... SUCCESS [ 0.009 s]
> [INFO] Infinispan Task Manager ............................ SUCCESS [ 0.010 s]
> [INFO] Parent pom for server modules ...................... SUCCESS [ 0.009 s]
> [INFO] Infinispan Server - Core Components ................ SUCCESS [ 0.011 s]
> [INFO] Infinispan Remote Query Server ..................... SUCCESS [ 0.008 s]
> [INFO] Infinispan Scripting ............................... SUCCESS [ 0.006 s]
> [INFO] Infinispan Hot Rod Server .......................... SUCCESS [ 0.007 s]
> [INFO] Infinispan Hot Rod Client .......................... SUCCESS [ 0.009 s]
> [INFO] Infinispan Remote CacheStore ....................... SUCCESS [ 0.007 s]
> [INFO] Infinispan REST Client ............................. SUCCESS [ 0.007 s]
> [INFO] Infinispan REST Server ............................. SUCCESS [ 0.007 s]
> [INFO] Infinispan REST CacheStore ......................... SUCCESS [ 0.008 s]
> [INFO] Infinispan RocksDB CacheStore ...................... SUCCESS [ 0.007 s]
> [INFO] Infinispan Soft-Index CacheStore ................... SUCCESS [ 0.007 s]
> [INFO] Infinispan Tools ................................... SUCCESS [ 0.007 s]
> [INFO] Infinispan Memcached Server ........................ SUCCESS [ 0.006 s]
> [INFO] Infinispan Multi Tenant Router ..................... SUCCESS [ 0.007 s]
> [INFO] Infinispan CLI Client .............................. SUCCESS [ 0.425 s]
> [INFO] Infinispan Server .................................. FAILURE [01:22 min]
> [INFO] Infinispan Api ..................................... SKIPPED
> [INFO] Infinispan Reactive Key-Value Store Client ......... SKIPPED
> [INFO] Parent pom for uberjar modules ..................... SKIPPED
> [INFO] Infinispan CLI ..................................... SKIPPED
> [INFO] Infinispan OSGi Service ............................ SKIPPED
> [INFO] Infinispan Spring 5 support ........................ SKIPPED
> [INFO] Infinispan Spring 5 Common module .................. SKIPPED
> [INFO] Infinispan Spring 5 Embedded support ............... SKIPPED
> [INFO] Infinispan Spring 5 Remote support ................. SKIPPED
> [INFO] Infinispan CLI Interpreter ......................... SKIPPED
> [INFO] Infinispan GUI Demo ................................ SKIPPED
> [INFO] Infinispan CDI support parent ...................... SKIPPED
> [INFO] Infinispan CDI support common ...................... SKIPPED
> [INFO] Infinispan CDI embedded support .................... SKIPPED
> [INFO] Infinispan CDI remote support ...................... SKIPPED
> [INFO] Infinispan Clustered Lock .......................... SKIPPED
> [INFO] Infinispan WildFly Modules ......................... SKIPPED
> [INFO] Infinispan WildFly Modules - Commons ............... SKIPPED
> [INFO] Infinispan WildFly Modules - JGroups Subsystem ..... SKIPPED
> [INFO] Infinispan WildFly Modules - Infinispan Subsystem .. SKIPPED
> [INFO] Infinispan Wildfly Feature Pack .................... SKIPPED
> [INFO] Infinispan Wildfly Feature Pack - Commons .......... SKIPPED
> [INFO] Infinispan Wildfly Feature Pack - Client ........... SKIPPED
> [INFO] Infinispan Wildfly Feature Pack - Embedded ......... SKIPPED
> [INFO] Infinispan Wildfly Feature Pack - Embedded Query ... SKIPPED
> [INFO] Infinispan JCACHE (JSR-107) Parent ................. SKIPPED
> [INFO] Infinispan JCACHE (JSR-107) Common Components ...... SKIPPED
> [INFO] Infinispan JCACHE (JSR-107) Embedded Implementation SKIPPED
> [INFO] Infinispan Wildfly Feature Pack - Wildfly Modules .. SKIPPED
> [INFO] Infinispan JCACHE (JSR-107) Remote Implementation .. SKIPPED
> [INFO] Infinispan JCACHE (JSR-107) TCK Runner ............. SKIPPED
> [INFO] Infinispan Integration Tests Parent ................ SKIPPED
> [INFO] Integration tests - Wildfly Module Integration Tests SKIPPED
> [INFO] Integration tests - AS Lucene Directory ............ SKIPPED
> [INFO] Integration tests - Endpoints interop .............. SKIPPED
> [INFO] Integration tests - CDI/JCache interactions ........ SKIPPED
> [INFO] Integration tests - Security Tests ................. SKIPPED
> [INFO] Integration tests - SecurityManager tests .......... SKIPPED
> [INFO] Infinispan Hibernate Parent ........................ SKIPPED
> [INFO] Infinispan Hibernate Cache SPI ..................... SKIPPED
> [INFO] Infinispan Hibernate Cache Commons ................. SKIPPED
> [INFO] Infinispan Hibernate 5.3 Cache ..................... SKIPPED
> [INFO] Integration tests - OSGi/Karaf ..................... SKIPPED
> [INFO] Integration tests - Elasticsearch IndexManager ..... SKIPPED
> [INFO] Integration tests - Weld SE CDI tests .............. SKIPPED
> [INFO] Integration tests - Spring Boot .................... SKIPPED
> [INFO] Alternative client marshallers ..................... SKIPPED
> [INFO] Infinispan Common Marshaller Test Classes .......... SKIPPED
> [INFO] Infinispan Kryo Marshaller Bridge .................. SKIPPED
> [INFO] Infinispan Kryo Marshaller Bridge Bundle ........... SKIPPED
> [INFO] Infinispan Protostuff Marshaller Bridge ............ SKIPPED
> [INFO] Infinispan Protostuff Marshaller Bridge Bundle ..... SKIPPED
> [INFO] Infinispan Hibernate 5.1 Cache ..................... SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 01:37 min
> [INFO] Finished at: 2019-10-08T14:01:47-04:00
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project infinispan-server-runtime: Could not resolve dependencies for project org.infinispan:infinispan-server-runtime:jar:10.0.0-SNAPSHOT: The following artifacts could not be resolved: org.infinispan:infinispan-client-rest:jar:10.0.0-SNAPSHOT, org.infinispan:infinispan-server-rest:jar:tests:10.0.0-SNAPSHOT, org.infinispan:infinispan-commons:jar:tests:10.0.0-SNAPSHOT, org.infinispan:infinispan-core:jar:tests:10.0.0-SNAPSHOT: Could not find artifact org.infinispan:infinispan-client-rest:jar:10.0.0-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :infinispan-server-runtime
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months