[JBoss JIRA] (ISPN-10018) Observability: clean up logging categories
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10018?page=com.atlassian.jira.plugin... ]
Tristan Tarrant reassigned ISPN-10018:
--------------------------------------
Assignee: Tristan Tarrant (was: Nistor Adrian)
> Observability: clean up logging categories
> ------------------------------------------
>
> Key: ISPN-10018
> URL: https://issues.jboss.org/browse/ISPN-10018
> Project: Infinispan
> Issue Type: Sub-task
> Components: JMX, reporting and management
> Affects Versions: 10.0.0.Beta2
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> For logs with level INFO, WARN, ERROR, FATAL we want to use specific categories instead of the fully-qualified class name.
> The following is a list of categories:
> * org.infinispan.CLUSTER: messages related to clustering (state transfer, rebalancing, partitioning, etc)
> * org.infinispan.CONFIG: messages related to configuration
> * org.infinispan.PERSISTENCE: messages related to loaders/stores
> * org.infinispan.SECURITY: messages related to security
> * org.infinispan.CONTAINER: messages related to the data container (e.g. expiration, eviction, listeners, transactions, etc)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months
[JBoss JIRA] (ISPN-10706) StateTransfer should complete segments as they are transferred.
by Will Burns (Jira)
[ https://issues.jboss.org/browse/ISPN-10706?page=com.atlassian.jira.plugin... ]
Will Burns updated ISPN-10706:
------------------------------
Description:
State Transfer today sends entries by a given set of segments it owns. This means it will not complete the transfer until all entries for all the given segments are complete. Instead we should be a bit smarter and complete segments as they are sent, since we can efficiently iterate over a given set of segments.
The main problematic part is if we don't have a segmented store and `fetchPersistentState` is enabled. In this case we would need to do the current behavior.
We also can then remove references in the CommitManager by segment, instead of retaining all keys for the given set of segments.
> StateTransfer should complete segments as they are transferred.
> ---------------------------------------------------------------
>
> Key: ISPN-10706
> URL: https://issues.jboss.org/browse/ISPN-10706
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Will Burns
> Priority: Major
>
> State Transfer today sends entries by a given set of segments it owns. This means it will not complete the transfer until all entries for all the given segments are complete. Instead we should be a bit smarter and complete segments as they are sent, since we can efficiently iterate over a given set of segments.
> The main problematic part is if we don't have a segmented store and `fetchPersistentState` is enabled. In this case we would need to do the current behavior.
> We also can then remove references in the CommitManager by segment, instead of retaining all keys for the given set of segments.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months
[JBoss JIRA] (ISPN-10702) Docs: AffinityIndexManager error
by Donald Naro (Jira)
Donald Naro created ISPN-10702:
----------------------------------
Summary: Docs: AffinityIndexManager error
Key: ISPN-10702
URL: https://issues.jboss.org/browse/ISPN-10702
Project: Infinispan
Issue Type: Enhancement
Components: Documentation-Core
Reporter: Donald Naro
Assignee: Donald Naro
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)
6 years, 6 months