ROSSALColumnAccess position not found Error!

Moderator: NorbertKrupa

Post Reply
sarah
Intermediate
Intermediate
Posts: 77
Joined: Mon Aug 27, 2012 1:34 pm

ROSSALColumnAccess position not found Error!

Post by sarah » Fri Aug 07, 2015 3:28 pm

Hi all,

This morning I had a node drop from my test cluster. Below are the errors from the dc_errors table... Can someone let me know what the "ROSSALColumnAccess position not found" error indicates?

Code: Select all

dbadmin=> select time, function_name, log_message, error_level_name from dc_errors where time <= '2015-08-07 05:00:16' and node_name = 'v_test_node0002' and error_level_name = 'PANIC' order by time desc;
             time              | function_name |              log_message              | error_level_name
-------------------------------+---------------+---------------------------------------+------------------
 2015-08-07 04:16:40.255961-04 | goToPosition  | ROSSALColumnAccess position not found | PANIC
 2015-08-07 04:16:40.182487-04 | goToPosition  | ROSSALColumnAccess position not found | PANIC
(2 rows)
Have a GREAT day!

NorbertKrupa
GURU
GURU
Posts: 527
Joined: Tue Oct 22, 2013 9:36 pm
Location: Chicago, IL
Contact:

Re: ROSSALColumnAccess position not found Error!

Post by NorbertKrupa » Fri Aug 07, 2015 6:29 pm

Is this being called by a function? ROSSALColumnAccess isn't coming up in anything Vertica.
Checkout vertica.tips for more Vertica resources.

scutter
Master
Master
Posts: 302
Joined: Tue Aug 07, 2012 2:15 am

Re: ROSSALColumnAccess position not found Error!

Post by scutter » Mon Aug 10, 2015 2:29 pm

That’s vertica trying to find a particular “position” (row number) in a ROS and not finding it. Sounds like something got corrupted. Does the log file tell you which projection is corrupted?

—Sharon
Sharon Cutter
Vertica Consultant, Zazz Technologies LLC

sarah
Intermediate
Intermediate
Posts: 77
Joined: Mon Aug 27, 2012 1:34 pm

Re: ROSSALColumnAccess position not found Error!

Post by sarah » Mon Aug 10, 2015 4:00 pm

Thanks for your replies.

#scutter, do you think this might be related to using san storage? Would Vertica go down if it loses contact with the storage temporarily?
Have a GREAT day!

scutter
Master
Master
Posts: 302
Joined: Tue Aug 07, 2012 2:15 am

Re: ROSSALColumnAccess position not found Error!

Post by scutter » Mon Aug 10, 2015 4:59 pm

Certainly. Vertica relies on keeping all nodes consistent. If a node can’t remain consistent (such as COMMITing a transaction), then it will take itself out of the cluster.

—Sharon
Sharon Cutter
Vertica Consultant, Zazz Technologies LLC

Post Reply

Return to “New to Vertica Database Administration”