I am looking at the AbstractMapWritable class and have questions about the AtomicReference<Configuration> usage. I was wondering if compareAndSet should be used in the public void setConf(Configuration conf) method? Could you enlighten me on the usage? Thank you so much.