[jira] [Assigned] (HAWQ-1525) Segmentation fault occurs if reindex database when loading data from Hive to HAWQ using hcatalog

2017-09-11 Thread Chunling Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chunling Wang reassigned HAWQ-1525:
---

Assignee: Chunling Wang  (was: Lei Chang)

> Segmentation fault occurs if reindex database when loading data from Hive to 
> HAWQ using hcatalog
> 
>
> Key: HAWQ-1525
> URL: https://issues.apache.org/jira/browse/HAWQ-1525
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Query Execution
>Reporter: Chunling Wang
>Assignee: Chunling Wang
>
> When we use hcatalog to load data from Hive to HAWQ, if the amount of data is 
> big enough, it will trigger automatic statistics collection, calling vacuum 
> analyze. At that time if we reindex the database, the system will panic on 
> the next auto analyze. Here is the call stack. 
> {code}
> 2017-09-07 13:34:41.441970 IST,,,p34393,th0,,,2017-09-07 13:34:09 
> IST,0,con1140,cmd6,seg-1,"PANIC","XX000","Unexpected internal error: 
> Master pr
> ocess received signal SIGSEGV",,,0"10x96f57c postgres  found> + 0x96f57c
> 20x96f785 postgres StandardHandlerForSigillSigsegvSigbus_OnMainThread + 
> 0x2b
> 30x88b04f postgres CdbProgramErrorHandler + 0xf1
> 40x3a16a0f7e0 libpthread.so.0  + 0x16a0f7e0
> 50x973048 postgres FunctionCall2 + 0x8e
> 60xabefab postgres  + 0xabefab
> 70xabfee4 postgres InMemHeap_GetNext + 0x408
> 80x4f7bc6 postgres  + 0x4f7bc6
> 90x4f7abc postgres systable_getnext + 0x50
> 10   0x953fb8 postgres SearchCatCache + 0x276
> 11   0x95ce10 postgres SearchSysCache + 0x93
> 12   0x95cecb postgres SearchSysCacheKeyArray + 0x9f
> 13   0x5a07fc postgres caql_getoid_plus + 0x176
> 14   0x5c4888 postgres LookupNamespaceId + 0x129
> 15   0x5c475d postgres LookupInternalNamespaceId + 0x1d
> 16   0x687897 postgres  + 0x687897
> 17   0x687574 postgres CreateSchemaCommand + 0x8f
> 18   0x8952d1 postgres ProcessUtility + 0x4ff
> 19   0x5c5728 postgres  + 0x5c5728
> 20   0x5c2fea postgres RangeVarGetCreationNamespace + 0x253
> 21   0x6e43f3 postgres  + 0x6e43f3
> 22   0x6e49c4 postgres  + 0x6e49c4
> 23   0x6e1401 postgres  + 0x6e1401
> 24   0x6deb2d postgres ExecutorStart + 0xb01
> 25   0x738594 postgres  + 0x738594
> 26   0x73809f postgres  + 0x73809f
> 27   0x7351a9 postgres SPI_execute + 0x13c
> 28   0x6490f2 postgres spiExecuteWithCallback + 0x130
> 29   0x64956b postgres  + 0x64956b
> 30   0x648be0 postgres  + 0x648be0
> 31   0x647be0 postgres analyzeStmt + 0x91d
> 32   0x647247 postgres analyzeStatement + 0xb1
> 33   0x6ca11d postgres vacuum + 0xe5
> 34   0x827910 postgres autostats_issue_analyze + 0x160
> 35   0x827e10 postgres auto_stats + 0x19b
> 36   0x8906b5 postgres  + 0x8906b5
> 37   0x8930f5 postgres  + 0x8930f5
> 38   0x892619 postgres PortalRun + 0x3e6
> 39   0x8884f6 postgres  + 0x8884f6
> {code}
> This is because reindex command clear the syscache, and inmemscan->rs_rd->rel 
> in InMemHeap_GetNext() using the address of this heap relation in syscache, 
> which is not same with that when heap relation is reopened.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (HAWQ-1525) Segmentation fault occurs if reindex database when loading data from Hive to HAWQ using hcatalog

