[
https://issues.apache.org/jira/browse/TRAFODION-2801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16246674#comment-16246674
]
ASF GitHub Bot commented on TRAFODION-2801:
-------------------------------------------
GitHub user selvaganesang opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1294
[TRAFODION-2801] select count(*) with cqd hbase_coprocessors 'off'
and cqd traf_table_snapshot_scan 'latest' fail
Changed to pass two more arrays references - familyArray and QualifierArray
from Java to JNI to extract the family and the qualifier names correctly
on the native side
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/selvaganesang/incubator-trafodion
snapshot_scan_issue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1294.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 #1294
----
commit c4fe798711a18b9e78a0dad80b85705f1f89ac66
Author: selvaganesang <[email protected]>
Date: 2017-11-09T22:23:29Z
[TRAFODION-2801] select count(*) with cqd hbase_coprocessors 'off'
and cqd traf_table_snapshot_scan 'latest' fail
Changed to pass two more arrays references - familyArray and QualifierArray
from Java to JNI to extract the family and the qualifier names correctly
on the native side
----
> select count(*) with cqd hbase_coprocessors 'off' and cqd
> traf_table_snapshot_scan 'latest' fail
> ------------------------------------------------------------------------------------------------
>
> Key: TRAFODION-2801
> URL: https://issues.apache.org/jira/browse/TRAFODION-2801
> Project: Apache Trafodion
> Issue Type: Bug
> Components: sql-exe
> Affects Versions: any
> Reporter: Selvaganesan Govindarajan
> Assignee: Selvaganesan Govindarajan
> Fix For: 2.3-incubating
>
>
> WHile using cqd hbase_coprocessors 'off' and cqd traf_table_snapshot_scan
> 'latest',
> count( * ) of a table fail, error below,
> SQL>select count ( * ) from ry_hcyxx_32;
> *** ERROR[2034] $Z020RPF:33: Operating system error 201 while communicating
> with server process $Z01198S:62. [2017-07-20 11:01:27]
> *** ERROR[2034] $Z020RPF:33: Operating system error 201 while communicating
> with server process $Z01198S:62. [2017-07-20 11:01:27]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)