[JBoss JIRA] (ISPN-9120) EventImpl - Should return a value in the pre
by Diego Lovison (JIRA)
Diego Lovison created ISPN-9120:
-----------------------------------
Summary: EventImpl - Should return a value in the pre
Key: ISPN-9120
URL: https://issues.jboss.org/browse/ISPN-9120
Project: Infinispan
Issue Type: Bug
Reporter: Diego Lovison
When creating a listener
{code:java}
@Listener
public class CacheLevelLoggingListener {
private static final Logger logger = LogManager.getLogger(CacheLevelLoggingListener.class);
@CacheEntryCreated
public void entryCreated(CacheEntryCreatedEvent<String, String> e) throws IOException {
logger.debug(e.toString());
}
}{code}
It is returning
{noformat}
21639 [DEBUG] 2018-05-04 11:02:09.029 [pool-2-thread-1] CacheLevelLoggingListener - EventImpl{type=CACHE_ENTRY_CREATED, pre=true, cache=Cache 'weather'@diego-note-25191, key=12#, value=null, oldValue=null, transaction=null, originLocal=true, transactionSuccessful=false, entries=null, created=false}
21639 [DEBUG] 2018-05-04 11:02:09.029 [pool-2-thread-1] CacheLevelLoggingListener - EventImpl{type=CACHE_ENTRY_CREATED, pre=false, cache=Cache 'weather'@diego-note-25191, key=12#, value=af93d649-6c3a-41c6-8fce-6af214442a4b, oldValue=null, transaction=null, originLocal=true, transactionSuccessful=false, entries=null, created=false}
{noformat}
Additional analyses should be done in this class.
For example: Why the created is returning false?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (ISPN-9119) Update Caffeine Dependency
by William Burns (JIRA)
William Burns created ISPN-9119:
-----------------------------------
Summary: Update Caffeine Dependency
Key: ISPN-9119
URL: https://issues.jboss.org/browse/ISPN-9119
Project: Infinispan
Issue Type: Task
Components: Dependency
Reporter: William Burns
Assignee: William Burns
Fix For: 9.3.0.Beta1
We should update caffeine to latest version. There have been quite a few minor updates since we last updated.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (ISPN-8969) CacheManagerAdminTest.testClusterCacheTest random failure
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-8969?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-8969:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.3.0.Beta1
Resolution: Done
> CacheManagerAdminTest.testClusterCacheTest random failure
> ---------------------------------------------------------
>
> Key: ISPN-8969
> URL: https://issues.jboss.org/browse/ISPN-8969
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 9.2.0.Final
> Reporter: William Burns
> Assignee: Tristan Tarrant
> Fix For: 9.3.0.Beta1
>
>
> https://ci.infinispan.org/job/Infinispan/job/master/510/testReport/junit/...
> Stack trace in case if the history is lost:
> {code}
> java.lang.AssertionError: Cache 'a' should NOT be present on org.infinispan.manager.DefaultCacheManager@592285b5@Address:CacheManagerAdminTest-NodeC-58305
> at org.infinispan.manager.CacheManagerAdminTest.checkCacheExistenceAcrossCluster(CacheManagerAdminTest.java:72)
> at org.infinispan.manager.CacheManagerAdminTest.testClusterCacheTest(CacheManagerAdminTest.java:61)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> ... Removed 19 stack frames
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (ISPN-8460) Administration console - create user friendly configuration validation errors
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-8460?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-8460:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Administration console - create user friendly configuration validation errors
> -----------------------------------------------------------------------------
>
> Key: ISPN-8460
> URL: https://issues.jboss.org/browse/ISPN-8460
> Project: Infinispan
> Issue Type: Enhancement
> Components: Console
> Affects Versions: 9.1.1.Final, 9.2.0.Alpha2
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.3.0.Final
>
> Attachments: Screen Shot 2017-11-01 at 6.08.57 AM.png
>
>
> While in ISPN-7262 we have ensured that all configurations are indeed checked for validity before being saved we have not provided user-friendly error descriptions. Current errors in place, although informational and correct, look scary and verbose. We should parse the configuration validation errors and display them in a more user friendly approach.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (ISPN-9043) Administration console - cluster actions are disabled when the cluster is in reload-required state
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-9043?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic reassigned ISPN-9043:
-----------------------------------------
Assignee: Vladimir Blagojevic
> Administration console - cluster actions are disabled when the cluster is in reload-required state
> --------------------------------------------------------------------------------------------------
>
> Key: ISPN-9043
> URL: https://issues.jboss.org/browse/ISPN-9043
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.2.1.Final
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
> Attachments: Screenshot from 2018-04-05 10-23-05.png, Screenshot from 2018-04-05 10-23-19.png
>
>
> Steps to reproduce:
> - click on cache container -> configuration -> change configuration -> save -> restart later (cluster is now in reload-required state)
> - click on clusters tab -> click on cluster -> actions
> result:
> all actions are disabled and cannot be clicked
> expected result:
> reload, restart and stop actions should be enabled
> Reload and stop actions are available on node level (after clicking on a node then actions)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months