[JBoss JIRA] (ISPN-6464) Possibility to get black (login) background in all console pages
by Martin Vrabel (JIRA)
[ https://issues.jboss.org/browse/ISPN-6464?page=com.atlassian.jira.plugin.... ]
Martin Vrabel updated ISPN-6464:
--------------------------------
Summary: Possibility to get black (login) background in all console pages (was: Possibility to get back (login) background in all console pages )
> Possibility to get black (login) background in all console pages
> -----------------------------------------------------------------
>
> Key: ISPN-6464
> URL: https://issues.jboss.org/browse/ISPN-6464
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Martin Vrabel
>
> Way to reproduce:
> 1. Log into console:
> 2. press back button (pic. 1 , navbar should not be shown )
> 3. press forward button (background from this point on is the same as at login)
> !https://drive.google.com/open?id=0B2kBhkKzkRIlTkV1eldad2pRUkE!
> !https://drive.google.com/open?id=0B2kBhkKzkRIlR0dUTGgwMHhNdkk!
> !https://drive.google.com/open?id=0B2kBhkKzkRIleWVjYUc5UDBZcFE!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6430) Remote Queries do not allow per-entity index configurations
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-6430?page=com.atlassian.jira.plugin.... ]
Adrian Nistor commented on ISPN-6430:
-------------------------------------
Hibernate Search will drop dynamic factory reconfiguration sooner or later. So we'll have to do without it. I'm wondering how are they supporting dynamic entities. We'll have to use that too.
> Remote Queries do not allow per-entity index configurations
> -----------------------------------------------------------
>
> Key: ISPN-6430
> URL: https://issues.jboss.org/browse/ISPN-6430
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Reporter: Gustavo Fernandes
>
> When using Infinispan in library mode, it's possible to define a per-entity index configuration, so this is possible:
> {code:java}
> cacheCfg.indexing().index(Index.ALL)
> .addIndexedEntity(Car.class)
> .addIndexedEntity(Person.class)
> .addProperty("hibernate.search.person.directory_provider", "ram")
> .addProperty("hibernate.search.car.indexmanager","org.infinispan.query.indexmanager.InfinispanIndexManager")
> {code}
> Different entities can live in different indexes, with a complete different storage and index manager.
> Since when using remote queries there is a synthetic entity being created, this capability is lost.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6430) Remote Queries do not allow per-entity index configurations
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6430?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes commented on ISPN-6430:
-----------------------------------------
bq. I'm not against it but we should find a good reason to have it.
One reason would be symmetry: library mode config when transposed to server behaves differently at the moment (see forum reference).
Other reason would be performance. What if one indexed cache has only a handful of entries and other index cache millions?
bq. and this spares us from the problems generated by creating indexes dynamically. We'll have to declare all indexed protobuf types at startup
Right, that would be necessary if one wishes to control config on a per index basis. Hibernate Search by default names indexes using the class name of the entity, I'm wondering if it'd be possible to do something similar when indexing protobuf entities, i.e., take the type name and pass it to hibernate search.
> Remote Queries do not allow per-entity index configurations
> -----------------------------------------------------------
>
> Key: ISPN-6430
> URL: https://issues.jboss.org/browse/ISPN-6430
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Reporter: Gustavo Fernandes
>
> When using Infinispan in library mode, it's possible to define a per-entity index configuration, so this is possible:
> {code:java}
> cacheCfg.indexing().index(Index.ALL)
> .addIndexedEntity(Car.class)
> .addIndexedEntity(Person.class)
> .addProperty("hibernate.search.person.directory_provider", "ram")
> .addProperty("hibernate.search.car.indexmanager","org.infinispan.query.indexmanager.InfinispanIndexManager")
> {code}
> Different entities can live in different indexes, with a complete different storage and index manager.
> Since when using remote queries there is a synthetic entity being created, this capability is lost.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6445) PreloadingWithWriteBehindTest.testIfCanLoadKeysConcurrently random failures
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6445?page=com.atlassian.jira.plugin.... ]
Work on ISPN-6445 started by Gustavo Fernandes.
-----------------------------------------------
> PreloadingWithWriteBehindTest.testIfCanLoadKeysConcurrently random failures
> ---------------------------------------------------------------------------
>
> Key: ISPN-6445
> URL: https://issues.jboss.org/browse/ISPN-6445
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 8.2.0.Final
> Reporter: Dan Berindei
> Assignee: Gustavo Fernandes
> Priority: Critical
> Labels: testsuite_stability
> Fix For: 9.0.0.Alpha1, 9.0.0.Final
>
>
> The test assumes that the {{AdvancedAsyncCacheLoader.size()}} is accurate, but the implementation actually ignores the in-memory changes and just delegates to the real loader's {{size()}}.
> Also, the method doesn't really belong in this test, because it doesn't use preloading.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6445) PreloadingWithWriteBehindTest.testIfCanLoadKeysConcurrently random failures
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6445?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes resolved ISPN-6445.
-------------------------------------
Resolution: Done
> PreloadingWithWriteBehindTest.testIfCanLoadKeysConcurrently random failures
> ---------------------------------------------------------------------------
>
> Key: ISPN-6445
> URL: https://issues.jboss.org/browse/ISPN-6445
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 8.2.0.Final
> Reporter: Dan Berindei
> Assignee: Gustavo Fernandes
> Priority: Critical
> Labels: testsuite_stability
> Fix For: 9.0.0.Alpha1, 9.0.0.Final
>
>
> The test assumes that the {{AdvancedAsyncCacheLoader.size()}} is accurate, but the implementation actually ignores the in-memory changes and just delegates to the real loader's {{size()}}.
> Also, the method doesn't really belong in this test, because it doesn't use preloading.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months