[
https://issues.apache.org/jira/browse/TRAFODION-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407305#comment-15407305
]
ASF GitHub Bot commented on TRAFODION-2067:
-------------------------------------------
Github user mashengchen commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/610#discussion_r73469972
--- Diff:
core/sqf/src/seatrans/hbase-trx/src/main/java/org/apache/hadoop/hbase/coprocessor/transactional/TrxRegionEndpoint.java.tmpl
---
@@ -4241,8 +4257,12 @@ CoprocessorService, Coprocessor {
e.add(kv);
try {
final WALKey wk = new
WALKey(this.regionInfo.getEncodedNameAsBytes(), this.regionInfo.getTable(),
EnvironmentEdgeManager.currentTime());
+#ifdef CDH5.7 APACHE1.2
+ txid = this.tHLog.append(this.m_Region.getTableDesc(),
this.regionInfo, wk, e, false);
--- End diff --
i do a test and find out there is no side effect
before cdh5.7
-----------------------------------------------------
2016-08-04 05:44:09,318 TRACE
[B.defaultRpcServer.handler=17,queue=2,port=35946]
transactional.TrxRegionEndpoint: TrxRegionEndpoint coprocessor: commit - txId
3, Write commit HLOG seq 274
----do sqstop && swsopall and do sqstart && swstartall
2016-08-04 06:44:48,680 TRACE
[B.defaultRpcServer.handler=29,queue=2,port=43771]
transactional.TrxRegionEndpoint: TrxRegionEndpoint coprocessor: commit - txId
3, Write commit HLOG seq 214
cdh 5.7
-------------------
2016-08-04 06:18:52,101 TRACE
[PriorityRpcServer.handler=5,queue=1,port=58401]
transactional.TrxRegionEndpoint: TrxRegionEndpoint coprocessor: commit - txId
3, Write commit HLOG seq 227
> Support CDH 5.7
> ---------------
>
> Key: TRAFODION-2067
> URL: https://issues.apache.org/jira/browse/TRAFODION-2067
> Project: Apache Trafodion
> Issue Type: Improvement
> Environment: CDH 5.7
> Reporter: yuhong zhou
> Assignee: mashengchen
>
> our bigdata platform CDH had been upgraded to 5.7. As tring to apply apache
> trafodion as data warehouse based on bigdata distributions, we found current
> release couldn;t support CDH 5.7 ,we wish next release can support it .
> additionally, apache trafodion should be close to mainstream open soure
> bigdata platform release, So, apache trafodion can be applied by more
> companies as soon as possible
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)