googleapis / googleapis/google-cloud-python
read_rows shouldn't extend the user's deadline
Open
api: bigtable
type: cleanup
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 1.8k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 122
Description
https://github.com/googleapis/python-bigtable/blob/a535f99e9f0bb16488a5d372a0a6efc3c4b69186/google/cloud/bigtable/row_data.py#L407-L413
Artificially adds 1 sec to a read rows deadline. This is a bit surprising. We should investigate a way to avoid doing this (while also avoiding the infinite loop the comment mentions)
Contributor guide
Assessment
This issue has not been assessed yet.