Skip to content

make tenant cache thread-safe

Alok Joshi requested to merge threadsafe_partition_client into master

In scenarios where there are many partitions (more than 50), we are seeing intermittent null values when accessing partition info from cache. Making the tenant cache thread safe would prevent this.

Merge request reports