1
0
Fork 0
arangodb/arangod/Aql
Max Neunhöffer f3acea797b Feature/cluster inventory version (#3152)
* Get rid of a compiler warning in community edition.

* Teach /_api/replication/clusterInventory to report Plan/Version and readiness.

This is first implemented in the ClusterInfo library.
Then the clusterInventory code uses it and checks readiness.
Readiness of a collection means that it is created and all shards
and all replications have been created and are in sync.
2017-08-30 13:34:23 +02:00
..
Aggregator.cpp use unique_ptrs 2017-02-24 18:03:40 +01:00
Aggregator.h use unique_ptrs 2017-02-24 18:03:40 +01:00
AqlFunctionFeature.cpp Bug fix/nightly fixes (#2946) 2017-08-04 13:34:12 +02:00
AqlFunctionFeature.h move engine-specific optimizer rules into engine 2017-03-07 13:10:58 +01:00
AqlItemBlock.cpp
AqlItemBlock.h fixed issue #3044 (#3048) 2017-08-17 21:34:57 +02:00
AqlItemBlockManager.cpp
AqlItemBlockManager.h
AqlTransaction.cpp No access collections (#3088) 2017-08-25 13:59:03 +02:00
AqlTransaction.h No access collections (#3088) 2017-08-25 13:59:03 +02:00
AqlValue.cpp fix mismatched free/delete (#2865) 2017-07-25 22:27:37 +02:00
AqlValue.h fixed some issues detected by coverity scan (#2915) 2017-08-02 09:36:08 +02:00
Arithmetic.h
Ast.cpp fixed issue #3039 (#3045) 2017-08-17 21:33:20 +02:00
Ast.h Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
AstNode.cpp Bug fix/issues 2308 (#3117) 2017-08-24 14:47:22 +02:00
AstNode.h Feature/optimizer rule remove filter covered by traversal (#2731) 2017-07-10 10:15:17 +02:00
AttributeAccessor.cpp
AttributeAccessor.h
BaseExpressionContext.cpp
BaseExpressionContext.h
BasicBlocks.cpp
BasicBlocks.h
BindParameters.cpp
BindParameters.h move parts from ProgramOptions from headers into cpp files 2017-05-23 10:30:36 +02:00
BlockCollector.cpp fixed memleak 2017-04-22 00:28:45 +02:00
BlockCollector.h
CalculationBlock.cpp Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
CalculationBlock.h
ClusterBlocks.cpp No access collections (#3088) 2017-08-25 13:59:03 +02:00
ClusterBlocks.h Fix unlocking of AQL queries in the cluster 2017-04-10 17:01:24 +02:00
ClusterNodes.cpp
ClusterNodes.h
CollectBlock.cpp fixed issue #3044 (#3048) 2017-08-17 21:34:57 +02:00
CollectBlock.h fixed issue #3044 (#3048) 2017-08-17 21:34:57 +02:00
CollectNode.cpp
CollectNode.h Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
CollectOptions.cpp fixed issue #3044 (#3048) 2017-08-17 21:34:57 +02:00
CollectOptions.h
Collection.cpp pass trx into numberDocuments 2017-03-31 11:33:16 +02:00
Collection.h pass trx into numberDocuments 2017-03-31 11:33:16 +02:00
Collections.cpp
Collections.h
Condition.cpp fixed issue #3039 (#3045) 2017-08-17 21:33:20 +02:00
Condition.h Feature/optimizer rule remove filter covered by traversal (#2731) 2017-07-10 10:15:17 +02:00
ConditionFinder.cpp
ConditionFinder.h
DocumentProducingBlock.cpp Bug fix/tune hash join (#2828) 2017-08-02 22:27:26 +02:00
DocumentProducingBlock.h Bug fix/tune hash join (#2828) 2017-08-02 22:27:26 +02:00
DocumentProducingNode.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
DocumentProducingNode.h Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
EnumerateCollectionBlock.cpp Bug fix/tune hash join (#2828) 2017-08-02 22:27:26 +02:00
EnumerateCollectionBlock.h Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
EnumerateListBlock.cpp fix issue #2879 (#2885) 2017-07-27 23:30:05 +02:00
EnumerateListBlock.h
ExecutionBlock.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
ExecutionBlock.h added proper docs for --query.fail-on-warning 2017-05-29 15:46:48 +02:00
ExecutionEngine.cpp Feature/cluster inventory version (#3152) 2017-08-30 13:34:23 +02:00
ExecutionEngine.h
ExecutionNode.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
ExecutionNode.h Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
ExecutionPlan.cpp added proper docs for --query.fail-on-warning 2017-05-29 15:46:48 +02:00
ExecutionPlan.h
ExecutionStats.cpp
ExecutionStats.h
Expression.cpp fixed issue #3044 (#3048) 2017-08-17 21:34:57 +02:00
Expression.h Bug fix/pre release woes (#2988) 2017-08-10 09:39:28 +02:00
ExpressionContext.h
FixedVarExpressionContext.cpp
FixedVarExpressionContext.h fixed issue #3044 (#3048) 2017-08-17 21:34:57 +02:00
Function.cpp remove only partly used AQL function argument types definitions (#2873) 2017-07-26 13:03:30 +02:00
Function.h remove only partly used AQL function argument types definitions (#2873) 2017-07-26 13:03:30 +02:00
Functions.cpp Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
Functions.h Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
GraphNode.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
GraphNode.h attempt to fix broken graph stuff 2017-04-20 22:14:30 +02:00
Graphs.cpp fix potential memory issue 2017-02-27 12:01:14 +01:00
Graphs.h
IndexBlock.cpp fixed some MSVC warnings 2017-08-30 13:11:55 +02:00
IndexBlock.h Bug fix/tune hash join (#2828) 2017-08-02 22:27:26 +02:00
IndexNode.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
IndexNode.h Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
ModificationBlocks.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
ModificationBlocks.h
ModificationNodes.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
ModificationNodes.h
ModificationOptions.cpp
ModificationOptions.h
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp move engine-specific optimizer rules into engine 2017-03-07 13:10:58 +01:00
Optimizer.h Fixed forward declaration. Was declared as class but is a struct 2017-03-08 13:25:37 +01:00
OptimizerRule.h Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
OptimizerRules.cpp Bug fix/predictable results data modifcation multiple fors (#2921) 2017-08-01 17:08:35 +02:00
OptimizerRules.h Feature/optimizer rule remove filter covered by traversal (#2731) 2017-07-10 10:15:17 +02:00
OptimizerRulesFeature.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
OptimizerRulesFeature.h move engine-specific V8 functions into storage engine 2017-03-09 12:59:44 +01:00
Parser.cpp added proper docs for --query.fail-on-warning 2017-05-29 15:46:48 +02:00
Parser.h some refactoring 2017-05-23 13:18:51 +02:00
PlanCache.cpp some refactoring 2017-05-23 13:18:51 +02:00
PlanCache.h move 2017-05-23 18:02:17 +02:00
Quantifier.cpp Feature/optimizer rule remove filter covered by traversal (#2731) 2017-07-10 10:15:17 +02:00
Quantifier.h Feature/optimizer rule remove filter covered by traversal (#2731) 2017-07-10 10:15:17 +02:00
Query.cpp No access collections (#3088) 2017-08-25 13:59:03 +02:00
Query.h Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
QueryCache.cpp some refactoring 2017-05-23 13:18:51 +02:00
QueryCache.h some refactoring 2017-05-23 13:18:51 +02:00
QueryExecutionState.cpp show collection load time in slow queries 2017-03-17 09:28:53 +01:00
QueryExecutionState.h show collection load time in slow queries 2017-03-17 09:28:53 +01:00
QueryList.cpp Feature/slow queries log bind vars (#2954) 2017-08-04 20:45:12 +02:00
QueryList.h Feature/slow queries log bind vars (#2954) 2017-08-04 20:45:12 +02:00
QueryOptions.cpp No access collections (#3088) 2017-08-25 13:59:03 +02:00
QueryOptions.h No access collections (#3088) 2017-08-25 13:59:03 +02:00
QueryProfile.cpp fix query execution times that may have different between batches (#2606) 2017-06-19 17:47:32 +02:00
QueryProfile.h fix query execution times that may have different between batches (#2606) 2017-06-19 17:47:32 +02:00
QueryRegistry.cpp Fix a shutdown bug in the cluster: a destroyed query could still be u… (#2675) 2017-06-29 08:47:54 +02:00
QueryRegistry.h Fix a shutdown bug in the cluster: a destroyed query could still be u… (#2675) 2017-06-29 08:47:54 +02:00
QueryResources.cpp
QueryResources.h
QueryResult.h renaming 2017-02-27 14:38:27 +01:00
QueryResultV8.h cleanup QueryResultV8 a bit (#2990) 2017-08-10 09:40:06 +02:00
QueryString.cpp some refactoring 2017-05-23 13:18:51 +02:00
QueryString.h some refactoring 2017-05-23 13:18:51 +02:00
Range.cpp
Range.h
RegexCache.cpp Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
RegexCache.h Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
ResourceUsage.h
RestAqlHandler.cpp No access collections (#3088) 2017-08-25 13:59:03 +02:00
RestAqlHandler.h renaming 2017-02-27 14:38:27 +01:00
Scopes.cpp
Scopes.h
ShortStringStorage.cpp
ShortStringStorage.h
ShortestPathBlock.cpp Removed double include due to hidden merge conflict. 2017-04-26 11:04:01 +02:00
ShortestPathBlock.h ShortestPathBlock does not use EdgeCollectionInfo anymore. Replaced by EdgeCursors 2017-04-26 10:21:18 +02:00
ShortestPathNode.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
ShortestPathNode.h More unified merge of Traverser- and ShortestPath- into GraphNode. Now the ShortestPathNode creates TraverserEngines on the Cluster. Finally everything ready to wire computation together 2017-04-19 15:23:37 +02:00
SortBlock.cpp
SortBlock.h
SortCondition.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
SortCondition.h
SortNode.cpp
SortNode.h
SubqueryBlock.cpp
SubqueryBlock.h
TraversalBlock.cpp fixed issue #2889, fixed issue #2884 (#2894) 2017-07-28 08:43:21 +02:00
TraversalBlock.h
TraversalConditionFinder.cpp Fixed invalid optimisation for variables/references used in traversal 2017-08-09 17:01:18 +02:00
TraversalConditionFinder.h Improved the check if we need to increase the mindepth on traversal nodes 2017-08-07 17:46:02 +02:00
TraversalNode.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
TraversalNode.h Fixing warnings 2017-04-20 19:07:30 +02:00
V8Executor.cpp Bug fix/pre release woes (#2988) 2017-08-10 09:39:28 +02:00
V8Executor.h Bug fix/pre release woes (#2988) 2017-08-10 09:39:28 +02:00
V8Expression.cpp Bug fix/pre release woes (#2988) 2017-08-10 09:39:28 +02:00
V8Expression.h
Variable.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
Variable.h Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
VariableGenerator.cpp
VariableGenerator.h
WalkerWorker.h
grammar.cpp Squashed commit of the following: 2017-04-13 17:00:44 +02:00
grammar.h
grammar.hpp
grammar.y
tokens.cpp some refactoring 2017-05-23 13:18:51 +02:00
tokens.ll some refactoring 2017-05-23 13:18:51 +02:00
types.h