[JBoss JIRA] (ISPN-12236) Add Blockhound to junit tests
by Will Burns (Jira)
Will Burns created ISPN-12236:
---------------------------------
Summary: Add Blockhound to junit tests
Key: ISPN-12236
URL: https://issues.redhat.com/browse/ISPN-12236
Project: Infinispan
Issue Type: Enhancement
Components: Server, Test Suite
Reporter: Will Burns
We currently only support blockhound with testng by invoking BlockHoundHelper.installBlockHound in the TestNGTestListener class. We need to add something similar for junit so that the various test modules can utilize it.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-12235) Perform multicast test on startup
by Dan Berindei (Jira)
Dan Berindei created ISPN-12235:
-----------------------------------
Summary: Perform multicast test on startup
Key: ISPN-12235
URL: https://issues.redhat.com/browse/ISPN-12235
Project: Infinispan
Issue Type: Feature Request
Components: Core
Affects Versions: 11.0.3.Final
Reporter: Dan Berindei
Fix For: 12.0.0.Final
UDP and IP multicast in particular are not reliable in some environments. E.g.
* In our test environment datagrams bigger than 9KB are sometimes dropped, causing poor performance.
* In some IPv6 environments datagrams bigger than the MTU are dropped instead of being fragmented when receiving a ICMP 4 "The datagram is too big. Packet fragmentation is required but the 'don't fragment' (DF) flag is on." packet.
* Multicast groups sometimes disappear [with IGMP snooping enabled|https://access.redhat.com/solutions/22169].
Users can diagnose these problems by using JGroups' {{McastSenderTest}} and {{McastReceiverTest}} on all the nodes, but it's a manual process, and it requires an investigation to know that the network might have a problem. This kind of issue first appears in the log as a generic timeout error, e.g.
{noformat}
org.infinispan.commons.CacheException: Initial state transfer timed out for cache org.infinispan.CONFIG on Node
at org.infinispan.statetransfer.StateTransferManagerImpl.waitForInitialStateTransferToComplete(StateTransferManagerImpl.java:246) {noformat}
We should try to help the user by send a big multicast message at the beginning and failing if we don't get responses from all other members.
An alternative would be to expose a multicast test as a Console/CLI operation and invoking it automatically when a diagnostic report is generated.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-12205) Add RocksDB Meta Column Family
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12205?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-12205:
--------------------------------
Status: Open (was: New)
> Add RocksDB Meta Column Family
> ------------------------------
>
> Key: ISPN-12205
> URL: https://issues.redhat.com/browse/ISPN-12205
> Project: Infinispan
> Issue Type: Enhancement
> Components: Loaders and Stores
> Affects Versions: 12.0.0.Dev01
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 12.0.0.Dev03
>
>
> Currently there is no way to determine what version of Infinispan created a RocksDb store, which makes it difficult/impossible to migrate stored data from one Infinispan version to another if a binary incompatibility is introduced.
> We should add an additional column family to store such metadata.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-12234) Remove Rest store
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-12234:
-----------------------------------
Summary: Remove Rest store
Key: ISPN-12234
URL: https://issues.redhat.com/browse/ISPN-12234
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Affects Versions: 12.0.0.Dev02
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 12.0.0.Dev03
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-10702) Docs: AffinityIndexManager error
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-10702?page=com.atlassian.jira.plugi... ]
Donald Naro closed ISPN-10702.
------------------------------
Resolution: Out of Date
> Docs: AffinityIndexManager error
> --------------------------------
>
> Key: ISPN-10702
> URL: https://issues.redhat.com/browse/ISPN-10702
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
>
> code:xml}
> <distributed-cache name="default"
> key-partitioner="org.infinispan.distribution.ch.impl.AffinityPartitioner">
> <indexing index="PRIMARY_OWNER">
> <property name="default.indexmanager">
> org.infinispan.query.affinity.AffinityIndexManager
> </property>
> <!-- optional: control the number of shards, the default is 4 -->
> <property name="default.sharding_strategy.nbr_of_shards">10</property>
> </indexing>
> </distributed-cache>
> {code}
> {noformat}
> |
> | 282: <!---->
> | 283: <distributed-cache name="cache8799v2"
> | 284: key-partitioner="org.infinispan.distribution.ch.impl.AffinityPartitioner">
> | ^^^^ 'key-partitioner' isn't an allowed attribute for the
> | 'distributed-cache' element
> |
> | Attributes allowed here are:
> | batching mode segments
> | capacity-factor module start
> | configuration name statistics
> | jndi-name owners statistics-available
> | l1-lifespan remote-timeout
> |
> | 285: <indexing index="PRIMARY_OWNER">
> | 286: <property name="default.indexmanager">
> | 287: org.infinispan.query.affinity.AffinityIndexManager
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months