[JBoss JIRA] (ISPN-9565) Expose Cache based Publisher
by William Burns (Jira)
[ https://issues.jboss.org/browse/ISPN-9565?page=com.atlassian.jira.plugin.... ]
William Burns closed ISPN-9565.
-------------------------------
Resolution: Duplicate Issue
> Expose Cache based Publisher
> ----------------------------
>
> Key: ISPN-9565
> URL: https://issues.jboss.org/browse/ISPN-9565
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core
> Reporter: William Burns
> Assignee: William Burns
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> We currently have cache based iterator that work irrespective of cache mode. We should expose something like Java10 Flow.Publisher or reactive-streams Publisher as well. This would be helpful when retrieving all entries from the cache in an asynchronous fashion. Currently you would have to create an iterator and iterate upon it, causing a dedicated user thread as well as buffering and context switching.
> This can be used by enhanced listener API we hope to introduce as well when retrieving initial state.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years
[JBoss JIRA] (ISPN-9775) ISPN build for IBM Java ends with error in Ant execution task
by William Burns (Jira)
[ https://issues.jboss.org/browse/ISPN-9775?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-9775:
--------------------------------
Fix Version/s: 10.0.0.Alpha2
9.4.4.Final
> ISPN build for IBM Java ends with error in Ant execution task
> -------------------------------------------------------------
>
> Key: ISPN-9775
> URL: https://issues.jboss.org/browse/ISPN-9775
> Project: Infinispan
> Issue Type: Bug
> Components: Build, Hot Rod, Server
> Affects Versions: 9.4.2.Final
> Reporter: Anna Manukyan
> Assignee: Anna Manukyan
> Priority: Major
> Fix For: 10.0.0.Alpha2, 9.4.4.Final
>
>
> When building the infinispan with IBM JDK the following error appears:
> {code}
> keytool error (likely untranslated): java.io.IOException: Invalid keystore format
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (create-certificates) on project infinispan-server-hotrod: An Ant BuildException has occured: The following error occurred while executing this line:
> [ERROR] /home/jenkins/workspace/jdg-func-ispn-testsuite-rhel-os/9c249257/infinispan/server/hotrod/target/antrun/build-main.xml:14: Java returned: 1
> [ERROR] around Ant part ...<keytool command="-importkeystore">... @ 78:38 in /home/jenkins/workspace/jdg-func-ispn-testsuite-rhel-os/9c249257/infinispan/server/hotrod/target/antrun/build-main.xml
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years
[JBoss JIRA] (ISPN-9775) ISPN build for IBM Java ends with error in Ant execution task
by William Burns (Jira)
[ https://issues.jboss.org/browse/ISPN-9775?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-9775:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> ISPN build for IBM Java ends with error in Ant execution task
> -------------------------------------------------------------
>
> Key: ISPN-9775
> URL: https://issues.jboss.org/browse/ISPN-9775
> Project: Infinispan
> Issue Type: Bug
> Components: Build, Hot Rod, Server
> Affects Versions: 9.4.2.Final
> Reporter: Anna Manukyan
> Assignee: Anna Manukyan
> Priority: Major
> Fix For: 10.0.0.Alpha2, 9.4.4.Final
>
>
> When building the infinispan with IBM JDK the following error appears:
> {code}
> keytool error (likely untranslated): java.io.IOException: Invalid keystore format
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (create-certificates) on project infinispan-server-hotrod: An Ant BuildException has occured: The following error occurred while executing this line:
> [ERROR] /home/jenkins/workspace/jdg-func-ispn-testsuite-rhel-os/9c249257/infinispan/server/hotrod/target/antrun/build-main.xml:14: Java returned: 1
> [ERROR] around Ant part ...<keytool command="-importkeystore">... @ 78:38 in /home/jenkins/workspace/jdg-func-ispn-testsuite-rhel-os/9c249257/infinispan/server/hotrod/target/antrun/build-main.xml
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years
[JBoss JIRA] (ISPN-9785) RemoteCache entrySet and keySet must implement value equality
by William Burns (Jira)
[ https://issues.jboss.org/browse/ISPN-9785?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-9785:
--------------------------------
Status: Open (was: New)
> RemoteCache entrySet and keySet must implement value equality
> -------------------------------------------------------------
>
> Key: ISPN-9785
> URL: https://issues.jboss.org/browse/ISPN-9785
> Project: Infinispan
> Issue Type: Bug
> Components: Hot Rod
> Affects Versions: 9.1.0.Final
> Reporter: William Burns
> Assignee: William Burns
> Priority: Major
> Fix For: 10.0.0.Alpha2
>
>
> The Set interface contract explicitly states that the equals method must provide value equality. ISPN-7900 changed the keySet and added entrySet support. These methods must obey that contract. The values method is undefined and can stay how it is as the Collection interface doesn't state any specific guarantees.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years
[JBoss JIRA] (ISPN-9785) RemoteCache entrySet and keySet must implement value equality
by William Burns (Jira)
William Burns created ISPN-9785:
-----------------------------------
Summary: RemoteCache entrySet and keySet must implement value equality
Key: ISPN-9785
URL: https://issues.jboss.org/browse/ISPN-9785
Project: Infinispan
Issue Type: Bug
Components: Hot Rod
Affects Versions: 9.1.0.Final
Reporter: William Burns
Assignee: William Burns
Fix For: 10.0.0.Alpha2
The Set interface contract explicitly states that the equals method must provide value equality. ISPN-7900 changed the keySet and added entrySet support. These methods must obey that contract. The values method is undefined and can stay how it is as the Collection interface doesn't state any specific guarantees.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years