James Taylor created PHOENIX-4783:
-------------------------------------
Summary: Fix Timestamp not allowed in transactional user
operations error
Key: PHOENIX-4783
URL: https://issues.apache.org/jira/browse/PHOENIX-4783
Project: Phoenix
Issue Type: Sub-task
Reporter: James Taylor
Assignee: Ohad Shacham
MutableRollbackIT.testCheckpointAndRollback() is failing with an error of
"Timestamp not allowed in transactional user operations" from Omid. We should
fix this in Omid or workaround it in Phoenix.
{code:java}
ERROR]
testCheckpointAndRollback[MutableRollbackIT_localIndex=false](org.apache.phoenix.end2end.index.txn.MutableRollbackIT)
Time elapsed: 8.822 s <<< ERROR!
org.apache.phoenix.execute.CommitException: java.lang.IllegalArgumentException:
Timestamp not allowed in transactional user operations
at
org.apache.phoenix.end2end.index.txn.MutableRollbackIT.testCheckpointAndRollback(MutableRollbackIT.java:475)
Caused by: java.lang.IllegalArgumentException: Timestamp not allowed in
transactional user operations
at
org.apache.phoenix.end2end.index.txn.MutableRollbackIT.testCheckpointAndRollback(MutableRollbackIT.java:475)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)