[
https://issues.apache.org/jira/browse/PHOENIX-4983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16693987#comment-16693987
]
ASF GitHub Bot commented on PHOENIX-4983:
-----------------------------------------
GitHub user swaroopak opened a pull request:
https://github.com/apache/phoenix/pull/405
PHOENIX-4983: Allow using a connection with a SCN set to write data to
tables EXCEPT transactional tables or mutable tables with indexes or tables
with ROW_TIMESTAMP column.
…
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/swaroopak/phoenix PHOENIX-4983
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/405.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #405
----
commit 7e94cd4b4cc935fe2d810e73c78ba2e208b760c2
Author: s.kadam <s.kadam@...>
Date: 2018-11-21T01:24:01Z
PHOENIX-4983: Allow using a connection with a SCN set to write data to
tables EXCEPT transactional tables or mutable tables with indexes or tables
with ROW_TIMESTAMP column.
----
> Allow using a connection with a SCN set to write data to tables EXCEPT
> transactional tables or mutable tables with indexes or tables with a
> ROW_TIMESTAMP column
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-4983
> URL: https://issues.apache.org/jira/browse/PHOENIX-4983
> Project: Phoenix
> Issue Type: New Feature
> Reporter: Thomas D'Silva
> Assignee: Swaroopa Kadam
> Priority: Major
> Labels: SFDC
>
> Currently If a SCN is set on a connection it is read-only. We only need to
> prevent a client from using a connection with a SCN set to upsert data for:
> 1) transactional tables
> 2) mutable tables with indexes
> 3) tables with a ROW_TIMESTAMP column
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)