Hi Gianluca Bonetti - Initially if I restart when the data is around 100
million entries, it takes about 3 minutes, now I am testing it with 270
million and it takes about 12 minutes. Upon looking into the ignite code,
this is where its taking time in the class
org.apache.ignite.internal.IgntionEx where its trying to start the cluster:
try {
IgniteKernal grid0 = new
IgniteKernal(startCtx.springContext());
// Init here to make grid available to lifecycle listeners.
grid = grid0;
grid0.start(
myCfg,
utilityCacheExecSvc,
execSvc,
svcExecSvc,
sysExecSvc,
stripedExecSvc,
p2pExecSvc,
mgmtExecSvc,
igfsExecSvc,
dataStreamerExecSvc,
restExecSvc,
affExecSvc,
idxExecSvc,
callbackExecSvc,
qryExecSvc,
schemaExecSvc,
customExecSvcs,
new CA() {
@Override public void apply() {
startLatch.countDown();
}
},
workerRegistry,
oomeHnd
);
Thanx and Regards,
KR Kumar
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/