You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/11/19 23:45:22 UTC

[jira] [Resolved] (CASSANDRA-4275) Oracle Java 1.7 u4 does not allow Xss128k

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

Jonathan Ellis resolved CASSANDRA-4275.
---------------------------------------

    Resolution: Fixed

Bumped Xss to 256k in 1.2 as well.  Not touching fixver here since it's really talking about a different issue.

> Oracle Java 1.7 u4 does not allow Xss128k
> -----------------------------------------
>
>                 Key: CASSANDRA-4275
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4275
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.9, 1.1.0
>            Reporter: Edward Capriolo
>            Assignee: Sylvain Lebresne
>             Fix For: 1.1.2
>
>         Attachments: 4275.txt, ASF.LICENSE.NOT.GRANTED--v1-0001-CASSANDRA-4275-Use-JVM-s-reported-minimum-stack-size-o.txt, trunk-cassandra-4275.1.patch.txt
>
>
> Problem: This happens when you try to start it with default Xss setting of 128k
> =======
> The stack size specified is too small, Specify at least 160k
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> Solution
> =======
> Set -Xss to 256k
> Problem: This happens when you try to start it with Xss = 160k
> ========
> ERROR [Thrift:14] 2012-05-22 14:42:40,479 AbstractCassandraDaemon.java (line 139) Fatal exception in thread Thread[Thrift:14,5,main]
> java.lang.StackOverflowError
> Solution
> =======
> Set -Xss to 256k



--
This message was sent by Atlassian JIRA
(v6.1#6144)