Executor cores when inserting a row into "_ROW_" schema table

Bug #1246451 reported by Hans Zeller
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Trafodion
Fix Released
Medium
Anoop Sharma

Bug Description

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.

Tags: sql-exe
Changed in trafodion:
assignee: nobody → Anoop Sharma (anoop-sharma)
Revision history for this message
Anoop Sharma (anoop-sharma) wrote :

Error 4223 will be returned on IUD operations on native hbase tables.

>>prepare s from insert into hbase."_CELL_"."TRAFODION.SCH.TTF" values ('a', 'a', 'a', 'a', 1);

*** ERROR[4223] Insert/Update/Delete on native hbase tables or in CELL/ROW format is not supported in this software version.

*** ERROR[8822] The statement was not prepared.

>>

Changed in trafodion:
status: New → Fix Committed
tags: added: sql-general
tags: added: sql-exe
removed: sql-general
Changed in trafodion:
status: Fix Committed → In Progress
Changed in trafodion:
status: In Progress → Fix Committed
information type: Proprietary → Public
Alice Chen (alchen)
Changed in trafodion:
milestone: none → r0.8
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.