[ https://issues.apache.org/jira/browse/PHOENIX-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14262533#comment-14262533 ]
Hudson commented on PHOENIX-1559: --------------------------------- FAILURE: Integrated in Phoenix-3.0-hadoop1 #343 (See [https://builds.apache.org/job/Phoenix-3.0-hadoop1/343/]) PHOENIX-1559 Add AutoCommit flag to connection url (greid: rev 745425fb93dab772662d48bae917b0ce3ad23521) * phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixConnection.java * phoenix-core/src/test/java/org/apache/phoenix/util/JDBCUtilTest.java * phoenix-core/src/main/java/org/apache/phoenix/util/PhoenixRuntime.java * phoenix-core/src/main/java/org/apache/phoenix/util/JDBCUtil.java PHOENIX-1559 Add auto-commit config property (greid: rev abb5c24f4d43b47c434239d4d0f369167fe33411) * phoenix-core/src/test/java/org/apache/phoenix/util/JDBCUtilTest.java * phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixConnection.java * phoenix-core/src/main/java/org/apache/phoenix/util/JDBCUtil.java * phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java * phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java > Allow specifying auto-commit mode in the connection URL or connection > properties > -------------------------------------------------------------------------------- > > Key: PHOENIX-1559 > URL: https://issues.apache.org/jira/browse/PHOENIX-1559 > Project: Phoenix > Issue Type: New Feature > Reporter: Gabriel Reid > Assignee: Gabriel Reid > Fix For: 5.0.0, 4.3, 3.3 > > Attachments: PHOENIX-1559-part2.patch, PHOENIX-1559.patch > > > As reported in PHOENIX-1543, the JDBC spec states that auto-commit should be > enabled on all newly-created connections, but Phoenix currently disables > auto-commit by default. > Some "enterprise" JDBC tools assume that auto-commit is enabled on all new > connections, and don't work correctly unless it is. > It would be useful if it was possible to explicitly turn on auto-commit by > supplying a setting in the connection URL or connection properties. This > would not only make it possible to work with tooling that assumes that all > JDBC drivers follow this spec, but it would also provide a kind of > backwards-compatibility mode once PHOENIX-1543 is implemented. -- This message was sent by Atlassian JIRA (v6.3.4#6332)