[JBoss JIRA] (ISPN-11577) Docs: Update Dev Guide Content
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-11577?page=com.atlassian.jira.plugi... ]
Donald Naro updated ISPN-11577:
-------------------------------
Description:
cache_api.adoc
Section: Invocation Flags - api/org/infinispan/context/Flag.html Not Found
Section: Why use such an API? - `(Future<?> f: futures) f.get();` should be covered in try/catch as `f.get` throws a checked exception.
Section: Notifying futures - code snippet gives compilation error on the line `cache.putAsync("key", "value").attachListener(futureListener);`. It says that there is no attachListener(...) method.
assembly_extending.adoc - the extending section is out of date. excluded from prod 8.0.
streams.adoc - various errors during compilation need to be fixed.
was:
cache_api.adoc
Section: Invocation Flags - api/org/infinispan/context/Flag.html Not Found
Section: Why use such an API? - `(Future<?> f: futures) f.get();` should be covered in try/catch as `f.get` throws a checked exception.
Section: Notifying futures - code snippet gives compilation error on the line `cache.putAsync("key", "value").attachListener(futureListener);`. It says that there is no attachListener(...) method.
assembly_extending.adoc - the extending section is out of date. excluded from prod 8.0.
> Docs: Update Dev Guide Content
> ------------------------------
>
> Key: ISPN-11577
> URL: https://issues.redhat.com/browse/ISPN-11577
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
>
> cache_api.adoc
> Section: Invocation Flags - api/org/infinispan/context/Flag.html Not Found
> Section: Why use such an API? - `(Future<?> f: futures) f.get();` should be covered in try/catch as `f.get` throws a checked exception.
> Section: Notifying futures - code snippet gives compilation error on the line `cache.putAsync("key", "value").attachListener(futureListener);`. It says that there is no attachListener(...) method.
> assembly_extending.adoc - the extending section is out of date. excluded from prod 8.0.
> streams.adoc - various errors during compilation need to be fixed.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (ISPN-11512) The mass indexer should iterate over the cache only once
by Nistor Adrian (Jira)
[ https://issues.redhat.com/browse/ISPN-11512?page=com.atlassian.jira.plugi... ]
Nistor Adrian updated ISPN-11512:
---------------------------------
Fix Version/s: 10.1.6.Final
> The mass indexer should iterate over the cache only once
> --------------------------------------------------------
>
> Key: ISPN-11512
> URL: https://issues.redhat.com/browse/ISPN-11512
> Project: Infinispan
> Issue Type: Enhancement
> Components: Indexing
> Affects Versions: 10.1.5.Final, 11.0.0.Dev03
> Reporter: Dan Berindei
> Assignee: Gustavo Fernandes
> Priority: Major
> Fix For: 11.0.0.Final, 10.1.6.Final
>
>
> {{DistributedExecutorMassIndexer}} starts an {{IndexWorker}} for each indexed type and submits them to all the nodes in parallel. Each {{IndexWorker}} runs a blocking iteration over the cache, and when the cache has a store, that iteration is very expensive.
> Each iteration will load and deserialize all the entries in the store. Most stores don't implement {{AbstractSegmentedStoreConfiguration}}, so Infinispan wraps them in a {{ComposedSegmentedLoadWriteStore}}, which iterates over each segment in parallel on the persistence/blocking executor. Since the default number of segments is 256 and the persistence/blocking executor has 4*cpu_count/150 max threads, it doesn't take a lot of parallel iterations to fill the blocking executor's threads and prevent the cache from doing other, more urgent, work.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (ISPN-11577) Docs: Update Dev Guide Content
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-11577?page=com.atlassian.jira.plugi... ]
Donald Naro updated ISPN-11577:
-------------------------------
Description:
cache_api.adoc
Section: Invocation Flags - api/org/infinispan/context/Flag.html Not Found
Section: Why use such an API? - `(Future<?> f: futures) f.get();` should be covered in try/catch as `f.get` throws a checked exception.
Section: Notifying futures - code snippet gives compilation error on the line `cache.putAsync("key", "value").attachListener(futureListener);`. It says that there is no attachListener(...) method.
assembly_extending.adoc - the extending section is out of date. excluded from prod 8.0.
was:
cache_api.adoc
Section: Invocation Flags - api/org/infinispan/context/Flag.html Not Found
> Docs: Update Dev Guide Content
> ------------------------------
>
> Key: ISPN-11577
> URL: https://issues.redhat.com/browse/ISPN-11577
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
>
> cache_api.adoc
> Section: Invocation Flags - api/org/infinispan/context/Flag.html Not Found
> Section: Why use such an API? - `(Future<?> f: futures) f.get();` should be covered in try/catch as `f.get` throws a checked exception.
> Section: Notifying futures - code snippet gives compilation error on the line `cache.putAsync("key", "value").attachListener(futureListener);`. It says that there is no attachListener(...) method.
> assembly_extending.adoc - the extending section is out of date. excluded from prod 8.0.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (ISPN-11577) Docs: Update Dev Guide Content
by Donald Naro (Jira)
Donald Naro created ISPN-11577:
----------------------------------
Summary: Docs: Update Dev Guide Content
Key: ISPN-11577
URL: https://issues.redhat.com/browse/ISPN-11577
Project: Infinispan
Issue Type: Enhancement
Components: Documentation
Reporter: Donald Naro
Assignee: Donald Naro
cache_api.adoc
Section: Invocation Flags - api/org/infinispan/context/Flag.html Not Found
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months