Skip to content
Snippets Groups Projects
Commit 470ad04b authored by Valentin Guignon's avatar Valentin Guignon
Browse files

Fixed pagging issue on group aggregator

parent 9c911854
No related branches found
No related tags found
No related merge requests found
Pipeline #425317 passed with warnings
...@@ -980,6 +980,7 @@ class GroupAggregator extends DataAggregatorBase implements DataAggregatorInterf ...@@ -980,6 +980,7 @@ class GroupAggregator extends DataAggregatorBase implements DataAggregatorInterf
$client_start, $client_start,
$client_length $client_length
); );
if (1 <= $this->getDebugLevel()) { if (1 <= $this->getDebugLevel()) {
$this->logger->debug( $this->logger->debug(
"Current number of entities loaded: @entity_count\nClient @client_number (@client_id)\nClient start position: @client_start\nClient length: @client_length\nLoaded: @client_entity_count", "Current number of entities loaded: @entity_count\nClient @client_number (@client_id)\nClient start position: @client_start\nClient length: @client_length\nLoaded: @client_entity_count",
...@@ -993,6 +994,7 @@ class GroupAggregator extends DataAggregatorBase implements DataAggregatorInterf ...@@ -993,6 +994,7 @@ class GroupAggregator extends DataAggregatorBase implements DataAggregatorInterf
] ]
); );
} }
$client_start = 0;
} }
else { else {
if (1 <= $this->getDebugLevel()) { if (1 <= $this->getDebugLevel()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment