shahrs87 commented on PR #1541: URL: https://github.com/apache/phoenix/pull/1541#issuecomment-1345823653
One quick observation. The variable `uncommittedStatementIndexes` is used iff the table is transactional. See the code [here](https://github.com/apache/phoenix/blob/dfecc198e88a759105dd5b72564cdbcd7c0ac566/phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java#L1797-L1801) and [here](https://github.com/apache/phoenix/blob/dfecc198e88a759105dd5b72564cdbcd7c0ac566/phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java#L1246-L1257). So first thing to do to reproduce this bug is to make the table transactional. @mnpoonia -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
