[
https://issues.apache.org/jira/browse/TRAFODION-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856884#comment-15856884
]
ASF GitHub Bot commented on TRAFODION-2472:
-------------------------------------------
GitHub user prashanth-vasudev opened a pull request:
https://github.com/apache/incubator-trafodion/pull/947
[TRAFODION-2472] disable transactional alter command for hbase options.
Transaction DDL for alter commands is currently disabled.
There are few statements such as alter hbase option that is not disabled
which results in unpredictable errors.
Initially fix would be to disable alter statement to not use DDl
transaction.
Following this initial fix, DDL transaction would be enhanced to support
of Alter table statement.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prashanth-vasudev/incubator-trafodion
alteroption
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/947.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #947
----
----
> Alter table hbase options is not transaction enabled.
> -----------------------------------------------------
>
> Key: TRAFODION-2472
> URL: https://issues.apache.org/jira/browse/TRAFODION-2472
> Project: Apache Trafodion
> Issue Type: Bug
> Components: dtm
> Reporter: Prashanth Vasudev
> Assignee: Prashanth Vasudev
> Fix For: 2.1-incubating
>
>
> Transaction DDL for alter commands is currently disabled.
> There are few statements such as alter hbase option that is not disabled
> which results in unpredictable errors.
> Initially fix would be to disable alter statement to not use DDl transaction.
> Following this DDL transaction would be enhanced to support of Alter table
> statement.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)