[JBoss JIRA] (ISPN-8564) Cannot select inner entities in Ickle
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-8564?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-8564:
--------------------------------
Affects Version/s: 9.0.0.Final
(was: 9.2.0.Beta1)
> Cannot select inner entities in Ickle
> -------------------------------------
>
> Key: ISPN-8564
> URL: https://issues.jboss.org/browse/ISPN-8564
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 9.0.0.Final
> Reporter: Gustavo Fernandes
> Fix For: 9.2.0.Final
>
>
> Consider a proto mapping:
> {code}
> message Parent {
> optional Child child;
> }
> message Child {
> optional string name = 1;
> }
> {code}
> It is not possible to select any of the Child attributes in the query. The following queries fail:
> {{SELECT p.child FROM Parent p}}
> Fails with ISPN028503
> {{SELECT p.child.name FROM Parent p}}
> Fails with ISPN028502: Unknown alias 'child'
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 1 month
[JBoss JIRA] (ISPN-8564) Cannot select inner entities in Ickle
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-8564?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-8564:
--------------------------------
Status: Open (was: New)
> Cannot select inner entities in Ickle
> -------------------------------------
>
> Key: ISPN-8564
> URL: https://issues.jboss.org/browse/ISPN-8564
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 9.0.0.Final
> Reporter: Gustavo Fernandes
> Fix For: 9.2.0.Final
>
>
> Consider a proto mapping:
> {code}
> message Parent {
> optional Child child;
> }
> message Child {
> optional string name = 1;
> }
> {code}
> It is not possible to select any of the Child attributes in the query. The following queries fail:
> {{SELECT p.child FROM Parent p}}
> Fails with ISPN028503
> {{SELECT p.child.name FROM Parent p}}
> Fails with ISPN028502: Unknown alias 'child'
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 1 month
[JBoss JIRA] (ISPN-8565) Caches are not able to recover from ISPN000136: Error executing command SizeCommand
by Michal Stehlik (JIRA)
Michal Stehlik created ISPN-8565:
------------------------------------
Summary: Caches are not able to recover from ISPN000136: Error executing command SizeCommand
Key: ISPN-8565
URL: https://issues.jboss.org/browse/ISPN-8565
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.1.3.Final
Environment: 8 ARM based nodes with running Debian Linux and Oracle Java.
Reporter: Michal Stehlik
Attachments: infinity_configuration.zip, nodes_infinispan_logs.zip
During parallel connecting nodes to cloud, exception appears in Infinispan logs. Then any query to any cache waits infinite time to complete without response. In attachments is present configuration of Infinispan & JGroups ( all nodes has same config) and infinity logs from all nodes. Trace logs was provided for following classes: org.infinispan.statetransfer.StateConsumerImpl, org.infinispan.statetransfer.StateProviderImpl, org.infinispan.remoting.rpc.RpcManagerImpl, org.infinispan.remoting.inboundhandler.NonTotalOrderTxPerCacheInboundInvocationHandler
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 1 month
[JBoss JIRA] (ISPN-8564) Cannot select inner entities in Ickle
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-8564:
---------------------------------------
Summary: Cannot select inner entities in Ickle
Key: ISPN-8564
URL: https://issues.jboss.org/browse/ISPN-8564
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying, Remote Querying
Affects Versions: 9.2.0.Beta1
Reporter: Gustavo Fernandes
Consider a proto mapping:
{code}
message Parent {
optional Child child;
}
message Child {
optional string name = 1;
}
{code}
It is not possible to select any of the Child attributes in the query. The following queries fail:
{{SELECT p.child FROM Parent p}}
Fails with ISPN028503
{{SELECT p.child.name FROM Parent p}}
Fails with ISPN028502: Unknown alias 'child'
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 1 month
[JBoss JIRA] (ISPN-7599) Add Jolokia to the server
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-7599?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-7599:
----------------------------------
Sprint: Sprint #5 Nov 6th - Nov 24th, Sprint #6 Nov 27th - Dec 15th (was: Sprint #5 Nov 6th - Nov 24th)
> Add Jolokia to the server
> -------------------------
>
> Key: ISPN-7599
> URL: https://issues.jboss.org/browse/ISPN-7599
> Project: Infinispan
> Issue Type: Feature Request
> Components: Cloud Integrations, Server
> Reporter: Sebastian Łaskawiec
> Assignee: Vladimir Blagojevic
> Priority: Critical
> Fix For: 9.2.0.Final
>
>
> The server should support exposing [Jolokia|https://jolokia.org] endpoints. The support should be disabled by default and there should be possibility to enable it using an environmental variable.
> OpenShift has special Administration Console for Jolokia-enabled endpoints.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 1 month
[JBoss JIRA] (ISPN-6879) Calculate (and expose) minimum number of nodes for data in Infinispan
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6879?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6879:
----------------------------------
Sprint: Sprint #4 Oct 16th - Nov 6th, Sprint #5 Nov 6th - Nov 24th, Sprint #5 Nov 6th - Nov 24th, Sprint #6 Nov 27th - Dec 15th (was: Sprint #4 Oct 16th - Nov 6th, Sprint #5 Nov 6th - Nov 24th, Sprint #5 Nov 6th - Nov 24th)
> Calculate (and expose) minimum number of nodes for data in Infinispan
> ---------------------------------------------------------------------
>
> Key: ISPN-6879
> URL: https://issues.jboss.org/browse/ISPN-6879
> Project: Infinispan
> Issue Type: Feature Request
> Components: Cloud Integrations, Server
> Reporter: Sebastian Łaskawiec
> Assignee: William Burns
>
> With Kubernetes autoscaling we need to be able to tell what is the minimum amount of nodes necessary for hosting data (probably some sort of size + number of nodes estimation).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 1 month