fallintoplace opened a new pull request, #39112:
URL: https://github.com/apache/beam/pull/39112

   ## Description
   - In `_CallDoFn.process` ( `apache_beam/io/requestresponse.py` ), only call 
`self._throttler.throttler.successful_request(...)` when a throttler is 
configured.
   - Previously this path could crash when `RequestResponseIO` was used without 
a throttler on successful responses.
   - This preserves current behavior and prevents `AttributeError: 'NoneType' 
object has no attribute 'throttler'`.
   
   ## Testing
   Not run (not requested).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to