Hi Guys,
Dont know if this is fixed on the head but found this problem with the 3.1 version of FSMasterDirectoryProvider.java
There is a whitespace in the following code ..........
Code:
public void start() {
...........
new File( sourceDir, "current1 ").delete();
new File( sourceDir, "current2" ).delete();
Please see the "current1 " where it should be "current1". This leads to problems with deleting marker files and in some cases leads to having multiple marker files for the same index. I havent looked to see if it is fixed in head!!
Cheers,
LL