d47853

Results 11 issues of d47853

Validation should be added to directed fields in schemas. This will be done as part of work for version 2 as adding in validation would cause breaking changes.

enhancement
migration-required
beginner

When run with maven, the RoadTrafficRestApiITs>RoadTrafficTestQueries.checkRoadJunctionsInSouthWestHeavilyUsedByBusesIn2000 test fails intermittently. The error messages seem to indicate that the store is not returning correct number of expected elements: ``` [ERROR] Failures: [ERROR]...

needs-elaboration
possible-bug

MaskTimestampSetByTimeRange only accepts Longs as input. It should be able to use any Number implementation. This would change how the current time range is json serialised: ```json { "startTime": 20,...

enhancement

Add a system diagram to show how all the containers interact on a Kubernetes cluster.

enhancement

A common need will be for users to load in their own data. Add a guide detailing how to do this including: * Loading via REST * Loading via HDFS...

enhancement

Users often want to add their own operations (or even existing operations that haven't been enabled by default). To do this, the operations would have to be added to the...

Docker
feature

The Gaffer cache containing named operations / federated store graphs should be distributed when using multiple Gaffer REST API instances and also so that you don't lose your graphs if...

question
feature

Sometimes during an gaffer helm install, the hdfs post install commands fail because hdfs is not yet ready to have data written to it.

bug
Kubernetes

Gaffer should scale up when hdfs starts filling up and down when it becomes under-utilised to allow. A nice to have feature would be to be able to do this...

enhancement
headliner
Kubernetes

Add a Predicate which stores a number of values and ensures a collection contains all the values.

feature