[JBoss JIRA] (ISPN-7576) Documentation chapter about Rolling Upgrades on Kubernetes is including all of Server documentation
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-7576?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-7576:
-------------------------------------
Assignee: Tristan Tarrant (was: Sebastian Łaskawiec)
> Documentation chapter about Rolling Upgrades on Kubernetes is including all of Server documentation
> ---------------------------------------------------------------------------------------------------
>
> Key: ISPN-7576
> URL: https://issues.jboss.org/browse/ISPN-7576
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation-Servers
> Reporter: Sanne Grinovero
> Assignee: Tristan Tarrant
> Fix For: 9.0.0.CR3, 9.0.0.Final
>
> Attachments: Infinispan TOC.png
>
>
> When building the documentation on current master {{3ad9b90298913e6752d83ce2880ff4e1ccbd0fa3}}
> The rendered structure is:
> {noformat}
> [..]
> 21. Rolling upgrades with Kubernetes and OpenShift
> 21.1. Why Client/Server?
> 21.2. Why use embedded mode?
> {noformat}
> Doesn't seem wise to hide all information about Client/Server and Hot Rod under that.
>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 10 months
[JBoss JIRA] (ISPN-7578) EntryWrappingInterceptor should not invoke tx commands synchronously
by Radim Vansa (JIRA)
Radim Vansa created ISPN-7578:
---------------------------------
Summary: EntryWrappingInterceptor should not invoke tx commands synchronously
Key: ISPN-7578
URL: https://issues.jboss.org/browse/ISPN-7578
Project: Infinispan
Issue Type: Bug
Reporter: Radim Vansa
Assignee: Radim Vansa
{{EntryWrappingInterceptor.wrapEntriesForPrepare}} invokes sub-commands synchronously, as we expect that these will be non-blocking. However if the sub-command needs to fetch remote value (as ReadWrite* commands or PutKeyValueCommand with DELTA_WRITE does), we block the thread in the meantime.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 10 months
[JBoss JIRA] (ISPN-3309) EntryWrappingInterceptor should not wrap entries on the originator in non-tx mode
by Radim Vansa (JIRA)
[ https://issues.jboss.org/browse/ISPN-3309?page=com.atlassian.jira.plugin.... ]
Radim Vansa closed ISPN-3309.
-----------------------------
Resolution: Out of Date
> EntryWrappingInterceptor should not wrap entries on the originator in non-tx mode
> ---------------------------------------------------------------------------------
>
> Key: ISPN-3309
> URL: https://issues.jboss.org/browse/ISPN-3309
> Project: Infinispan
> Issue Type: Task
> Components: Transactions
> Affects Versions: 5.3.0.Final
> Reporter: Dan Berindei
>
> EntryWrappingInterceptor assumes that lock delegation is only enabled in dist caches, so in a repl cache it will wrap the entry twice. This may mean that the entry is also written to the data container twice.
> I have tried changing this assumption in the context of ISPN-3289, but it caused some failures in ClusteredCacheWithRamDirIndexManagerTest and ClusteredCacheWithInfinispanDirectoryTest. The query interceptor may be assuming that the entries are committed to the data container when {{ctx.isOriginLocal() == true}}, so it warrants a more thorough investigation.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 10 months