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
SchemaVersionInfoCache#invalidateSchema touches the nested cache multiple times without any locking. This can lead to inconsistency in the cache if getSchema/invalidateAll/invalidateSchema is called at the same time.
The text was updated successfully, but these errors were encountered:
SchemaVersionInfoCache#invalidateSchema touches the nested cache multiple times without any locking. This can lead to inconsistency in the cache if getSchema/invalidateAll/invalidateSchema is called at the same time.
The text was updated successfully, but these errors were encountered: