[JBoss JIRA] (ISPN-11910) Server should see application/octet-stream as protostream
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-11910?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-11910:
--------------------------------
Status: Open (was: New)
> Server should see application/octet-stream as protostream
> ---------------------------------------------------------
>
> Key: ISPN-11910
> URL: https://issues.redhat.com/browse/ISPN-11910
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Affects Versions: 11.0.0.CR1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> The server, and Infinispan in general, should use the user marshaller to read {{application/octet-stream}} and {{application/unknown}} data.
> ISPN-10433 added a hack in the server (for backwards compatibility, I assume): if {{jboss-marshalling}} is on the classpath, {{org.infinispan.server.core.LifecycleCallbacks.cacheManagerStarting()}} changes the marshaller for {{application/unknown}} (but not for {{application/octet-stream}}) to {{GenericJBossMarshaller}}.
> This means that {{server/core}}, {{server/hotrod}}, and {{client/hotrod-client}} tests see {{application/unknown}} as protostream, but the server distribution in {{server/runtime}} always includes {{jboss-marshalling}}, so the server distribution sees {{application/unknown}} as {{GenericJBossMarshaller}} data.
> It would be much better if the server always used the user marshaller for {{application/unknown}}, and when a user needs backwards compatibility between a new server and an old client, they should configure {{GenericJBossMarshaller}} in the server.
> In addition, new clients should not use {{application/unknown}} unless the marshaller does not implement {{getMediaType()}}: they know the marshaller's media type, and they should send it to the server.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 1 month
[JBoss JIRA] (ISPN-11881) Expose fetchSize for Query.iterator()
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11881?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes reassigned ISPN-11881:
----------------------------------------
Assignee: Gustavo Fernandes
> Expose fetchSize for Query.iterator()
> -------------------------------------
>
> Key: ISPN-11881
> URL: https://issues.redhat.com/browse/ISPN-11881
> Project: Infinispan
> Issue Type: Enhancement
> Components: Embedded Querying
> Affects Versions: 11.0.0.Dev05
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Labels: query-ispn11
>
> Query.iterator() should accept a param to specify the fetch size of entries. For indexless query, this would affect the underlying stream and for distributed lucene queries it would set the underlying DistributedIterator's fetchSize
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 1 month
[JBoss JIRA] (ISPN-11797) Introduce strong typed indexing configuration
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11797?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-11797:
-------------------------------------
Labels: (was: query-ispn11)
> Introduce strong typed indexing configuration
> ---------------------------------------------
>
> Key: ISPN-11797
> URL: https://issues.redhat.com/browse/ISPN-11797
> Project: Infinispan
> Issue Type: Enhancement
> Components: Embedded Querying, Remote Querying
> Affects Versions: 11.0.0.Dev05
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> {code:xml}
> <!-- Minimal -->
> <indexing>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Medium -->
> <indexing storage="file" path="${server.data}/index">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <indexing storage="heap">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Maximal -->
> <indexing storage="file" path="${server.data}/index">
> <index-reader refresh-interval="10s"/>
> <!-- Check SYNC behavior Hsearch 6 -->
> <index-writer mode="async" commit-internal="10s"/>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> <properties>
> <property name="default.indexwriter.merge_factor">30</property>
> </properties>
> </indexing>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 1 month
[JBoss JIRA] (ISPN-11908) Fix Wildfly version.
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-11908?page=com.atlassian.jira.plugi... ]
Work on ISPN-11908 started by Pedro Ruivo.
------------------------------------------
> Fix Wildfly version.
> --------------------
>
> Key: ISPN-11908
> URL: https://issues.redhat.com/browse/ISPN-11908
> Project: Infinispan
> Issue Type: Bug
> Components: WildFly modules
> Affects Versions: 11.0.0.CR1
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> {{wildfly-feature-pack}} and {{wildfly-feature-pack-build-maven-plugin}} have the version hardcoded in pom.
> They should use the versions set in build-configuration pom, {{appserver.version}} and {{version.org.wildfly.build-tool}} repectively.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 1 month
[JBoss JIRA] (ISPN-11908) Fix Wildfly version.
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-11908?page=com.atlassian.jira.plugi... ]
Pedro Ruivo updated ISPN-11908:
-------------------------------
Status: Open (was: New)
> Fix Wildfly version.
> --------------------
>
> Key: ISPN-11908
> URL: https://issues.redhat.com/browse/ISPN-11908
> Project: Infinispan
> Issue Type: Bug
> Components: WildFly modules
> Affects Versions: 11.0.0.CR1
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> {{wildfly-feature-pack}} and {{wildfly-feature-pack-build-maven-plugin}} have the version hardcoded in pom.
> They should use the versions set in build-configuration pom, {{appserver.version}} and {{version.org.wildfly.build-tool}} repectively.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 1 month
[JBoss JIRA] (ISPN-11904) Create a JMX test for ISPN Server
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-11904?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-11904:
---------------------------------
Description:
Create a JMX test for ISPN Server
We have JMX tests for the main JMX operations.
I would like to have this one because:
* Cache configuration in the XML file
* Additional arguments to start the server
* The URL connection between the client and the server
was:Create a JMX test for ISPN Server
> Create a JMX test for ISPN Server
> ---------------------------------
>
> Key: ISPN-11904
> URL: https://issues.redhat.com/browse/ISPN-11904
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 11.0.0.CR1
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Major
>
> Create a JMX test for ISPN Server
> We have JMX tests for the main JMX operations.
> I would like to have this one because:
> * Cache configuration in the XML file
> * Additional arguments to start the server
> * The URL connection between the client and the server
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 1 month
[JBoss JIRA] (ISPN-11908) Fix Wildfly version.
by Pedro Ruivo (Jira)
Pedro Ruivo created ISPN-11908:
----------------------------------
Summary: Fix Wildfly version.
Key: ISPN-11908
URL: https://issues.redhat.com/browse/ISPN-11908
Project: Infinispan
Issue Type: Bug
Components: WildFly modules
Affects Versions: 11.0.0.CR1
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 11.0.0.Final
{{wildfly-feature-pack}} and {{wildfly-feature-pack-build-maven-plugin}} have the version hardcoded in pom.
They should use the versions set in build-configuration pom, {{appserver.version}} and {{version.org.wildfly.build-tool}} repectively.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 1 month