2017-09-11 Thread Chunling Wang (JIRA)
Chunling Wang created HAWQ-1525:
---

 Summary: Segmentation fault occurs if reindex database when 
loading data from Hive to HAWQ using hcatalog
 Key: HAWQ-1525
 URL: https://issues.apache.org/jira/browse/HAWQ-1525
 Project: Apache HAWQ
  Issue Type: Bug
  Components: Query Execution
Reporter: Chunling Wang
Assignee: Lei Chang


When we use hcatalog to load data from Hive to HAWQ, if the amount of data is 
big enough, it will trigger automatic statistics collection, calling vacuum 
analyze. At that time if we reindex the database, the system will panic on the 
next auto analyze. Here is the call stack. 

{code}
2017-09-07 13:34:41.441970 IST,,,p34393,th0,,,2017-09-07 13:34:09 
IST,0,con1140,cmd6,seg-1,"PANIC","XX000","Unexpected internal error: Master 
pr
ocess received signal SIGSEGV",,,0"10x96f57c postgres  + 0x96f57c
20x96f785 postgres StandardHandlerForSigillSigsegvSigbus_OnMainThread + 0x2b
30x88b04f postgres CdbProgramErrorHandler + 0xf1
40x3a16a0f7e0 libpthread.so.0  + 0x16a0f7e0
50x973048 postgres FunctionCall2 + 0x8e
60xabefab postgres  + 0xabefab
70xabfee4 postgres InMemHeap_GetNext + 0x408
80x4f7bc6 postgres  + 0x4f7bc6
90x4f7abc postgres systable_getnext + 0x50
10   0x953fb8 postgres SearchCatCache + 0x276
11   0x95ce10 postgres SearchSysCache + 0x93
12   0x95cecb postgres SearchSysCacheKeyArray + 0x9f
13   0x5a07fc postgres caql_getoid_plus + 0x176
14   0x5c4888 postgres LookupNamespaceId + 0x129
15   0x5c475d postgres LookupInternalNamespaceId + 0x1d
16   0x687897 postgres  + 0x687897
17   0x687574 postgres CreateSchemaCommand + 0x8f
18   0x8952d1 postgres ProcessUtility + 0x4ff
19   0x5c5728 postgres  + 0x5c5728
20   0x5c2fea postgres RangeVarGetCreationNamespace + 0x253
21   0x6e43f3 postgres  + 0x6e43f3
22   0x6e49c4 postgres  + 0x6e49c4
23   0x6e1401 postgres  + 0x6e1401
24   0x6deb2d postgres ExecutorStart + 0xb01
25   0x738594 postgres  + 0x738594
26   0x73809f postgres  + 0x73809f
27   0x7351a9 postgres SPI_execute + 0x13c
28   0x6490f2 postgres spiExecuteWithCallback + 0x130
29   0x64956b postgres  + 0x64956b
30   0x648be0 postgres  + 0x648be0
31   0x647be0 postgres analyzeStmt + 0x91d
32   0x647247 postgres analyzeStatement + 0xb1
33   0x6ca11d postgres vacuum + 0xe5
34   0x827910 postgres autostats_issue_analyze + 0x160
35   0x827e10 postgres auto_stats + 0x19b
36   0x8906b5 postgres  + 0x8906b5
37   0x8930f5 postgres  + 0x8930f5
38   0x892619 postgres PortalRun + 0x3e6
39   0x8884f6 postgres  + 0x8884f6
{code}

This is because reindex command clear the syscache, and inmemscan->rs_rd->rel 
in InMemHeap_GetNext() using the address of this heap relation in syscache, 
which is not same with that when heap relation is reopened.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)