Rollback on PUT failed metadata throws Nullpointer exception and leaves orphaned blobs
This issue appered after MR was merged and at least detected for the Azure provider.
Steps to reproduce:
Insert wrong metadata record (for example with metadata > 2MB, Cosmos Store limitation)
Expected response : 413
Actual response : 500 (Nullpointer exception when an attempt is made to delete a record blob during a rollback).
Edited by Yurii Kondakov