[JBoss JIRA] (ISPN-9635) Support receiving values in the remote events API
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-9635?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-9635:
----------------------------------
Fix Version/s: 10.0.1.Final
(was: 10.0.0.Final)
> Support receiving values in the remote events API
> -------------------------------------------------
>
> Key: ISPN-9635
> URL: https://issues.jboss.org/browse/ISPN-9635
> Project: Infinispan
> Issue Type: Enhancement
> Components: Listeners
> Reporter: Gustavo Fernandes
> Priority: Major
> Fix For: 10.0.1.Final
>
>
> There is no proper API to receive both keys and values from remote events without resorting to KeyValueConverters that produces custom events with keys and values together. Converters are currently used by Near Cache, Spark connector, JCache and also Spring session.
> Ideally there should be a way to receive the event with keys and values separated, this facilitates transcoding (clients may choose to receive keys and values in different formats) and requires less efforts in the client to consume those events.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-9388) Cannot specify IndexedQueryMode with QueryBuilder
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-9388?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-9388:
----------------------------------
Fix Version/s: 10.0.1.Final
(was: 10.0.0.Final)
> Cannot specify IndexedQueryMode with QueryBuilder
> -------------------------------------------------
>
> Key: ISPN-9388
> URL: https://issues.jboss.org/browse/ISPN-9388
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 9.2.0.Final
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 10.0.1.Final
>
>
> IndexedQueryMode was added to the API only to QueryFactory.create(String queryString, IndexedQueryMode queryMode).
> But it would be very useful to be able to specify IndexedQueryMode also when creating a query using the QueryBuilder rather than supplying the query string directly.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-9780) compute* implementations for Hot Rod clients
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-9780?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-9780:
----------------------------------
Fix Version/s: 10.0.1.Final
(was: 10.0.0.Final)
> compute* implementations for Hot Rod clients
> --------------------------------------------
>
> Key: ISPN-9780
> URL: https://issues.jboss.org/browse/ISPN-9780
> Project: Infinispan
> Issue Type: Enhancement
> Components: Hot Rod
> Reporter: Tristan Tarrant
> Priority: Major
> Labels: keycloak
> Fix For: 10.0.1.Final
>
>
> for (; ; ) {
> VersionedValue<V> versioned = cache.getWithMetadata(key);
> if (versioned != null) {
> return versioned.getValue();
> }
> V newValue = f(key);
> if (cache.putIfAbsent(key, newValue)) {
> return newValue;
> }
> }
> (idea
> computeIfAbsent(userId, Function<K, V> f)
> getOrLock
> If locked > v = f() then putAndUnlock(userId, v)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-9729) Continuous Query needs to be converted to non blocking
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-9729?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-9729:
----------------------------------
Fix Version/s: 10.0.1.Final
(was: 10.0.0.Final)
> Continuous Query needs to be converted to non blocking
> ------------------------------------------------------
>
> Key: ISPN-9729
> URL: https://issues.jboss.org/browse/ISPN-9729
> Project: Infinispan
> Issue Type: Enhancement
> Components: Embedded Querying, Listeners
> Affects Versions: 9.4.1.Final
> Reporter: Will Burns
> Priority: Major
> Fix For: 10.0.1.Final
>
>
> The object filter which powers embedded continuous query interfaces currently are not conducive to non blocking operations. Listeners will now support non blocking in ISPN-9714.
> Changing the API will allow us to not block the calling thread (such as hotrod worker, user, remote and others).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10013) Observability: Distributed tracing
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10013?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10013:
-----------------------------------
Fix Version/s: 10.0.1.Final
(was: 10.0.0.Final)
> Observability: Distributed tracing
> ----------------------------------
>
> Key: ISPN-10013
> URL: https://issues.jboss.org/browse/ISPN-10013
> Project: Infinispan
> Issue Type: Sub-task
> Components: JMX, reporting and management
> Reporter: Tristan Tarrant
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 10.0.1.Final
>
>
> We need to add tracing capabalities so that they can be exported/consumed by Jaeger.
> We should use the following spans:
> * container (the default span)
> * persistence (cache stores and loaders)
> * cluster (for same-cluster remoting)
> * xsite (for xsite cluster remoting)
> * security (for authenticaton/authorization)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months