You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
To enable incremental approach and to avoid complexity a few APIs were implemented as synchronous APIs in initial implementation of SLTS.
This is a tracking issue for planned work to convert SLTS APIs to async version
Problem location
ChunkStorage interface and implementations
ChunkMetadataStore interface implementations
Suggestions for an improvement
Redefine the interface methods to return CompletableFuture<> . Refactor code as needed.
The text was updated successfully, but these errors were encountered:
sachin-j-joshi
changed the title
Simplified-LTS : Convert synchronous ChunkStorage and ChunkMetadataStore methods into async.
Simplified-LTS : Convert synchronous ChunkStorage and ChunkMetadataStore API into async.
Aug 13, 2020
Problem description
To enable incremental approach and to avoid complexity a few APIs were implemented as synchronous APIs in initial implementation of SLTS.
This is a tracking issue for planned work to convert SLTS APIs to async version
Problem location
Suggestions for an improvement
Redefine the interface methods to return
CompletableFuture<>
. Refactor code as needed.The text was updated successfully, but these errors were encountered: