-
Notifications
You must be signed in to change notification settings - Fork 864
Closed

Description
I'm suddenly experiencing failures when creating cursors using the nodejs arango-client
ArangoDB gets unresponsive and CTRL-C doesn't terminate the process.
This message is shown several times after issuing ctrl-c.
2012-09-04T10:17:33Z [9149] WARNING forcefully shutting down thread 'dispatcher'
To replicate, install the arango-client with devRequirements and run the tests.
git clone git://github.com/kaerus/arango-client.git
cd arango-client
npm install -d
npm test
By the way, Arangodb-1.0.0 install procedure (sudo make install) didn't create a log directory so the process failed to launch.