OpenSearch/server
David Roberts 7313ad5b29
Make AllocatedPersistentTask members volatile (#2297)
These members are default initialized on contruction and then set by the
init() method.  It's possible that another thread accessing the object
after init() is called could still see the null/0 values, depending on how
the compiler optimizes the code.
2018-01-31 12:28:05 +01:00
..
cli Rename core module to server (#28180) 2018-01-11 11:30:43 -07:00
licenses Dependencies: Update joda time to 2.9.9 (#28261) 2018-01-17 14:58:52 +01:00
src Make AllocatedPersistentTask members volatile (#2297) 2018-01-31 12:28:05 +01:00
build.gradle Dependencies: Update joda time to 2.9.9 (#28261) 2018-01-17 14:58:52 +01:00