[
https://issues.apache.org/jira/browse/PHOENIX-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15881110#comment-15881110
]
Thomas D'Silva commented on PHOENIX-3671:
-----------------------------------------
Yes, {{MutationStatate.join(MutationState newMutationState)}} is called on the
parent thread which adds the {{txAwares}} from the child to the parent's
{{txContext}}
The child threads MutationState is initialized with the same Transaction object
and each one has its own {{List<TransactionAware> txAwares}}
{{MutationState.resetTransactionalState()}} is called on connection commit,
rollback or when the tranasaction is started.
> Implement TAL functionality for Tephra
> --------------------------------------
>
> Key: PHOENIX-3671
> URL: https://issues.apache.org/jira/browse/PHOENIX-3671
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Ohad Shacham
> Attachments: PHOENIX-3671.v1.patch
>
>
> Implement TAL functionality for Tephra.Tephra TAL will be connected to
> Phoenix when this subtask will be committed. From that stage any transaction
> processor will be able to implement the TAL and used by Phoenix.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)