Hello,
I perform a job to read a file(let's call it A) stored in Storage Account(storage gen2) with Azure Data Lake Storage.
I enable the diagnostic settings(Azure monitor), in insights-logs-storageread container there are 2 logs with exactly same content(both readfile operation with the url in property of the same target file A). The only differences are clientRequestId and correlationId.
To be clear, all fileds in a log are same except clientRequestId and correlationId.
And, the operationName is ReadFile and the url in property is the file as well
I wonder why it need to read a same file twice with same reason(readFile), or to say why we will have these 2 almost exactly same log in one read job.
Thank you in advance!!!