[JBoss JIRA] (ISPN-11992) Convert RemoteStore to use new SPI
by Will Burns (Jira)
Will Burns created ISPN-11992:
---------------------------------
Summary: Convert RemoteStore to use new SPI
Key: ISPN-11992
URL: https://issues.redhat.com/browse/ISPN-11992
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Reporter: Will Burns
Fix For: 12.0.0.Final
The RemoteStore already uses a non blocking client. We should convert it to the new SPI to utilize this.
We also need to add in a check for the old server to see how many segments it has. If the number is different than the current server we need to disable the segmentation characteristic and instead do the costlier iteration.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-11991) Docs: Iteration during RU returns incorrect values if numSegments does not match
by Donald Naro (Jira)
Donald Naro created ISPN-11991:
----------------------------------
Summary: Docs: Iteration during RU returns incorrect values if numSegments does not match
Key: ISPN-11991
URL: https://issues.redhat.com/browse/ISPN-11991
Project: Infinispan
Issue Type: Bug
Components: Hot Rod
Reporter: Donald Naro
Assignee: Will Burns
Unfortunately retrieveEntries method always chooses a random server to send a request to. This is fine when segments is not provided. However if an explicit set of segments is provided we should route the request to the address that has the most segments of the set and hasn't failed yet.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-11990) JDK 11 modules do not compile in IntelliJ
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11990?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11990:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> JDK 11 modules do not compile in IntelliJ
> -----------------------------------------
>
> Key: ISPN-11990
> URL: https://issues.redhat.com/browse/ISPN-11990
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 11.0.0.CR1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Minor
> Fix For: 11.0.0.Final
>
>
> The {{commons/jdk11}} module fails to compile in IntelliJ, because the IDE doesn't parse <{{release>11</release>}} correctly when the parent has {{<release>8</release}} ({{[IDEA-199818|https://youtrack.jetbrains.com/issue/IDEA-199818])}}.
> {{/home/dan/Work/infinispan/commons/jdk11/src/main/java/org/infinispan/commons/jdkspecific/CallerId.java:4:19}}
> {{java: cannot find symbol}}
> {{symbol: class StackWalker}}
> {{location: class org.infinispan.commons.jdkspecific.CallerId}}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-11041) OAuth login redirection support
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11041?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11041:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> OAuth login redirection support
> -------------------------------
>
> Key: ISPN-11041
> URL: https://issues.redhat.com/browse/ISPN-11041
> Project: Infinispan
> Issue Type: Sub-task
> Components: Console
> Affects Versions: 10.1.0.Beta1
> Reporter: Tristan Tarrant
> Assignee: Katia Aresti
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> The console needs to retrieve the server login configuration using the login resource described in ISPN-10760 and redirect to the OAuth login portal if necessary.
> This should use the keycloak-js library.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-11970) RemoteCacheImpl.retrieveEntries with explicit segments is not server aware
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11970?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes edited comment on ISPN-11970 at 6/11/20 6:37 AM:
-------------------------------------------------------------------
This is actually needed for Rolling Upgrades on product in older versions
was (Author: gustavonalle):
This is actually needed for Rolling Upgrades
> RemoteCacheImpl.retrieveEntries with explicit segments is not server aware
> --------------------------------------------------------------------------
>
> Key: ISPN-11970
> URL: https://issues.redhat.com/browse/ISPN-11970
> Project: Infinispan
> Issue Type: Bug
> Components: Hot Rod
> Reporter: Will Burns
> Assignee: Will Burns
> Priority: Major
>
> Unfortunately retrieveEntries method always chooses a random server to send a request to. This is fine when segments is not provided. However if an explicit set of segments is provided we should route the request to the address that has the most segments of the set and hasn't failed yet.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months