1
0
Fork 0
Commit Graph

45 Commits

Author SHA1 Message Date
Max Neunhoeffer 66f1fce328 Repair startLocalCluster.sh script w.r.t. XTERM and XTERMOPTIONS. 2016-05-06 22:46:23 +02:00
Andreas Streichardt 04ba5156e5 Rework planned collection loading 2016-05-06 17:03:13 +02:00
Kaveh Vahedipour 88ea3473b0 too much output in logs 2016-05-02 16:07:00 +02:00
Max Neunhoeffer b05464b78c Cluster bootstrap revolution. 2016-04-29 13:59:12 +02:00
Max Neunhoeffer 31bdb4e22e Modernize startLocalCluster w.r.t. xterm. 2016-04-22 14:35:47 +02:00
Max Neunhoeffer 3363e9bc27 Fix startLocalCluster script. 2016-04-21 16:53:08 +02:00
Kaveh Vahedipour 35b27663b0 class Node out of Store.{h,cpp} 2016-04-21 14:10:41 +02:00
Kaveh Vahedipour 2637666698 cluster start on fmh succeeds, however slow 2016-04-20 16:12:48 +02:00
Kaveh Vahedipour b480155000 preparing merge back into deve 2016-04-20 14:42:32 +02:00
Andreas Streichardt c2914ae521 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-04-19 17:41:49 +02:00
Andreas Streichardt 1743f2eb49 num v8 context 1 in agency to save memory 2016-04-19 17:41:24 +02:00
Michael Hackstein 1eb1e0ee0c Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-04-19 17:08:21 +02:00
Michael Hackstein 7455347263 Start Local cluster will now fail if upgrading and bootstrapping fails 2016-04-19 17:08:16 +02:00
Andreas Streichardt 30b71d0423 Wait 5ms when connection needs to be reestablished 2016-04-19 16:49:51 +02:00
Andreas Streichardt 49d0407859 Trace vs info again 2016-04-14 18:23:08 +02:00
Andreas Streichardt 612c387c56 Optimize version increase stuff 2016-04-14 18:17:25 +02:00
Kaveh Vahedipour fa6e12efe4 option to turn off sync for wait on every persistence call 2016-04-13 19:40:19 +02:00
Kaveh Vahedipour d247e7a3bd mop is fixing the cluster load 2016-04-13 15:36:11 +02:00
Andreas Streichardt 4c27442bd9 Implement callbacks 2016-04-13 14:05:15 +02:00
Jan Steemann c49166d40e do not log traces! 2016-04-12 16:37:48 +02:00
Jan Steemann b366366ba9 fixed startup configuration 2016-04-07 09:09:26 +02:00
Jan Steemann 9f8c24b1cd Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-04-06 15:43:27 +02:00
Andreas Streichardt 70d6f1259a Finally cluster is working with the new agency 2016-04-01 17:07:28 +02:00
Andreas Streichardt b2fc192dd2 implement new agency 2016-03-31 14:03:01 +02:00
Jan Steemann 881761d2d5 Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-03-24 17:05:43 +01:00
Andreas Streichardt 9ba72b4412 Properly update current collection 2016-03-24 16:55:15 +01:00
Jan Steemann f670a07046 Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-03-23 19:01:19 +01:00
Andreas Streichardt 8cdf8eebad More python fixes 2016-03-23 18:36:22 +01:00
Max Neunhoeffer 55998ba0a9 Add rr support for startLocalCluster. 2016-03-23 08:57:23 +01:00
Andreas Streichardt b2334b8406 Starting up secondaries works 2016-03-17 10:38:47 +00:00
Andreas Streichardt c69696bc85 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-02-24 17:01:12 +01:00
Max Neunhoeffer 15865ccae4 Fix startLocalCluster script? 2016-02-24 16:56:50 +01:00
Andreas Streichardt 2c65416f3d one cluster dir is enough...log agency stuff 2016-02-22 18:26:54 +01:00
Andreas Streichardt c9bb0f1eeb custom data dir 2016-02-22 18:15:02 +01:00
Andreas Streichardt 025bb3da51 cmake build locations vs. startLocalCluster 2016-02-22 17:36:45 +01:00
Max Neunhoeffer cf763f6eb0 Make terminal a bit smaller in debugging mode. 2016-02-17 08:36:57 +01:00
Max Neunhoeffer 1065486a77 First version of getting shards in sync working. 2016-02-13 23:04:20 +01:00
Andreas Streichardt adce528373 Proper initialization
Also find a fitting spot for our role
2016-02-04 11:29:43 +01:00
Max Neunhoeffer c7e99616c8 Use more modern font for debugging. 2015-12-08 12:45:37 +01:00
Max Neunhoeffer 83413e6783 Add debugging feature to startLocalCluster script. 2015-12-07 13:43:28 +01:00
Max Neunhoeffer e2eadd8239 Switch of statistics and foxx queues in local cluster script. 2015-11-03 10:19:27 +01:00
Max Neunhoeffer e74025fa2d Add possibility to start a coordinator with console in an xterm. 2015-08-04 08:50:49 +02:00
Max Neunhoeffer 541b4c2f07 New startLocalCluster script, speed much better. 2015-04-13 12:02:16 +02:00
Max Neunhoeffer b31b8d9678 Silence stderr as well. 2015-01-30 15:04:14 +01:00
Max Neunhoeffer e24278828c Changes to cluster startup for mesos cooperation.
This simplifies the cluster startup by introducing a further agency
lookup step using "local info" to find the "id". This allows an external
discovery process (see scripts/discover.js as an example) to configure
a new server in the cluster dynamically when it starts up.

New GNUmakefile targets
  pack-tar-config
  pack-tar
2015-01-28 12:58:24 +01:00