[ https://issues.redhat.com/browse/ISPN-11158?page=com.atlassian.jira.plugi... ]
Donald Naro closed ISPN-11158.
------------------------------
> Docs: index.html improvements and productization
> ------------------------------------------------
>
> Key: ISPN-11158
> URL: https://issues.redhat.com/browse/ISPN-11158
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
> Fix For: 10.1.1.Final
>
>
> Improve index.html to make it easier to find info. Also sort out Admin/Config Guides.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
Katia Aresti created ISPN-11194:
-----------------------------------
Summary: Actuator metrics bean might cause long timeouts
Key: ISPN-11194
URL: https://issues.redhat.com/browse/ISPN-11194
Project: Infinispan
Issue Type: Feature Request
Components: Spring Integration
Reporter: Katia Aresti
The actual implementation of the Actuator metric implementation may cause some issues of timeouts in prometheus when working with replicated and distributed caches.
Provide a way to avoid long timeouts on stats
- Local cache stats ?
- Add expired entries on stats ?
Some ideas to get:
https://github.com/infinispan/infinispan-spring-boot/pull/126
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[ https://issues.redhat.com/browse/ISPN-11194?page=com.atlassian.jira.plugi... ]
Katia Aresti reassigned ISPN-11194:
-----------------------------------
Assignee: Katia Aresti
> Actuator metrics bean might cause long timeouts
> -----------------------------------------------
>
> Key: ISPN-11194
> URL: https://issues.redhat.com/browse/ISPN-11194
> Project: Infinispan
> Issue Type: Feature Request
> Components: Spring Integration
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Major
>
> The actual implementation of the Actuator metric implementation may cause some issues of timeouts in prometheus when working with replicated and distributed caches.
> Provide a way to avoid long timeouts on stats
> - Local cache stats ?
> - Add expired entries on stats ?
> Some ideas to get:
> https://github.com/infinispan/infinispan-spring-boot/pull/126
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[ https://issues.redhat.com/browse/IPROTO-126?page=com.atlassian.jira.plugi... ]
Work on IPROTO-126 started by Nistor Adrian.
--------------------------------------------
> JDK version check in the annotation processor fails on JDK 14-ea / 15-ea
> ------------------------------------------------------------------------
>
> Key: IPROTO-126
> URL: https://issues.redhat.com/browse/IPROTO-126
> Project: Infinispan ProtoStream
> Issue Type: Bug
> Affects Versions: 4.3.1.Final
> Reporter: Rostislav Svoboda
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 4.3.2.Final
>
>
> JDK version check in the annotation processor fails on JDK 14-ea / 15-ea
> Currently https://github.com/infinispan/protostream/blob/master/processor/src/main/... can't handle {{XY-ea}} builds of JDK
> {code}
> Caused by: java.lang.NumberFormatException: For input string: "14-ea"
> at java.lang.NumberFormatException.forInputString (NumberFormatException.java:68)
> at java.lang.Integer.parseInt (Integer.java:652)
> at java.lang.Integer.parseInt (Integer.java:770)
> at org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor.getJavaMajorVersion (AutoProtoSchemaBuilderAnnotationProcessor.java:214)
> {code}
> Noticed via integration-tests/infinispan-client when trying to verify https://github.com/quarkusio/quarkus/issues/5554 with latest jdk builds.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
Rostislav Svoboda created IPROTO-126:
----------------------------------------
Summary: JDK version check in the annotation processor fails on JDK 14-ea / 15-ea
Key: IPROTO-126
URL: https://issues.redhat.com/browse/IPROTO-126
Project: Infinispan ProtoStream
Issue Type: Bug
Affects Versions: 4.3.1.Final
Reporter: Rostislav Svoboda
JDK version check in the annotation processor fails on JDK 14-ea / 15-ea
Currently https://github.com/infinispan/protostream/blob/master/processor/src/main/... can't handle {{XY-ea}} builds of JDK
{code}
Caused by: java.lang.NumberFormatException: For input string: "14-ea"
at java.lang.NumberFormatException.forInputString (NumberFormatException.java:68)
at java.lang.Integer.parseInt (Integer.java:652)
at java.lang.Integer.parseInt (Integer.java:770)
at org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor.getJavaMajorVersion (AutoProtoSchemaBuilderAnnotationProcessor.java:214)
{code}
Noticed via integration-tests/infinispan-client when trying to verify https://github.com/quarkusio/quarkus/issues/5554 with latest jdk builds.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[ https://issues.redhat.com/browse/IPROTO-126?page=com.atlassian.jira.plugi... ]
Rostislav Svoboda commented on IPROTO-126:
------------------------------------------
[~anistor] can you look into it ? you fixed IPROTO-122 ...
> JDK version check in the annotation processor fails on JDK 14-ea / 15-ea
> ------------------------------------------------------------------------
>
> Key: IPROTO-126
> URL: https://issues.redhat.com/browse/IPROTO-126
> Project: Infinispan ProtoStream
> Issue Type: Bug
> Affects Versions: 4.3.1.Final
> Reporter: Rostislav Svoboda
> Priority: Major
>
> JDK version check in the annotation processor fails on JDK 14-ea / 15-ea
> Currently https://github.com/infinispan/protostream/blob/master/processor/src/main/... can't handle {{XY-ea}} builds of JDK
> {code}
> Caused by: java.lang.NumberFormatException: For input string: "14-ea"
> at java.lang.NumberFormatException.forInputString (NumberFormatException.java:68)
> at java.lang.Integer.parseInt (Integer.java:652)
> at java.lang.Integer.parseInt (Integer.java:770)
> at org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor.getJavaMajorVersion (AutoProtoSchemaBuilderAnnotationProcessor.java:214)
> {code}
> Noticed via integration-tests/infinispan-client when trying to verify https://github.com/quarkusio/quarkus/issues/5554 with latest jdk builds.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)