Re: [Neo4j] Turning Off or Configuring log rotation

2011-09-26 Thread Romiko Derbynew
--Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Peter Neubauer Sent: Tuesday, 27 September 2011 2:19 AM To: Neo4j user discussions Cc: Tatham Oddie Subject: Re: [Neo4j] Turning Off or Configuring log rotation Very cool, glad to hear thing

Re: [Neo4j] Turning Off or Configuring log rotation

2011-09-26 Thread Peter Neubauer
clients per >>> second, 00:03:35 remaining >>> >>> [02:04:16] [Thread   61] Processed 32000/37619 clients, 28.00 clients per >>> second, 00:03:20 remaining >>> >>> [02:04:48] [Thread   66] Processed 32568/37619 clients, 27.73 client

Re: [Neo4j] Turning Off or Configuring log rotation

2011-09-26 Thread Romiko Derbynew
gt;> >> [02:07:49] [Thread 95] Processed 35369/37619 clients, 26.09 clients per >> second, 00:01:26 remaining >> >> [02:08:19] [Thread 41] Processed 35867/37619 clients, 25.88 clients per >> second, 00:01:07 remaining >> >> [02:08:28] [Thread 66] Pr

Re: [Neo4j] Turning Off or Configuring log rotation

2011-09-26 Thread Peter Neubauer
ts, 25.81 clients per > second, 00:01:02 remaining > > [02:08:59] [Thread   45] Processed 36485/37619 clients, 25.60 clients per > second, 00:00:44 remaining > > [02:09:29] [Thread   78] Processed 36922/37619 clients, 25.37 clients per > second, 00:00:27 remaining > > [

Re: [Neo4j] Turning Off or Configuring log rotation

2011-09-25 Thread Romiko Derbynew
...@lists.neo4j.org] On Behalf Of Romiko Derbynew Sent: Friday, 23 September 2011 1:06 PM To: Neo4j user discussions Cc: Tatham Oddie Subject: Re: [Neo4j] Turning Off or Configuring log rotation Apologise. Issue Number: https://github.com/neo4j/community/issues/28 Blog: http://bit.ly/r9hBZC Cheers

Re: [Neo4j] Turning Off or Configuring log rotation

2011-09-22 Thread Romiko Derbynew
ser discussions Subject: Re: [Neo4j] Turning Off or Configuring log rotation Romiko, Gremlin is basically executing Java on the server side and thus can do anything java can do. http://docs.neo4j.org/chunked/snapshot/gremlin-plugin.html#rest-api-send-an-arbitrary-groovy-script---lucene-sorting has

Re: [Neo4j] Turning Off or Configuring log rotation

2011-09-22 Thread Tatham Oddie
lto:user-boun...@lists.neo4j.org] On Behalf Of Peter Neubauer Sent: Thursday, 22 September 2011 10:07 PM To: Neo4j user discussions Subject: Re: [Neo4j] Turning Off or Configuring log rotation Romiko, I would suggest to do the TX log config via Gremlin for the time being, so you can resolve it via scrip

Re: [Neo4j] Turning Off or Configuring log rotation

2011-09-22 Thread Peter Neubauer
Romiko, Gremlin is basically executing Java on the server side and thus can do anything java can do. http://docs.neo4j.org/chunked/snapshot/gremlin-plugin.html#rest-api-send-an-arbitrary-groovy-script---lucene-sorting has an example of mixing native Neo4j API calls (g.createNode() etc) after obtain

Re: [Neo4j] Turning Off or Configuring log rotation

2011-09-22 Thread Romiko Derbynew
Hi Peter, I think this will be ok via gremlin. Have you got any sample gremlin code that can do this, that would be much appreciated. Also in the long term I think a combo of tx logs + rest API batching will be the solution. Sent from my iPhone On 22/09/2011, at 10:08 PM, "Peter Neubauer" w

Re: [Neo4j] Turning Off or Configuring log rotation

2011-09-22 Thread Peter Neubauer
Romiko, I would suggest to do the TX log config via Gremlin for the time being, so you can resolve it via scripting. For the exposure of the Tx log rotate size as a configuration property (there are logs for every XA resource participating in a transaction), please raise an issue at https://github.

Re: [Neo4j] Turning Off or Configuring log rotation

2011-09-22 Thread Romiko Derbynew
Hi, It's the database logging, I'm finding the transaction logs are causing the rest API to become unresponsive when it flushes to disk. Basically just want to turn it off or set the tlog size by configuration and not via code sample as it is demonstrated in the performance guide. The current

Re: [Neo4j] Turning Off or Configuring log rotation

2011-09-22 Thread Peter Neubauer
Romiko, which log files are you referring to? For the database transaction log rotation, look at the neo4j.properties file to tune things, see http://docs.neo4j.org/chunked/snapshot/server-configuration.html For the server, there is logging.properties to tweak stuff. Note that these settings requi

[Neo4j] Turning Off or Configuring log rotation

2011-09-21 Thread Romiko Derbynew
Hi, I am using Neo4j on a Windows Server, is there any way I can configure log rotation via the configuration files? I would like to turn it off or try a different log rotation size. Since I am on windows, I am not sure how I would do it at runtime. Thanks!