[JBoss JIRA] (ISPN-10836) Docs Productization: Marshalling
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-10836?page=com.atlassian.jira.plugi... ]
Donald Naro closed ISPN-10836.
------------------------------
> Docs Productization: Marshalling
> --------------------------------
>
> Key: ISPN-10836
> URL: https://issues.redhat.com/browse/ISPN-10836
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
> Fix For: 10.1.2.Final, 11.0.0.Alpha1
>
>
> Productize content for marshalling and protostream.
> Modularize existing content.
> Show consistent examples for usage (i.e. should match CLI example).
> Identify additional changes and work to develop customer content.
> Review Server Guide marshalling section (8. Adding Custom Marshaller Bridges) and make sure this is relevant and up to date for DG 8
> From Ryan:
> - protostream and marshalling:
> The important things to document are:
> Jboss marshalling no longer present by default, infinispan-jboss-marshalling jar must be added to the classpath of the client/server if required.
> - Externalizers ignored unless this is present
> Protostream is the default marshaller for user types. Need to document the process of generating marshallers using pojos, and configuring the serialization context.
> - Best practices on how to evolve schemas to ensure backwards-compatibility
> Possible to configure a custom user marshaller in embedded mode, for example if the user wants to use Java Serialization but not jboss marshalling.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-11299) Stale values can be indexed during State Transfer
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11299?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-11299:
-------------------------------------
Description:
If an operation is discarded during state transfer because it was already modified locally, the QueryInterceptor still propagates it to the index, leaving the index out of sync.
Sequence of events:
* T1: State Transfer starts
* T2: The EWI (EntryWrappingInterceptor) starts tracking all non-state-transfer operations
* T3: An entry is added locally
* T4: EWI stores the key
* T5: The same key arrives from State Transfer
* T6: QueryInterceptor indexes it (The QI is installed after EWI but indexing happens before storing the entry in the data container)
* T7: The entry operation is not committed in the data container since it was tracked before as DiscardPolicy{discardStateTransfer=true, discardXSiteStateTransfer=false}
was:
If an operation is discarded during state transfer because it was already modified locally, the QueryInterceptor still propagates it to the index, leaving the index out of sync.
Sequence of events:
* T1: State Transfer starts
* T2: The EWI (EntryWrappingInterceptor) starts tracking all non-state-transfer operations
* T3: An entry is added locally
* T4: EWI stores the key
* T5: The same key arrives from State Transfer
* T6: QueryInterceptor indexes it (The QI is installed after EWI but indexing happens before storing the entry in the data container)
* T7: The entry operation is not committed in the data container since it was tracked before as {{DiscardPolicy{discardStateTransfer=true, discardXSiteStateTransfer=false}}}
> Stale values can be indexed during State Transfer
> -------------------------------------------------
>
> Key: ISPN-11299
> URL: https://issues.redhat.com/browse/ISPN-11299
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 10.1.1.Final
> Reporter: Gustavo Fernandes
> Priority: Major
>
> If an operation is discarded during state transfer because it was already modified locally, the QueryInterceptor still propagates it to the index, leaving the index out of sync.
> Sequence of events:
> * T1: State Transfer starts
> * T2: The EWI (EntryWrappingInterceptor) starts tracking all non-state-transfer operations
> * T3: An entry is added locally
> * T4: EWI stores the key
> * T5: The same key arrives from State Transfer
> * T6: QueryInterceptor indexes it (The QI is installed after EWI but indexing happens before storing the entry in the data container)
> * T7: The entry operation is not committed in the data container since it was tracked before as DiscardPolicy{discardStateTransfer=true, discardXSiteStateTransfer=false}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-11299) Stale values can be indexed during State Transfer
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11299?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-11299:
-------------------------------------
Description:
If an operation is discarded during state transfer because it was already modified locally, the QueryInterceptor still propagates it to the index, leaving the index out of sync.
Sequence of events:
* T1: State Transfer starts
* T2: The EWI (EntryWrappingInterceptor) starts tracking all non-state-transfer operations
* T3: An entry is added locally
* T4: EWI stores the key
* T5: The same key arrives from State Transfer
* T6: QueryInterceptor indexes it (The QI is installed after EWI but indexing happens before storing the entry in the data container)
* T7: The entry operation is not committed in the data container since it was tracked before as {{DiscardPolicy{discardStateTransfer=true, discardXSiteStateTransfer=false}}}
was:
If an operation is discarded during state transfer because it was already modified locally, the QueryInterceptor still propagates it to the index, leaving the index out of sync.
Sequence of events:
* T1: State Transfer starts
* T2: The EWI (EntryWrappingInterceptor) starts tracking all non-state-transfer operations
* T3: An entry is added locally
* T4: EWI stores the key
* T5: The same key arrives from State Transfer
* T6: QueryInterceptor indexes it (The QI is installed after EWI but indexing happens before storing the entry in the data container)
* T7: The entry operation is not committed in the data container since it was tracked before as ```DiscardPolicy{discardStateTransfer=true, discardXSiteStateTransfer=false}
> Stale values can be indexed during State Transfer
> -------------------------------------------------
>
> Key: ISPN-11299
> URL: https://issues.redhat.com/browse/ISPN-11299
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 10.1.1.Final
> Reporter: Gustavo Fernandes
> Priority: Major
>
> If an operation is discarded during state transfer because it was already modified locally, the QueryInterceptor still propagates it to the index, leaving the index out of sync.
> Sequence of events:
> * T1: State Transfer starts
> * T2: The EWI (EntryWrappingInterceptor) starts tracking all non-state-transfer operations
> * T3: An entry is added locally
> * T4: EWI stores the key
> * T5: The same key arrives from State Transfer
> * T6: QueryInterceptor indexes it (The QI is installed after EWI but indexing happens before storing the entry in the data container)
> * T7: The entry operation is not committed in the data container since it was tracked before as {{DiscardPolicy{discardStateTransfer=true, discardXSiteStateTransfer=false}}}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-11299) Stale values can be indexed during State Transfer
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11299?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-11299:
-------------------------------------
Description:
If an operation is discarded during state transfer because it was already modified locally, the QueryInterceptor still propagates it to the index, leaving the index out of sync.
Sequence of events:
* T1: State Transfer starts
* T2: The EWI (EntryWrappingInterceptor) starts tracking all non-state-transfer operations
* T3: An entry is added locally
* T4: EWI stores the key
* T5: The same key arrives from State Transfer
* T6: QueryInterceptor indexes it (The QI is installed after EWI but indexing happens before storing the entry in the data container)
* T7: The entry operation is not committed in the data container since it was tracked before as ```DiscardPolicy{discardStateTransfer=true, discardXSiteStateTransfer=false}
was:
If an operation is discarded during state transfer because it was already modified locally, the QueryInterceptor still propagates it to the index, leaving the index out of sync.
Sequence of events:
* T1: State Transfer starts
* T2: The EWI (EntryWrappingInterceptor) starts tracking all non-state-transfer operations
* T3: An entry is added locally
* T4: EWI stores the key
* T5: The same key arrives from State Transfer
* T6: QueryInterceptor indexes it (The QI is installed after EWI but indexing happens before storing the entry in the data container)
* T7: The entry operation is not committed in the data container since it was tracked before as ```DiscardPolicy{discardStateTransfer=true, discardXSiteStateTransfer=false}```
> Stale values can be indexed during State Transfer
> -------------------------------------------------
>
> Key: ISPN-11299
> URL: https://issues.redhat.com/browse/ISPN-11299
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 10.1.1.Final
> Reporter: Gustavo Fernandes
> Priority: Major
>
> If an operation is discarded during state transfer because it was already modified locally, the QueryInterceptor still propagates it to the index, leaving the index out of sync.
> Sequence of events:
> * T1: State Transfer starts
> * T2: The EWI (EntryWrappingInterceptor) starts tracking all non-state-transfer operations
> * T3: An entry is added locally
> * T4: EWI stores the key
> * T5: The same key arrives from State Transfer
> * T6: QueryInterceptor indexes it (The QI is installed after EWI but indexing happens before storing the entry in the data container)
> * T7: The entry operation is not committed in the data container since it was tracked before as ```DiscardPolicy{discardStateTransfer=true, discardXSiteStateTransfer=false}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months