[JBoss JIRA] (ISPN-11242) HotRod server test client sends invalid iteration start request
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-11242?page=com.atlassian.jira.plugi... ]
Dan Berindei commented on ISPN-11242:
-------------------------------------
As an additional data point, the {{includeMetadata}} parameter is only documented in [protocol version 2.5|https://infinispan.org/docs/stable/titles/hotrod_protocol/hotrod_prot...]
> HotRod server test client sends invalid iteration start request
> ---------------------------------------------------------------
>
> Key: ISPN-11242
> URL: https://issues.redhat.com/browse/ISPN-11242
> Project: Infinispan
> Issue Type: Bug
> Components: Server, Test Suite
> Affects Versions: 10.1.1.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.Alpha1
>
>
> {{HotRodIteratorReapTest}} logs a protocol error:
> {noformat}
> 10:39:15,062 TRACE (HotRod-Test-ServerIO-406-1:[]) [BaseDecoder] Parsed header: HotRodHeader{op=ITERATION_START, version=21, messageId=2115, cacheName='Test', flag=0, clientIntel=1, topologyId=0, keyType=null, valueType=null}
> 10:39:15,071 TRACE (HotRod-Test-ServerIO-406-1:[]) [BaseDecoder] Parsing error
> org.infinispan.server.hotrod.InvalidMagicIdException: Error reading magic byte or message id: 0
> at org.infinispan.server.hotrod.HotRodDecoder.switch0(HotRodDecoder.java:208) ~[classes/:?]
> at org.infinispan.server.hotrod.HotRodDecoder.switch1_0(HotRodDecoder.java:153) [classes/:?]
> at org.infinispan.server.hotrod.HotRodDecoder.decode(HotRodDecoder.java:143) [classes/:?]
> at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:503) [netty-codec-4.1.43.Final.jar:4.1.43.Final]
> {noformat}
> This happens because the test client in the server testsuite always sends the {{includeMetadata}} parameter, but the server only expects it when the version number is >= 24.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (ISPN-11242) HotRod server test client sends invalid iteration start request
by Dan Berindei (Jira)
Dan Berindei created ISPN-11242:
-----------------------------------
Summary: HotRod server test client sends invalid iteration start request
Key: ISPN-11242
URL: https://issues.redhat.com/browse/ISPN-11242
Project: Infinispan
Issue Type: Bug
Components: Server, Test Suite
Affects Versions: 10.1.1.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 11.0.0.Alpha1
{{HotRodIteratorReapTest}} logs a protocol error:
{noformat}
10:39:15,062 TRACE (HotRod-Test-ServerIO-406-1:[]) [BaseDecoder] Parsed header: HotRodHeader{op=ITERATION_START, version=21, messageId=2115, cacheName='Test', flag=0, clientIntel=1, topologyId=0, keyType=null, valueType=null}
10:39:15,071 TRACE (HotRod-Test-ServerIO-406-1:[]) [BaseDecoder] Parsing error
org.infinispan.server.hotrod.InvalidMagicIdException: Error reading magic byte or message id: 0
at org.infinispan.server.hotrod.HotRodDecoder.switch0(HotRodDecoder.java:208) ~[classes/:?]
at org.infinispan.server.hotrod.HotRodDecoder.switch1_0(HotRodDecoder.java:153) [classes/:?]
at org.infinispan.server.hotrod.HotRodDecoder.decode(HotRodDecoder.java:143) [classes/:?]
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:503) [netty-codec-4.1.43.Final.jar:4.1.43.Final]
{noformat}
This happens because the test client in the server testsuite always sends the {{includeMetadata}} parameter, but the server only expects it when the version number is >= 24.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (ISPN-11114) NonTxBackupOwnerBecomingPrimaryOwnerTest takes too long
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-11114?page=com.atlassian.jira.plugi... ]
Pedro Ruivo updated ISPN-11114:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: (was: 10.1.2.Final)
Resolution: Done
> NonTxBackupOwnerBecomingPrimaryOwnerTest takes too long
> -------------------------------------------------------
>
> Key: ISPN-11114
> URL: https://issues.redhat.com/browse/ISPN-11114
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Test Suite
> Affects Versions: 10.1.0.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Minor
> Fix For: 11.0.0.Final
>
>
> {{NonTxBackupOwnerBecomingPrimaryOwnerTest}} installs a {{LocalTopologyManagerImpl}} to block topology updates, and never stops blocking. That makes cluster shutdown very slow, as each node leaving triggers a topology updates, and since ISPN-10310 the coordinator doesn't spawn a new thread for the topology update.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (ISPN-11241) Remove Indexing mode
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11241?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-11241:
-------------------------------------
Summary: Remove Indexing mode (was: Deprecate Indexing mode)
> Remove Indexing mode
> --------------------
>
> Key: ISPN-11241
> URL: https://issues.redhat.com/browse/ISPN-11241
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 10.1.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> Index.ALL/Index.PRIMARY_OWNER should be automatically detected by Infinispan based on the index manager used by an entity. This configuration is currently at cache level, causing issues such as ISPN-6947
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (ISPN-11241) Deprecate Indexing mode
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11241?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-11241:
-------------------------------------
Summary: Deprecate Indexing mode (was: Remove Indexing mode)
> Deprecate Indexing mode
> -----------------------
>
> Key: ISPN-11241
> URL: https://issues.redhat.com/browse/ISPN-11241
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 10.1.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> Index.ALL/Index.PRIMARY_OWNER should be automatically detected by Infinispan based on the index manager used by an entity. This configuration is currently at cache level, causing issues such as ISPN-6947
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (ISPN-11241) Deprecate Indexing mode
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11241?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-11241:
-------------------------------------
Summary: Deprecate Indexing mode (was: Deprecated Indexing mode)
> Deprecate Indexing mode
> -----------------------
>
> Key: ISPN-11241
> URL: https://issues.redhat.com/browse/ISPN-11241
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 10.1.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> Index.ALL/Index.PRIMARY_OWNER should be automatically detected by Infinispan based on the index manager used by an entity. This configuration is currently at cache level, causing issues such as ISPN-6947
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (ISPN-11241) Deprecated Indexing mode
by Gustavo Fernandes (Jira)
Gustavo Fernandes created ISPN-11241:
----------------------------------------
Summary: Deprecated Indexing mode
Key: ISPN-11241
URL: https://issues.redhat.com/browse/ISPN-11241
Project: Infinispan
Issue Type: Bug
Affects Versions: 10.1.1.Final
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 11.0.0.Final
Index.ALL/Index.PRIMARY_OWNER should be automatically detected by Infinispan based on the index manager used by an entity. This configuration is currently at cache level, causing issues such as ISPN-6947
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (ISPN-6995) org.apache.lucene.store.AlreadyClosedException when indexing with AffinityIndexManager
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-6995?page=com.atlassian.jira.plugin... ]
Gustavo Fernandes closed ISPN-6995.
-----------------------------------
Resolution: Out of Date
> org.apache.lucene.store.AlreadyClosedException when indexing with AffinityIndexManager
> --------------------------------------------------------------------------------------
>
> Key: ISPN-6995
> URL: https://issues.redhat.com/browse/ISPN-6995
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 9.0.0.Alpha4
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Somehow difficult to reproduce, but during topology changes some entries are not indexed, the indexing backend throws the exception:
> {noformat}
> 14:07:31,089 ERROR (Hibernate Search sync consumer thread for index entity.119) [LuceneBackendQueueTask] HSEARCH000073: Error in backend
> org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
> at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:720)
> at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:734)
> at org.apache.lucene.index.IndexWriter.getAnalyzer(IndexWriter.java:1163)
> at org.hibernate.search.backend.impl.lucene.IndexWriterDelegate.<init>(IndexWriterDelegate.java:39)
> at org.hibernate.search.backend.impl.lucene.AbstractWorkspaceImpl.getIndexWriterDelegate(AbstractWorkspaceImpl.java:206)
> at org.hibernate.search.backend.impl.lucene.LuceneBackendQueueTask.applyUpdates(LuceneBackendQueueTask.java:80)
> at org.hibernate.search.backend.impl.lucene.LuceneBackendQueueTask.run(LuceneBackendQueueTask.java:46)
> at org.hibernate.search.backend.impl.lucene.SyncWorkProcessor$Consumer.applyChangesets(SyncWorkProcessor.java:165)
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months