[infinispan-issues] [JBoss JIRA] (ISPN-8357) Avoid index="LOCAL" in default configurations
Galder Zamarreño (JIRA)
issues at jboss.org
Thu Sep 28 08:03:00 EDT 2017
[ https://issues.jboss.org/browse/ISPN-8357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469727#comment-13469727 ]
Galder Zamarreño commented on ISPN-8357:
----------------------------------------
This could be causing exceptions like this to appear:
{code}
org.infinispan.client.hotrod.exceptions.HotRodClientException:Request for messageId=11 returned server error (status=0x85): org.hibernate.search.exception.SearchException: Unknown index referenced : org.infinispan.query.remote.impl.indexing.ProtobufValueWrapper
at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:363)
at org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:152)
at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:138)
at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:60)
at org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation.sendPutOperation(AbstractKeyValueOperation.java:58)
at org.infinispan.client.hotrod.impl.operations.PutOperation.executeOperation(PutOperation.java:34)
at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:56)
at org.infinispan.client.hotrod.impl.RemoteCacheImpl.put(RemoteCacheImpl.java:268)
at org.infinispan.client.hotrod.impl.RemoteCacheSupport.put(RemoteCacheSupport.java:77)
at stream.StationBoardsInjectorVerticle.lambda$startLoading$12(StationBoardsInjectorVerticle.java:90)
{code}
> Avoid index="LOCAL" in default configurations
> ---------------------------------------------
>
> Key: ISPN-8357
> URL: https://issues.jboss.org/browse/ISPN-8357
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 9.0.3.Final, 9.1.1.Final
> Reporter: Galder Zamarreño
> Assignee: Adrian Nistor
>
> This option is deprecated and should be changed.
> The default server configuration comes with configurations that use this deprecated option.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list