fixed MAPREDUCE-6752 issue
This commit is contained in:
parent
e62bbbca7a
commit
1915e20b0e
|
@ -252,10 +252,8 @@ public class DefaultSpeculator extends AbstractService implements
|
||||||
|
|
||||||
// This interface is intended to be used only for test cases.
|
// This interface is intended to be used only for test cases.
|
||||||
public void scanForSpeculations() {
|
public void scanForSpeculations() {
|
||||||
LOG.info("We got asked to run a debug speculation scan.");
|
LOG.debug("We got asked to run a debug speculation scan.");
|
||||||
// debug
|
LOG.debug("There are " + scanControl.size()
|
||||||
System.out.println("We got asked to run a debug speculation scan.");
|
|
||||||
System.out.println("There are " + scanControl.size()
|
|
||||||
+ " events stacked already.");
|
+ " events stacked already.");
|
||||||
scanControl.add(new Object());
|
scanControl.add(new Object());
|
||||||
Thread.yield();
|
Thread.yield();
|
||||||
|
|
Loading…
Reference in New Issue