Github user JamesRTaylor commented on the pull request:
https://github.com/apache/phoenix/commit/daaebc49d2e8f5203351a96fa25c0700b1a599cf#commitcomment-18218742
In
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java:
In
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java on
line 247:
@twdsilva - would you mind taking a look at this?
In theory, the call to setUpRealDriver() in the setup test method should
end up calling this to setup the txn client:
if (clientProps.getBoolean(QueryServices.TRANSACTIONS_ENABLED,
QueryServicesOptions.DEFAULT_TRANSACTIONS_ENABLED)) {
setupTxManager();
}
I wonder if it's somehow mistakenly using the test driver? This is somewhat
convoluted, unfortunately.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---