Fixed
Details
Assignee
UnassignedUnassignedReporter
Hardy FerentschikHardy FerentschikComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Hardy Ferentschik
Hardy FerentschikComponents
Fix versions
Affects versions
Priority
Created May 28, 2010 at 11:04 AM
Updated September 11, 2011 at 6:19 PM
Resolved November 6, 2010 at 7:27 PM
The
FSMasterDirectoryProvider
has a hole in the startup procedure where it is possible for theFSSlaveDirectoryProvider
to not being able to find the current marker file. At the moment the startup for the slave will fail in this case. We could let theFSSlaveDirectoryProvider
retry for a couple of times to allow the master to create the marker file.This problem can also occur during runtime, but there the
FSSlaveDirectoryProvider
just skips a sync. However, we log this as error. Probably should just be a warning.