[JBoss JIRA] (IPROTO-51) ProtoSchemaBuilder fails on required property of type bytes
by Adrian Nistor (Jira)
[ https://issues.jboss.org/browse/IPROTO-51?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated IPROTO-51:
--------------------------------
Fix Version/s: (was: 4.2.2.Final)
> ProtoSchemaBuilder fails on required property of type bytes
> -----------------------------------------------------------
>
> Key: IPROTO-51
> URL: https://issues.jboss.org/browse/IPROTO-51
> Project: Infinispan ProtoStream
> Issue Type: Bug
> Affects Versions: 3.0.5.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Priority: Major
> Fix For: 4.3.0.Alpha1, 4.3.0.Final, 4.1.5.Final
>
>
> {code}
> @ProtoField(number = 10, required = true)
> public byte[] getName() {
> return name;
> }
> {code}
> reults in
> Failure: org.infinispan.protostream.annotations.ProtoSchemaBuilderException: Repeated field 'name' of class app.model.Train cannot be marked required.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (ISPN-9605) Remove extraneous code related to eager near cache
by Gustavo Fernandes (Jira)
[ https://issues.jboss.org/browse/ISPN-9605?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes commented on ISPN-9605:
-----------------------------------------
___eager-key-value-version-converter should be renamed to "key-value-converter" since it is used by the spark connector
> Remove extraneous code related to eager near cache
> --------------------------------------------------
>
> Key: ISPN-9605
> URL: https://issues.jboss.org/browse/ISPN-9605
> Project: Infinispan
> Issue Type: Sub-task
> Components: Listeners
> Reporter: William Burns
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> Eager near caching ended up sending too much data across the socket and thus we removed it in favor of only invalidated near caching. We should remove the old code lying around, such as in NearCacheService.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months