make tenant cache thread-safe
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.
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.