You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:14:21 UTC

[jira] [Created] (TRAFODION-140) LP Bug: 1246451 - Executor cores when inserting a row into "_ROW_" schema table

Alice Chen created TRAFODION-140:
------------------------------------

             Summary: LP Bug: 1246451 - Executor cores when inserting a row into "_ROW_" schema table
                 Key: TRAFODION-140
                 URL: https://issues.apache.org/jira/browse/TRAFODION-140
             Project: Apache Trafodion
          Issue Type: Bug
          Components: sql-exe
            Reporter: Hans Zeller
            Assignee: Anoop Sharma
             Fix For: 0.8 (pre-incubation)


Here is what I did:

in HBase shell:

create 'twocf', 'cf1','cf2'
put 'twocf', 'row1', 'cf1:a', 'val1'
put 'twocf', 'row1', 'cf2:b', 'valb'


in sqlci:

select * from HBASE."_ROW_"."twocf";
insert into HBASE."_ROW_"."twocf" values ('row2', 'cf1:x=valx, cf2:y=valy');

The select works but the insert results in a core dump in ExHbaseAccessInsertTcb::work()+0x5fe

As far as I know the ability to insert into such tables is not fully supported in this release, so this is more informational.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)