[MCOL-977]  Error getting OID for table XXX does not exist in Columnstore Created: 2017-10-16  Updated: 2022-11-05  Resolved: 2022-11-05

Status: Closed
Project: MariaDB ColumnStore
Component/s: cpimport
Affects Version/s: 1.1.0
Fix Version/s: Icebox

Type: Bug Priority: Major
Reporter: Igor Kostyukovski Assignee: Unassigned
Resolution: Won't Do Votes: 0
Labels: None
Environment:

debian 8.7



 Description   

Hello, we have production system running on Columnstore

We notes, that sometimes have in cpimport log next error:

Unable to set default JobID; Error getting OID for table r7.log_2017_10: IDB-2006: 'r7.log_2017_10' does not exist in Columnstore.
Locale is : C
Column delimiter : ;

but this table exists and not empty

MariaDB [r7]> select count(*) from log_2017_10;
+------------+
| count(*)   |
+------------+
| 1090616765 |
+------------+

create table query

CREATE TABLE `log_2017_10` (
  `FLOW_START` bigint(20) NOT NULL,
  `FLOW_END` bigint(20) NOT NULL,
  `IPV4_SRC_ADDR` bigint(20) NOT NULL,
  `L4_SRC_PORT` int(11) NOT NULL,
  `IPV4_DST_ADDR` bigint(20) NOT NULL,
  `L4_DST_PORT` int(11) NOT NULL,
  `HTTP_HOST` varchar(50) DEFAULT NULL,
  `HTTP_URL` varchar(255) DEFAULT NULL,
  `RADIUSLOGIN` varchar(100) DEFAULT NULL,
  `IPV6_SRC_ADDR` varchar(40) DEFAULT NULL,
  `IPV6_DST_ADDR` varchar(40) DEFAULT NULL,
  `OUT_BYTES` bigint(20) NOT NULL,
  `IN_BYTES` bigint(20) NOT NULL
) ENGINE=Columnstore DEFAULT CHARSET=latin1

after mcsadmin stopSystem/startSystem this error disappears. In maria system logs the same error. For this time found this error on 3 servers with the same env. System running since October 2016. Before restart tryed to run "Select * from log_2017_10 limit 1" and after 5 minutes stoped it by timeout. After restart this query takes 2 second. Any ideas?



 Comments   
Comment by Andrew Hutchings (Inactive) [ 2017-10-16 ]

Can you please run the ColumnStore Support Tool and attach the results? It may give us a better picture as to what is happening:

https://mariadb.com/kb/en/library/system-troubleshooting-mariadb-columnstore/#mariadb-columnstore-support-report-tool

Comment by Igor Kostyukovski [ 2017-10-18 ]

sure, these files from server where we notice this error

https://www.dropbox.com/s/g7kg2xs09pvfphh/columnstoreSupportReport.columnstore-1.tar.gz?dl=0

Comment by Todd Stoffel (Inactive) [ 2022-11-05 ]

This item is being closed because it was well passed the expiration date with no activity. If you suspect this was done in error please create a new ticket.

Generated at Thu Feb 08 02:25:14 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.