Cache Coherency and Snooping

In a multi-core system using the MESI protocol, Core A has a cache line in the 'Exclusive' state. Core B suddenly attempts a 'Read' operation on that same memory address. What is the final state of the cache line in Core A, and what action is triggered?