Michael Hackstein
|
5d1abaec18
|
Added a new endpoint for SmartSearch BFS. (Enterprise only)
|
2016-09-20 13:52:27 +02:00 |
Michael Hackstein
|
c912d96c3d
|
Fixed compile bug.
|
2016-09-15 14:05:24 +02:00 |
Michael Hackstein
|
8dd3105762
|
Added a smartSearch route for Traversal Engines. In Community edition this will throw ONLY_ENTERPRISE. It should never be called by our code however.
|
2016-09-12 13:42:08 +02:00 |
Michael Hackstein
|
e22014a272
|
Merge branch 'MIT' of github.com:arangodb/arangodb into generic-col-types
|
2016-09-06 09:33:23 +02:00 |
Michael Hackstein
|
ec31db017d
|
The TraverserEngine now honors variables in conditions properly
|
2016-08-09 16:28:07 +02:00 |
Michael Hackstein
|
42b8d44785
|
Fixed transfering of Vertex Filter Conditions in Cluster Traverser. Yet Missing if the filter needs a variable.
|
2016-08-09 13:54:34 +02:00 |
Michael Hackstein
|
1ebb19d1da
|
Fixed potential dead-lock situation when using AQL Traversals in Cluster with late-modify of Vertex Collection.
|
2016-08-05 13:20:46 +02:00 |
Michael Hackstein
|
77c6b32c0c
|
Fixed result generation of TraverserEngines on DBServer side.
|
2016-08-04 12:44:22 +02:00 |
Michael Hackstein
|
576244f140
|
First draft of communication ClusterTraverser<->Engine. Does crash early.
|
2016-08-04 10:26:41 +02:00 |
Michael Hackstein
|
546ce1562e
|
The TraverserEngine now locks specific shards, not all at once. Due to cluster wide potential deadlocks. Yeah locking in cluster, party...
|
2016-07-29 10:43:57 +02:00 |
Michael Hackstein
|
64d7f690da
|
Removed AqlTransaction wherever possible. Added an InjectTransaction for the aql query, used by TraverserEngine. Also fixed TraverserEngine from/to velocypack functions.
|
2016-07-28 17:05:00 +02:00 |
Michael Hackstein
|
20f6dead12
|
Finished the RestHandler for the TraverserEngine. In theory it shall work now. Have to create Coordinator site.
|
2016-07-28 11:35:55 +02:00 |
Michael Hackstein
|
354ab44733
|
Implemented the base version of TraverserEngine. It should work in theory now. Need to write the REST Handler now.
|
2016-07-28 10:13:38 +02:00 |
Michael Hackstein
|
3dac8c27ed
|
Implemented infrastructure for the TraversalEngines. We can now create and delete these engines accross several requests/threads. Right now the engines are empty.
|
2016-07-27 10:08:45 +02:00 |