Description
There is a synchronized in CatalogManager.currentNamespace function.
Sometimes a deadlock occurs.
The scope of synchronized can be reduced to prevent deadlock.
There is a synchronized in CatalogManager.currentNamespace function.
Sometimes a deadlock occurs.
The scope of synchronized can be reduced to prevent deadlock.