Retrieve InstanceProperties from TableProperties in StateStoreFactory
Open
statestore-module
- Dominant language
- Java
- Stars
- 107
- Forks
- 29
- Avg merge
- 19h 46m
- Merged PRs (30d)
- 141
Description
The way StateStoreFactory is constructed pushes us to reload InstanceProperties in cases when we shouldn't, eg. in the admin client (https://github.com/gchq/sleeper/pull/685).
The TableProperties always has an InstanceProperties, so we can just retrieve that instead.
Contributor guide
Assessment
This issue has not been assessed yet.