[JBoss JIRA] (ISPN-12273) Potential race condition during wiring of EncoderCache
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-12273?page=com.atlassian.jira.plugi... ]
Pedro Ruivo updated ISPN-12273:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 12.0.0.Dev03
(was: 12.0.0.Dev04)
Resolution: Done
> Potential race condition during wiring of EncoderCache
> ------------------------------------------------------
>
> Key: ISPN-12273
> URL: https://issues.redhat.com/browse/ISPN-12273
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 11.0.3.Final
> Reporter: Paul Ferraro
> Assignee: Dan Berindei
> Priority: Critical
> Fix For: 11.0.4.Final, 12.0.0.Dev03
>
>
> Since the upgrade to 11.0.x, we have encountered intermittent cache startup failures in WildFly that look to be due to a race condition in the wiring of the EncoderCache. Unfortunately, I have been unable to reproduce the issue locally. Here is a sample stack trace demonstrating the issue taken from the CI:
> {noformat}
> [31m08:41:33,153 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 18) MSC000001: Failed to start service org.wildfly.clustering.infinispan.cache.web.default-server: org.jboss.msc.service.StartException in service org.wildfly.clustering.infinispan.cache.web.default-server: org.infinispan.commons.CacheConfigurationException: Component org.infinispan.factories.EncoderRegistryFactory is missing a strong reference: waiting to become INSTANTIATED but it has not been instantiated yet
> at org.wildfly.clustering.service.FunctionalService.start(FunctionalService.java:66)
> at org.wildfly.clustering.service.AsyncServiceConfigurator$AsyncService.lambda$start$0(AsyncServiceConfigurator.java:117)
> at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.lang.Thread.run(Thread.java:748)
> at org.jboss.threads.JBossThread.run(JBossThread.java:513)
> Caused by: org.infinispan.commons.CacheConfigurationException: Component org.infinispan.factories.EncoderRegistryFactory is missing a strong reference: waiting to become INSTANTIATED but it has not been instantiated yet
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.awaitWrapperState(BasicComponentRegistryImpl.java:692)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.getComponent0(BasicComponentRegistryImpl.java:150)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.getComponent(BasicComponentRegistryImpl.java:65)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.findFactory(BasicComponentRegistryImpl.java:257)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.getComponent0(BasicComponentRegistryImpl.java:132)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.getComponent(BasicComponentRegistryImpl.java:65)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.getComponent0(BasicComponentRegistryImpl.java:125)
> at org.infinispan.factories.impl.WireContext.get(WireContext.java:20)
> at org.infinispan.encoding.impl.CorePackageImpl$1.wire(CorePackageImpl.java:30)
> at org.infinispan.encoding.impl.CorePackageImpl$1.wire(CorePackageImpl.java:27)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.invokeInjection(BasicComponentRegistryImpl.java:339)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.doWireWrapper(BasicComponentRegistryImpl.java:236)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.wireWrapper(BasicComponentRegistryImpl.java:217)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.getComponent0(BasicComponentRegistryImpl.java:152)
> at org.infinispan.factories.impl.WireContext.get(WireContext.java:20)
> at org.infinispan.encoding.CorePackageImpl$1.wire(CorePackageImpl.java:30)
> at org.infinispan.encoding.CorePackageImpl$1.wire(CorePackageImpl.java:27)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.invokeInjection(BasicComponentRegistryImpl.java:339)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.wireDependencies(BasicComponentRegistryImpl.java:247)
> at org.infinispan.cache.impl.EncoderCache.wireRealCache(EncoderCache.java:120)
> at org.infinispan.cache.impl.CorePackageImpl$4.wire(CorePackageImpl.java:92)
> at org.infinispan.cache.impl.CorePackageImpl$4.wire(CorePackageImpl.java:88)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.invokeInjection(BasicComponentRegistryImpl.java:339)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.doWireWrapper(BasicComponentRegistryImpl.java:236)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.wireWrapper(BasicComponentRegistryImpl.java:217)
> at org.infinispan.factories.impl.BasicComponentRegistryImpl.registerComponent(BasicComponentRegistryImpl.java:376)
> at org.infinispan.factories.InternalCacheFactory.bootstrap(InternalCacheFactory.java:170)
> at org.infinispan.factories.InternalCacheFactory.createAndWire(InternalCacheFactory.java:116)
> at org.infinispan.factories.InternalCacheFactory.createCache(InternalCacheFactory.java:84)
> at org.infinispan.manager.DefaultCacheManager.wireAndStartCache(DefaultCacheManager.java:687)
> at org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:643)
> at org.infinispan.manager.DefaultCacheManager.internalGetCache(DefaultCacheManager.java:532)
> at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:510)
> at org.jboss.as.clustering.infinispan.DefaultCacheContainer.getCache(DefaultCacheContainer.java:92)
> at org.wildfly.clustering.infinispan.spi.service.CacheServiceConfigurator.get(CacheServiceConfigurator.java:77)
> at org.wildfly.clustering.infinispan.spi.service.CacheServiceConfigurator.get(CacheServiceConfigurator.java:55)
> at org.wildfly.clustering.service.FunctionalService.start(FunctionalService.java:63)
> ... 7 more
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 2 months
[JBoss JIRA] (ISPN-12218) Indexed caches with non-indexed entities query inconsistency
by Nistor Adrian (Jira)
[ https://issues.redhat.com/browse/ISPN-12218?page=com.atlassian.jira.plugi... ]
Nistor Adrian updated ISPN-12218:
---------------------------------
Fix Version/s: 12.0.0.Dev04
> Indexed caches with non-indexed entities query inconsistency
> ------------------------------------------------------------
>
> Key: ISPN-12218
> URL: https://issues.redhat.com/browse/ISPN-12218
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 11.0.3.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Fix For: 12.0.0.Dev04
>
> Attachments: IndexedCacheNonIndexedQueryTest.java
>
>
> When a cache is indexed, but the protobuf entitiy is not:
> "FROM Entity" returns zero results
> "FROM Entity WHERE <predicate>" return results
> It appears in the first case the query goes to the index (that will be empty), but not in the second where it does a non-indexed query
> On a side note, if I configure a cache as indexed, but do not index any type in the protobuf, it returns {{ISPN014054: Trying to execute query from xyz, but no type is indexed on cache}}. This should be improved to mention the schema needs to be changed
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 2 months
[JBoss JIRA] (ISPN-12304) CLI commands does not show important information about option and arguments to be helpful
by Wolf-Dieter Fink (Jira)
[ https://issues.redhat.com/browse/ISPN-12304?page=com.atlassian.jira.plugi... ]
Wolf-Dieter Fink resolved ISPN-12304.
-------------------------------------
Resolution: Done
Labels: user-experience (was: )
> CLI commands does not show important information about option and arguments to be helpful
> -----------------------------------------------------------------------------------------
>
> Key: ISPN-12304
> URL: https://issues.redhat.com/browse/ISPN-12304
> Project: Infinispan
> Issue Type: Enhancement
> Components: CLI
> Affects Versions: 12.0.0.Dev03, 11.0.3.Final
> Reporter: Wolf-Dieter Fink
> Assignee: Wolf-Dieter Fink
> Priority: Minor
> Labels: user-experience
> Fix For: 12.0.0.Final, 12.0.0.Dev04
>
>
> e.g. "schema -h"
> ~~~
> Manipulates protobuf schemas
> Options:
> -u, --upload
> -h, --help
> Arguments:
> ~~~
> There is no hint what jind of argument is needed and what the options are for.
> The help should show the expected/possible arguments and valid values for the options, as well the defaults might be good to know
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 2 months
[JBoss JIRA] (ISPN-12304) CLI commands does not show important information about option and arguments to be helpful
by Wolf-Dieter Fink (Jira)
[ https://issues.redhat.com/browse/ISPN-12304?page=com.atlassian.jira.plugi... ]
Wolf-Dieter Fink updated ISPN-12304:
------------------------------------
Fix Version/s: 12.0.0.Final
12.0.0.Dev04
> CLI commands does not show important information about option and arguments to be helpful
> -----------------------------------------------------------------------------------------
>
> Key: ISPN-12304
> URL: https://issues.redhat.com/browse/ISPN-12304
> Project: Infinispan
> Issue Type: Enhancement
> Components: CLI
> Affects Versions: 12.0.0.Dev03, 11.0.3.Final
> Reporter: Wolf-Dieter Fink
> Assignee: Wolf-Dieter Fink
> Priority: Minor
> Fix For: 12.0.0.Final, 12.0.0.Dev04
>
>
> e.g. "schema -h"
> ~~~
> Manipulates protobuf schemas
> Options:
> -u, --upload
> -h, --help
> Arguments:
> ~~~
> There is no hint what jind of argument is needed and what the options are for.
> The help should show the expected/possible arguments and valid values for the options, as well the defaults might be good to know
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 2 months
[JBoss JIRA] (ISPN-12306) [9.4.x] Docs: SB versions
by Donald Naro (Jira)
Donald Naro created ISPN-12306:
----------------------------------
Summary: [9.4.x] Docs: SB versions
Key: ISPN-12306
URL: https://issues.redhat.com/browse/ISPN-12306
Project: Infinispan
Issue Type: Enhancement
Components: Documentation
Affects Versions: 9.4.20.Final
Reporter: Donald Naro
Assignee: Donald Naro
Fix For: 9.4.21.Final
Add correct versions for the SB artifacts to docs.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 2 months