0

I have previously setup cassandra using the datastax community edition and have tried to move to Enterprise 4.

I've tried installing via the optscenter web interface and had it 'Start Errored: Timed out waiting for Cassandra to start.' on all 4 nodes.

I've also tried the manual approach outlined on the site. In this case just as the other it launches the dse service 'successfully'. Output.log and system.logs show the classpath as the last entry and no errors in them at all.

Java: Jre-1.7.0_51
Os: centos 6.5 Final
Vagrant box: https://github.com/2creatives/vagrant-centos/releases/download/v6.5.1/centos65-x86_64-20131205.box
4

1 回答 1

2

我怀疑你的虚拟机没有足够的内存。如果物理可寻址内存小于在 resources/cassandra/conf/cassandra-env.sh 中配置的 MAX_HEAP_SIZE,那么 jna 将变得疯狂。您希望至少有 4GB 的内存,或者更改 cassandra-env.sh 中的值。

于 2014-03-14T04:30:08.957 回答