[JBoss JIRA] (ISPN-12137) Protostream files bug
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12137?page=com.atlassian.jira.plugi... ]
Ryan Emerson resolved ISPN-12137.
---------------------------------
Fix Version/s: 11.0.2.Final
12.0.0.Dev01
Resolution: Done
> Protostream files bug
> ---------------------
>
> Key: ISPN-12137
> URL: https://issues.redhat.com/browse/ISPN-12137
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 11.0.1.Final
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Major
> Fix For: 11.0.2.Final, 12.0.0.Dev01
>
>
> Creating a cache with protostream with quarkus, we can't list the protostream files correctement and we get 404
>
> [http://localhost:11222/rest/v2/schemas]
> {
> name: "MonitoringAppContextInitializer.proto",
> error: null
> },
> {
> name: "org/infinispan/protostream/message-wrapping.proto",
> error: null
> },
> {
> name: "org/infinispan/query/remote/client/query.proto",
> error: null
> }
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months
[JBoss JIRA] (ISPN-12152) Remove the Kryo and Protostuff Marshallers
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-12152:
-----------------------------------
Summary: Remove the Kryo and Protostuff Marshallers
Key: ISPN-12152
URL: https://issues.redhat.com/browse/ISPN-12152
Project: Infinispan
Issue Type: Task
Components: Marshalling
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 12.0.0.Dev01
We should remove the Kryo and Protostuff marsallers as they are no longer actively maintained and are seemingly not used by the community.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months
[JBoss JIRA] (ISPN-12146) CLI - Stats is not working
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12146?page=com.atlassian.jira.plugi... ]
Ryan Emerson resolved ISPN-12146.
---------------------------------
Fix Version/s: 11.0.2.Final
12.0.0.Dev01
Resolution: Done
> CLI - Stats is not working
> --------------------------
>
> Key: ISPN-12146
> URL: https://issues.redhat.com/browse/ISPN-12146
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 11.0.1.Final
> Reporter: Gustavo Lira Silva
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 11.0.2.Final, 12.0.0.Dev01
>
>
> Connecting to the server using CLI and running *{{stats}}* is not working, a null message is appearing
> The cache was created with
> {code:java}
> builder.statistics().enable().remoteCache("my-cache")
> .templateName(DefaultTemplate.DIST_SYNC);
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months
[JBoss JIRA] (ISPN-12130) RollingUpgradeIT ignoring system properties
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-12130?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-12130:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> RollingUpgradeIT ignoring system properties
> -------------------------------------------
>
> Key: ISPN-12130
> URL: https://issues.redhat.com/browse/ISPN-12130
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 12.0.0.Final, 11.0.1.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 12.0.0.Dev01
>
>
> RollingUpgradeIT manually calls {{InfinispanServerDriver}}, however it passes in a new {{Properties}} object resulting any properties set on the command line, such as the image to be used for the tests, being ignored. Instead {{System.getProperties()}} should be passed to the driver.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months
[JBoss JIRA] (ISPN-11604) CountMarshallingPojo Breaks with parallel tests
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-11604?page=com.atlassian.jira.plugi... ]
Ryan Emerson resolved ISPN-11604.
---------------------------------
Resolution: Done
> CountMarshallingPojo Breaks with parallel tests
> -----------------------------------------------
>
> Key: ISPN-11604
> URL: https://issues.redhat.com/browse/ISPN-11604
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 10.1.5.Final, 11.0.0.Dev03
> Reporter: Ryan Emerson
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 12.0.0.Dev01
>
>
> CountMarshallingPojo uses static fields for the marshall count, and it breaks when 2 of the many tests that use it run in parallel. Either it should have a custom raw marshaller, with a different marshaller instance in each test, or it should have a test name field and it should maintain a map of marshall counts per test.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months