[JBoss JIRA] (ISPN-12047) Merge Async and Sync Cross-Site attributes
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-12047?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12047:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Merge Async and Sync Cross-Site attributes
> ------------------------------------------
>
> Key: ISPN-12047
> URL: https://issues.redhat.com/browse/ISPN-12047
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 11.0.0.Final
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 11.0.1.Final
>
>
> With IRAC, we only perform synchronous cross-site requests however, we are still exposing async attributes like {{AsyncXSiteRequestsReceived}}, {{AverageAsyncXSiteReplicationTime}}, {{MaximumAsyncXSiteReplicationTime}}, etc.
> Those are never updated anymore. They can be removed and use the sync* attributes.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (ISPN-12032) JCache cache loader should not require marshalling
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-12032?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12032:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> JCache cache loader should not require marshalling
> --------------------------------------------------
>
> Key: ISPN-12032
> URL: https://issues.redhat.com/browse/ISPN-12032
> Project: Infinispan
> Issue Type: Bug
> Components: JCache, Loaders and Stores
> Affects Versions: 11.0.0.Final, 10.1.8.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.1.Final
>
>
> {{JCacheLoaderAdapter}} wraps the value returned by JCache {{CacheLoader.load()}} using a {{MarshalledEntryFactoryImpl.create()}} overload that eagerly marshalls the key+value+metadata. This is unnecessary work, because the created {{MarshallableEntryImpl}} only needs the key+value+metadata in storage format.
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (ISPN-12032) JCache cache loader should not require marshalling
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-12032?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12032:
-----------------------------------
Fix Version/s: 11.0.1.Final
(was: 12.0.0.Final)
> JCache cache loader should not require marshalling
> --------------------------------------------------
>
> Key: ISPN-12032
> URL: https://issues.redhat.com/browse/ISPN-12032
> Project: Infinispan
> Issue Type: Bug
> Components: JCache, Loaders and Stores
> Affects Versions: 11.0.0.Final, 10.1.8.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.1.Final
>
>
> {{JCacheLoaderAdapter}} wraps the value returned by JCache {{CacheLoader.load()}} using a {{MarshalledEntryFactoryImpl.create()}} overload that eagerly marshalls the key+value+metadata. This is unnecessary work, because the created {{MarshallableEntryImpl}} only needs the key+value+metadata in storage format.
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (ISPN-12030) BlockHound is not active on JDK 13/14
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-12030?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12030:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> BlockHound is not active on JDK 13/14
> -------------------------------------
>
> Key: ISPN-12030
> URL: https://issues.redhat.com/browse/ISPN-12030
> Project: Infinispan
> Issue Type: Bug
> Components: Build, Test Suite
> Affects Versions: 11.0.0.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 12.0.0.Final, 11.0.1.Final
>
>
> BlockHound cannot instrument native methods on JDK 13+
> {noformat}
> 15:04:47,001 FATAL (Thread-0) [Infinispan-TEST] Throwable was not caught in thread Thread[Thread-0,5,main] - exception is: java.lang.IllegalStateException: The instrumentation have failed.
> It looks like you're running on JDK 13+.
> You need to add '-XX:+AllowRedefinitionToAddDeleteMethods' JVM flag.
> See https://github.com/reactor/BlockHound/issues/33 for more info.
> {noformat}
> Maven profile {{java13-test}} is supposed to add flag -XX:+AllowRedefinitionToAddDeleteMethods to the fork JVM, but it doesn't work because the activation condition is incomplete (missing a {{)}} after the comma).
> The profile also tries to add the flag when the {{java8-test}} profile is selected from the command line, so adding the missing {{)}} is not enough.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (ISPN-12055) Use the server built in Infinispan even if INFINISPAN_TEST_SERVER_DIR is null in ContainerInfinispanServerDriver
by Diego Lovison (Jira)
Diego Lovison created ISPN-12055:
------------------------------------
Summary: Use the server built in Infinispan even if INFINISPAN_TEST_SERVER_DIR is null in ContainerInfinispanServerDriver
Key: ISPN-12055
URL: https://issues.redhat.com/browse/ISPN-12055
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 11.0.0.Final
Reporter: Diego Lovison
We would like to standardize the test suite. It means that all modules should be tested with the same arguments when the {{mvn verify}} command is executed.
The idea is to use the server built in Infinispan even if INFINISPAN_TEST_SERVER_DIR is null in ContainerInfinispanServerDriver.
External projects that are using the Infinispan JUnit modules won't be impacted because they are not building the Infinispan Server locally.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (ISPN-12055) Use the server built in Infinispan even if INFINISPAN_TEST_SERVER_DIR is null in ContainerInfinispanServerDriver
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-12055?page=com.atlassian.jira.plugi... ]
Diego Lovison reassigned ISPN-12055:
------------------------------------
Assignee: Diego Lovison
> Use the server built in Infinispan even if INFINISPAN_TEST_SERVER_DIR is null in ContainerInfinispanServerDriver
> ----------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-12055
> URL: https://issues.redhat.com/browse/ISPN-12055
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Affects Versions: 11.0.0.Final
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Major
>
> We would like to standardize the test suite. It means that all modules should be tested with the same arguments when the {{mvn verify}} command is executed.
>
> The idea is to use the server built in Infinispan even if INFINISPAN_TEST_SERVER_DIR is null in ContainerInfinispanServerDriver.
>
> External projects that are using the Infinispan JUnit modules won't be impacted because they are not building the Infinispan Server locally.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months