[
https://issues.apache.org/jira/browse/PHOENIX-5527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16962536#comment-16962536
]
Kadir OZDEMIR commented on PHOENIX-5527:
----------------------------------------
[~giskender],
org.apache.phoenix.schema.stats.TxStatsCollectorIT.testGuidePostWidthUsedInDefaultStatsCollector[mutable=false,transactionProvider=OMID,columnEncoded=false]
is failing with
org.apache.phoenix.execute.CommitException: java.lang.IllegalArgumentException:
Timestamp not allowed in transactional user
operationsorg.apache.phoenix.execute.CommitException:
java.lang.IllegalArgumentException: Timestamp not allowed in transactional user
operations
at
org.apache.phoenix.execute.MutationState.sendMutations(MutationState.java:1185)
at org.apache.phoenix.execute.MutationState.send(MutationState.java:979)
Would you please check if GlobalIndexChecker is added to immutable
transactional tables? It should not be added.
> Unverified index rows should not be deleted due to replication lag
> -------------------------------------------------------------------
>
> Key: PHOENIX-5527
> URL: https://issues.apache.org/jira/browse/PHOENIX-5527
> Project: Phoenix
> Issue Type: Improvement
> Affects Versions: 5.0.0, 4.14.3
> Reporter: Kadir OZDEMIR
> Assignee: Kadir OZDEMIR
> Priority: Major
> Fix For: 4.15.0, 5.1.0
>
> Attachments: PHOENIX-5527.master.001.patch,
> PHOENIX-5527.master.002.patch, PHOENIX-5527.master.003.patch,
> PHOENIX-5527.master.004.patch
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> The current default delete time for unverified index rows is 10 minutes. If
> an index table row is replicated before its data table row and the
> replication row is unverified at the time of replication, it can be deleted
> when it is scanned on the destination cluster. To prevent these deletes due
> to replication lag issues, we should increase the default time to 7 days.
> This value is configurable using the configuration parameter,
> phoenix.global.index.row.age.threshold.to.delete.ms.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)