You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "xubo245 (JIRA)" <ji...@apache.org> on 2018/04/23 04:07:00 UTC

[jira] [Updated] (CARBONDATA-2379) Support Search mode run in the cluster and fix some error

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

xubo245 updated CARBONDATA-2379:
--------------------------------
    Description: 


 - Error 1
 JVM crashed

{code:java}
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fa3ae68c0c7, pid=28382, tid=0x00007fa281f8e700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_161-b12) (build 1.8.0_161-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.161-b12 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0xa9b0c7]  Unsafe_GetInt+0x47
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /huawei/xubo/git/carbondata2/hs_err_pid28382.log
Compiled method (nm)  106412 8135     n 0       sun.misc.Unsafe::getInt (native)
 total in heap  [0x00007fa399a84b10,0x00007fa399a84e70] = 864
 relocation     [0x00007fa399a84c38,0x00007fa399a84c80] = 72
 main code      [0x00007fa399a84c80,0x00007fa399a84e70] = 496
Compiled method (nm)  106412 8135     n 0       sun.misc.Unsafe::getInt (native)
 total in heap  [0x00007fa399a84b10,0x00007fa399a84e70] = 864
 relocation     [0x00007fa399a84c38,0x00007fa399a84c80] = 72
 main code      [0x00007fa399a84c80,0x00007fa399a84e70] = 496
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
{code}

## Error 2
 It will error that concurrentQueryBenchmark read data from HDFS in clster
        Summary: Support Search mode run in the cluster and fix some error  (was: Support Search mode run in the cluster)

> Support Search mode run in the cluster and fix some error
> ---------------------------------------------------------
>
>                 Key: CARBONDATA-2379
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2379
>             Project: CarbonData
>          Issue Type: Improvement
>            Reporter: xubo245
>            Assignee: xubo245
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
>  - Error 1
>  JVM crashed
> {code:java}
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  SIGSEGV (0xb) at pc=0x00007fa3ae68c0c7, pid=28382, tid=0x00007fa281f8e700
> #
> # JRE version: Java(TM) SE Runtime Environment (8.0_161-b12) (build 1.8.0_161-b12)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.161-b12 mixed mode linux-amd64 compressed oops)
> # Problematic frame:
> # V  [libjvm.so+0xa9b0c7]  Unsafe_GetInt+0x47
> #
> # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
> #
> # An error report file with more information is saved as:
> # /huawei/xubo/git/carbondata2/hs_err_pid28382.log
> Compiled method (nm)  106412 8135     n 0       sun.misc.Unsafe::getInt (native)
>  total in heap  [0x00007fa399a84b10,0x00007fa399a84e70] = 864
>  relocation     [0x00007fa399a84c38,0x00007fa399a84c80] = 72
>  main code      [0x00007fa399a84c80,0x00007fa399a84e70] = 496
> Compiled method (nm)  106412 8135     n 0       sun.misc.Unsafe::getInt (native)
>  total in heap  [0x00007fa399a84b10,0x00007fa399a84e70] = 864
>  relocation     [0x00007fa399a84c38,0x00007fa399a84c80] = 72
>  main code      [0x00007fa399a84c80,0x00007fa399a84e70] = 496
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> #
> {code}
> ## Error 2
>  It will error that concurrentQueryBenchmark read data from HDFS in clster



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)