GitHub user traflm opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/834

    [TRAFODION-2170] certain create table DDL will fail with core dump

    If the DDL has defined the total cluster key length greater than 2048, it 
will corrupt the memory and cause various core dump.
    the fix is to allocate enough memory for the given key. It is not 
recommended to use very long clustering key, but should be allowed.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/traflm/incubator-trafodion TRAFODION-2170-new

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/834.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #834
    
----
commit 25fb23e522c1c1a643ea2b7045dffe8ca548dc4c
Author: Liu Ming <ming....@esgyn.cn>
Date:   2016-11-15T02:30:14Z

    [TRAFODION-2170] certain create table DDL will fail with core dump

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to