sw96411

Results 3 issues of sw96411

At present, you cannot call one NamedOperation from inside another. This presents a barrier to the re-use of operation chains, requires moderately complex operation chains to be longer and less...

named-operation

FederatedGraphStore maintains both a uk.gov.gchq.gaffer.cache.Cache of the various Graphs managed by a federated store, and it's own private Map named 'storage' (the latter storing deserialised objects). There is no mechanism...

federated-store

The documentation of Job, and the general title/JavaDoc of JobTracker indicates that, when enabled on a store, the JobTracker should track only Jobs. However, inspection of Store.java (see https://github.com/gchq/Gaffer/blob/1fb6823082ef9dd88f65fab33ac1541e8a2a76cc/core/store/src/main/java/uk/gov/gchq/gaffer/store/Store.java#L389 and...

bug