Release Notes / Version 10.2107
Table Of ContentsFixed suppression of gRPC exceptions and prevented empty cache objects in catalog service
In previous versions, all types of gRPC status exceptions in the catalog service were catched and only logged with debug messages. This lead to empty catalog objects being cached.
When catalog objects cannot be found now, no empty objects are cached anymore and and an info message is logged. All other exceptions are not catched.
(CMS-18789)