Skip to content

Commit

Permalink
Add extra logging to identify cause, if it happens again
Browse files Browse the repository at this point in the history
  • Loading branch information
gareth-ellis committed Mar 8, 2024
1 parent 62e2309 commit 38215ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esrally/driver/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1940,6 +1940,7 @@ async def __call__(self, *args, **kwargs):
service_time = request_end - request_start
else:
service_time = -1
self.logger.warn(f"Encountered incorrect type. request_start:{type(request_start)}, request_end:{type(request_end)}")
processing_time = processing_end - processing_start
time_period = request_end - total_start
self.schedule_handle.after_request(processing_end, total_ops, total_ops_unit, request_meta_data)
Expand Down

0 comments on commit 38215ce

Please sign in to comment.