Jan Steemann
|
16bf152c8f
|
fully removed replication logger
|
2014-06-21 00:32:47 +02:00 |
Frank Celler
|
4dcf5dc817
|
updated disclaimer
|
2014-06-20 16:40:35 +02:00 |
Jan Steemann
|
fabc51f889
|
fixed wrong ASSERT usage
|
2014-06-13 12:10:35 +02:00 |
Jan Steemann
|
bbdbbd5736
|
removed implicit parameter from function signature
|
2014-06-13 01:59:19 +02:00 |
Jan Steemann
|
1b94fbf904
|
fixed crash in dump
|
2014-06-13 01:53:44 +02:00 |
Jan Steemann
|
bc52f3408f
|
recovery, not functional yet
|
2014-06-12 18:13:48 +02:00 |
Jan Steemann
|
0c8e01ca40
|
fixed assertion fail
|
2014-06-12 12:00:58 +02:00 |
Max Neunhoeffer
|
82ab5bc0ac
|
More checks for protected getShaper accesses.
Also: Make arangodump possible using fake trx objects.
|
2014-06-12 10:38:39 +02:00 |
Jan Steemann
|
b802973273
|
Merge branch 'mjmh' of https://github.com/triAGENS/ArangoDB into mjmh
Conflicts:
arangod/Wal/CollectorThread.cpp
|
2014-06-11 11:33:48 +02:00 |
Jan Steemann
|
7e6750c397
|
wal flush w/ collection unload
|
2014-06-11 11:33:02 +02:00 |
Max Neunhoeffer
|
f0bef2496f
|
Make _shaper private and use getter/setter.
|
2014-06-11 11:18:22 +02:00 |
Max Neunhoeffer
|
c2bddb1c19
|
Let TRI_document_collection_t inherit from TRI_collection_t.
|
2014-06-11 10:51:47 +02:00 |
Jan Steemann
|
da9f8247fb
|
barriers are now created automatically by transactions
|
2014-06-10 11:56:40 +02:00 |
Jan Steemann
|
72a102e794
|
major internal changes
|
2014-06-08 00:12:53 +02:00 |
Jan Steemann
|
ca959cab9d
|
simplified usage of transactions
|
2014-06-06 23:28:34 +02:00 |
Jan Steemann
|
3f6cb4d9ed
|
fixed update policy
|
2014-06-06 22:53:59 +02:00 |
Jan Steemann
|
368091d7c3
|
function cleanup
|
2014-06-06 21:35:34 +02:00 |
Max Neunhoeffer
|
fd2c99443f
|
Introduce TRI_doc_mptr_copy_t for copies of master pointers.
Did not yet run through all occurrences of TRI_doc_mptr_t to see
whether they have to be TRI_doc_mptr_copy_t.
|
2014-06-06 16:59:32 +02:00 |
Jan Steemann
|
362838ae69
|
TRI_ASSERT
|
2014-06-06 11:25:19 +02:00 |
Max Neunhoeffer
|
2776dc78fa
|
Make TRI_doc_mptr_t a C++ struct.
|
2014-06-05 12:03:57 +02:00 |
Jan Steemann
|
d4dd58b264
|
merged primary-collection.cpp with document-collection.cpp
|
2014-05-31 00:22:32 +02:00 |
Jan Steemann
|
6ad1ba13cc
|
fixed mutex in key generator
|
2014-05-22 13:11:23 +02:00 |
Jan Steemann
|
de14fa5944
|
removed old CRUD methods
|
2014-05-22 12:17:51 +02:00 |
Max Neunhoeffer
|
69353334eb
|
Get rid of TRI_ENABLE_CLUSTER everywhere.
|
2014-05-21 14:46:47 +02:00 |
Max Neunhoeffer
|
0af211c1e5
|
More header cleanups.
|
2014-05-21 13:42:41 +02:00 |
Jan Steemann
|
14813638dd
|
removed boost
|
2014-05-12 17:22:42 +02:00 |
Jan Steemann
|
204a16c224
|
fixed compiler warning
|
2014-05-12 13:55:58 +02:00 |
Frank Celler
|
16d5c6bfa2
|
windows does not like cast from double to enum
|
2014-05-10 17:36:21 +02:00 |
Max Neunhoeffer
|
2ee2700096
|
If a collection cannot be dropped during restore, truncate it.
|
2014-05-09 23:18:27 +02:00 |
Max Neunhoeffer
|
c181e15906
|
Silence a compiler warning about signedness.
|
2014-05-09 22:59:34 +02:00 |
Max Neunhoeffer
|
7c8fc95de8
|
arangorestore/cluster: default to 1 shard.
If shards is not given in the structure description, take 1 shard.
|
2014-05-09 22:58:08 +02:00 |
Max Neunhoeffer
|
19289b6d37
|
First working version of arangorestore for clusters.
|
2014-05-09 16:33:54 +02:00 |
Jan Steemann
|
20f1940458
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-05-09 00:42:32 +02:00 |
Jan Steemann
|
2e17f4bcd7
|
cppcheck
|
2014-05-09 00:21:17 +02:00 |
Max Neunhoeffer
|
9b5f015747
|
Prepare setup for cluster arangorestore.
|
2014-05-08 22:38:52 +02:00 |
Max Neunhoeffer
|
8dc74b9958
|
Fix result structure of clusterInventory.
|
2014-05-08 10:22:01 +02:00 |
Max Neunhoeffer
|
a312d496a9
|
Finish server functionality for cluster dump.
|
2014-05-07 16:36:47 +02:00 |
Max Neunhoeffer
|
272aa89904
|
More trampoline functionality in coordinator.
inventory and dump (not yet working).
restore-data (not yet tested).
|
2014-05-06 21:36:52 +02:00 |
Max Neunhoeffer
|
271e33be48
|
Implement trampoline for /_api/replication/batch.
|
2014-05-06 16:27:27 +02:00 |
Jan Steemann
|
e968d62367
|
re-use planId
|
2014-03-05 15:33:49 +01:00 |
Jan Steemann
|
978e784462
|
disable replication handlers for coordinators
|
2014-02-28 21:51:02 +01:00 |
Jan Steemann
|
629348d696
|
properly acquire shape write locks
|
2014-02-28 18:43:09 +01:00 |
Frank Celler
|
f2121ff442
|
cleanup
|
2014-02-25 15:32:07 +01:00 |
Frank Celler
|
42fb8244e1
|
added requeue
|
2014-02-25 12:07:16 +01:00 |
Jan Steemann
|
7c4944de83
|
added --server.ssl-protocol option for client tools
Conflicts:
arangosh/Benchmark/BenchmarkThread.h
lib/GeneralServer/SslAsyncCommTask.h
|
2013-12-13 17:58:24 +01:00 |
Jan Steemann
|
865b70862e
|
some minor adjustments for arangodump and arangorestore
|
2013-12-13 11:54:00 +01:00 |
Jan Steemann
|
f69ae8f2a9
|
do not access shaper but use memory zone variable
|
2013-11-08 13:42:16 +01:00 |
Jan Steemann
|
4f50b98c45
|
removed second logger implementation
|
2013-10-30 00:38:25 +01:00 |
Jan Steemann
|
02736666b1
|
fixed small memleak
|
2013-10-29 11:10:13 +01:00 |
Jan Steemann
|
54c7386d6c
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-10-17 11:12:10 +02:00 |