[JBoss JIRA] (IPROTO-51) ProtoSchemaBuilder fails on required property of type bytes
by Nistor Adrian (Jira)
[ https://issues.jboss.org/browse/IPROTO-51?page=com.atlassian.jira.plugin.... ]
Nistor Adrian updated IPROTO-51:
--------------------------------
Fix Version/s: 4.3.0.Alpha7
(was: 4.2.0.Alpha4)
(was: 4.1.5.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: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 4.3.0.Alpha7, 4.3.0.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)
6 years, 10 months
[JBoss JIRA] (ISPN-9886) Use UFC_NB and MFC_NB in default embedded configurations
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-9886?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-9886:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 10.0.0.Beta4
Resolution: Done
> Use UFC_NB and MFC_NB in default embedded configurations
> --------------------------------------------------------
>
> Key: ISPN-9886
> URL: https://issues.jboss.org/browse/ISPN-9886
> Project: Infinispan
> Issue Type: Task
> Components: Configuration
> Affects Versions: 10.0.0.Alpha2, 9.4.5.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.0.0.Beta4, 10.0.0.Final
>
>
> Once properly configured, UFC_NB and MFC_NB are just as fast as their blocking siblings (ISPN-9828). We should use the non-blocking variants everywhere to simplify configuration.
> We should include UFC_NB even in the TCP configuration, to prevent async messages from overwhelming the receiver (JGRP-2301).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months