tb06904

Results 24 issues of tb06904

The `NamedOperationResolver` uses a timeout to control how long it will try resolve from cache, this is to stop infinite loops due to nested operations. A better approach for this...

enhancement

After integrating the standard Tinkerpop test suite under #3126 and subsequent PRs there are many failures with the current Tinkerpop implementation. Need to investigate the test failures that occur from...

enhancement
tinkerpop

Currently the merge functions utilised by the federated store don't use any of the Java Stream classes. These could bring performance enhancements due cheaper per element cost to spliterators or...

enhancement
tech-debt
federated-store

It would be good to get [mutation testing](https://pitest.org/) running to get better evaluation of how good the unit tests are. As it is quite expensive to run we should only...

enhancement
automation

A bug where serialisation on one of the merge functions was broken indicating it has not been tested and not covered by unit tests. This was since fixed in #3028...

enhancement
tech-debt

# Overview There appears to be a problem with the Helm deployment to Kind during the gaffer docker CI/CD pipeline. The exact issue is not clear but seems to be...

bug
automation

A few issues with the current kerberos entrypoint scripts have been identified under an existing PR these should be addressed to improve the robustness and decrease technical debt. _Originally posted...

tech debt

It would be useful for Proxy Stores to be able to be configured to handle certain operations locally. One use case for this is with Tinkerpop as we don't want...

proxy-store
feature

Updates the effective Gaffer version to 2.2.1 # Related issue - Resolve #354