[JBoss JIRA] (ISPN-8818) Archive HTML docs to Jenkins
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-8818:
-------------------------------------
Summary: Archive HTML docs to Jenkins
Key: ISPN-8818
URL: https://issues.jboss.org/browse/ISPN-8818
Project: Infinispan
Issue Type: Enhancement
Components: Build, Documentation-Core
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.2.0.CR3
For commits which change the docs it would be useful to archive them to Jenkins so that they can be verified more easily
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (ISPN-8817) build[.sh|.bat] should set clean install as default maven goals
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-8817:
-------------------------------------
Summary: build[.sh|.bat] should set clean install as default maven goals
Key: ISPN-8817
URL: https://issues.jboss.org/browse/ISPN-8817
Project: Infinispan
Issue Type: Enhancement
Components: Build
Affects Versions: 9.2.0.CR2
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.2.0.CR3
The build scripts default to the "install" maven goal, but this can lead to broken builds. The default should be "clean install"
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (ISPN-8806) ClusterStreamManagerImpl Subscription can request too many remote entries
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-8806?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-8806:
--------------------------------
Status: Open (was: New)
> ClusterStreamManagerImpl Subscription can request too many remote entries
> -------------------------------------------------------------------------
>
> Key: ISPN-8806
> URL: https://issues.jboss.org/browse/ISPN-8806
> Project: Infinispan
> Issue Type: Bug
> Components: Streams
> Affects Versions: 9.2.0.CR2
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 9.2.0.CR3
>
>
> The ClusterStreamManagerImpl.ClusterStreamSubscription stores a requestedAmount variable to ensure that only the correct number of entries are requested. It also ensures that only a single request per node can be done at at time by protecting calls via pendingRequest variable. Unfortunately there is an interleaving of code that allows for a request to possibly send 2 batches worth. This can cause the downstream queues that rely on only a specific number of entries to fail sometimes.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month