resiliency fixes on cache miss
resiliency fixes on cache miss
- retry fetching schema from schema service if there is a cache miss, otherwise it will incorrectly index the record.
- skip populating VirtualProperties if there a cache, otherwise it throws NullPointerException.
Provide audit log entry for partially successful indexed record. Currently we are populating only for successful or failed request only.