During startup of a PU we experience very long delay directly after all entries are loaded in space. The log file looks like this:
2015-10-19 12:45:24,790 core.1 [1] INFO [com.gigaspaces.cache] - Entries loaded so far: 3775424 [3:50.42 minutes] 2015-10-19 13:03:49,375 core.1 [1] INFO [com.gigaspaces.cache] - Data source recovery: Entries found in data source: 3812863. Entries inserted to space: 3812863. Entries ignored: 0. Total Time: 22:15 minutes.As far as I understand this, at 12:45:24 the space finished loading entries, but it finishes the step "data source recovery" at 13:03:49, that is, nearly 20 minutes later. What is GigaSpace doing during this time? What could we do to investigate further? Is there some special logger we could activate?