[
https://issues.apache.org/jira/browse/TRAFODION-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15340140#comment-15340140
]
ASF GitHub Bot commented on TRAFODION-2074:
-------------------------------------------
Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/550#discussion_r67742676
--- Diff: core/sql/exp/ExpHbaseInterface.h ---
@@ -62,22 +62,6 @@ class ExHbaseAccessStats;
Int64 getTransactionIDFromContext();
-using namespace apache::thrift;
-using namespace apache::thrift::protocol;
-using namespace apache::thrift::transport;
-
-using namespace apache::hadoop::hbase::thrift;
-
-namespace {
-
- typedef std::vector<std::string> StrVec;
--- End diff --
Yes. We can do this as a different PR because I suspect it would involve
more code changes.
> Create index should avoid populating the index within a transaction
> -------------------------------------------------------------------
>
> Key: TRAFODION-2074
> URL: https://issues.apache.org/jira/browse/TRAFODION-2074
> Project: Apache Trafodion
> Issue Type: Improvement
> Components: sql-exe
> Affects Versions: 2.0-incubating
> Reporter: Selvaganesan Govindarajan
> Assignee: Selvaganesan Govindarajan
> Fix For: 2.1-incubating
>
>
> Populating the index is done via load command. Load command doesn't need
> transaction. Transactions in Trafodion have 2hr expiry period. If the load
> takes more than 2 hours to populate the index the create index will always
> fail.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)