[JBoss JIRA] (ISPN-10421) ServerNG: semantic network address configuration
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10421?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10421:
-----------------------------------
Status: Open (was: New)
> ServerNG: semantic network address configuration
> ------------------------------------------------
>
> Key: ISPN-10421
> URL: https://issues.jboss.org/browse/ISPN-10421
> Project: Infinispan
> Issue Type: Sub-task
> Components: Configuration, Server
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta5
>
>
> Use semantic naming for interface / network address selection compatible with JGroups http://www.jgroups.org/manual4/index.html#Transport
> * GLOBAL Picks a global IP address if available. If not, falls back to a SITE_LOCAL IP address.
> * SITE_LOCAL Picks a site local (non routable) IP address, e.g. from the 192.168.0.0 or 10.0.0.0 address range.
> * LINK_LOCAL Picks a link-local IP address, from 169.254.1.0 through 169.254.254.255.
> * NON_LOOPBACK Picks any non loopback address.
> * LOOPBACK Pick a loopback address, e.g. 127.0.0.1.
> * match-interface Pick an address which matches a pattern against the interface name, e.g. match-interface:eth.\*
> * match-address Pick an address which matches a pattern against the host address, e.g. match-address:192.168.\*
> * match-host Pick an address which matches a pattern against the host name, e.g. match-host:linux.\*
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 5 months
[JBoss JIRA] (ISPN-10421) ServerNG: semantic network address configuration
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10421:
--------------------------------------
Summary: ServerNG: semantic network address configuration
Key: ISPN-10421
URL: https://issues.jboss.org/browse/ISPN-10421
Project: Infinispan
Issue Type: Sub-task
Components: Configuration, Server
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.0.0.Beta5
Use semantic naming for interface / network address selection compatible with JGroups http://www.jgroups.org/manual4/index.html#Transport
* GLOBAL Picks a global IP address if available. If not, falls back to a SITE_LOCAL IP address.
* SITE_LOCAL Picks a site local (non routable) IP address, e.g. from the 192.168.0.0 or 10.0.0.0 address range.
* LINK_LOCAL Picks a link-local IP address, from 169.254.1.0 through 169.254.254.255.
* NON_LOOPBACK Picks any non loopback address.
* LOOPBACK Pick a loopback address, e.g. 127.0.0.1.
* match-interface Pick an address which matches a pattern against the interface name, e.g. match-interface:eth.\*
* match-address Pick an address which matches a pattern against the host address, e.g. match-address:192.168.\*
* match-host Pick an address which matches a pattern against the host name, e.g. match-host:linux.\*
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 5 months
[JBoss JIRA] (ISPN-10418) java.lang.UnsupportedOperationException: FieldDescriptor.getDefaultValue() called on an embedded message field (only scalars can have a default value)
by Nistor Adrian (Jira)
[ https://issues.jboss.org/browse/ISPN-10418?page=com.atlassian.jira.plugin... ]
Nistor Adrian updated ISPN-10418:
---------------------------------
Sprint: DataGrid Sprint #31
> java.lang.UnsupportedOperationException: FieldDescriptor.getDefaultValue() called on an embedded message field (only scalars can have a default value)
> ------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-10418
> URL: https://issues.jboss.org/browse/ISPN-10418
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Affects Versions: 10.0.0.Beta4
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 10.0.0.Beta5
>
>
> This started to happen after upgrading to protostream 4.3 which introduces some asserts in FieldDescriptor.getDefaultValue() with the recently fixed IPROTO-80.
> This happens mainly due to IndexingTagHandler.indexMissingFields calling getDefaultValue() regardless of the type.
> {code}
> org.infinispan.client.hotrod.exceptions.HotRodClientException:Request for messageId=686 returned server error (status=0x85): org.infinispan.remoting.RemoteException: ISPN000217: Received exception from RemoteContinuousQueryTest-NodeD-22902, see cause for remote stack trace
> org.hibernate.search.bridge.BridgeException: Exception while calling bridge#set
> entity class: org.infinispan.query.remote.impl.indexing.ProtobufValueWrapper
> field bridge: org.infinispan.query.remote.impl.indexing.ProtobufValueWrapperFieldBridge@1b9bf39c
> java.lang.UnsupportedOperationException: FieldDescriptor.getDefaultValue() called on an embedded message field (only scalars can have a default value).
> at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:340)
> at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:177)
> at org.infinispan.client.hotrod.impl.transport.netty.HeaderDecoder.decode(HeaderDecoder.java:138)
> at org.infinispan.client.hotrod.impl.transport.netty.HintedReplayingDecoder.callDecode(HintedReplayingDecoder.java:94)
> at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 5 months
[JBoss JIRA] (IPROTO-103) Not possible to have @ProtoField of type List<byte[]>
by Nistor Adrian (Jira)
[ https://issues.jboss.org/browse/IPROTO-103?page=com.atlassian.jira.plugin... ]
Nistor Adrian updated IPROTO-103:
---------------------------------
Status: Open (was: New)
> Not possible to have @ProtoField of type List<byte[]>
> -----------------------------------------------------
>
> Key: IPROTO-103
> URL: https://issues.jboss.org/browse/IPROTO-103
> Project: Infinispan ProtoStream
> Issue Type: Bug
> Affects Versions: 4.3.0.Alpha8
> Reporter: Ryan Emerson
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 4.3.0.Alpha9
>
>
> {code:java}
> static final class ExpiryBucket {
> @ProtoField(number = 1, collectionImplementation = ArrayList.class)
> List<byte[]> entries;
> ExpiryBucket() {}
> ExpiryBucket(byte[]... entries) {
> this.entries = Arrays.asList(entries);
> }
> }
> {code}
> Error:
> {code:java}
> PersistenceContextInitializer.java:[19,1] org.infinispan.protostream.annotations.ProtoSchemaBuilderException: The class byte[] must be instantiable using an accessible no-argument constructor.
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 5 months