René's URL Explorer Experiment


Title: Possible race condition between `_on_response` and `close` · Issue #997 · googleapis/python-pubsub · GitHub

Open Graph Title: Possible race condition between `_on_response` and `close` · Issue #997 · googleapis/python-pubsub

X Title: Possible race condition between `_on_response` and `close` · Issue #997 · googleapis/python-pubsub

Description: Environment details OS type and version: Ubuntu 22.04 Python version: 3.11 pip version: 23.0.1 google-cloud-pubsub version: 2.18.4 Steps to reproduce Run code sample indefinitely Sometime it shows Assertion error in _on_response function...

Open Graph Description: Environment details OS type and version: Ubuntu 22.04 Python version: 3.11 pip version: 23.0.1 google-cloud-pubsub version: 2.18.4 Steps to reproduce Run code sample indefinitely Sometime it shows ...

X Description: Environment details OS type and version: Ubuntu 22.04 Python version: 3.11 pip version: 23.0.1 google-cloud-pubsub version: 2.18.4 Steps to reproduce Run code sample indefinitely Sometime it shows ...

Opengraph URL: https://github.com/googleapis/python-pubsub/issues/997

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Possible race condition between `_on_response` and `close`","articleBody":"\r\n#### Environment details\r\n\r\n  - OS type and version: Ubuntu 22.04\r\n  - Python version: 3.11\r\n  - pip version: 23.0.1\r\n  - `google-cloud-pubsub` version: 2.18.4\r\n\r\n#### Steps to reproduce\r\n\r\n  1. Run code sample indefinitely\r\n  2. Sometime it shows Assertion error in `_on_response` function.\r\n\r\n#### Code example\r\n\r\n```python\r\ndef on_subscribe(subscription, until=None):\r\n    \"\"\"Decorator factory that provides subscribed messages to function.\r\n    It handle decorated function as callback. So message should be acked/nacked\r\n    inside decorated function.\r\n\r\n    Args:\r\n        subscription (str): Subscription ID. \r\n            Should be `projects/{PROJECT_ID}/subscriptions/{SUBSCRIPTION_ID}`\r\n        until (datetime.datetime): This function will subscribe messages\r\n            published until this timestamp.\r\n    \"\"\"\r\n\r\n    def _callback_factory(func, finished, subscribe_until, **kwargs):\r\n\r\n        def _callback(message):\r\n            \"\"\"Callback function.\r\n                \r\n            It sends signal if subscribed all messages.\r\n            \"\"\"\r\n            publish_time = datetime.fromtimestamp(\r\n                message.publish_time.timestamp())\r\n            if subscribe_until and publish_time \u003c= subscribe_until:\r\n                return func(message, **kwargs)\r\n            if subscribe_until and not finished.is_set():\r\n                logging.info('Subscribed all messages published until %s',\r\n                             subscribe_until)\r\n                finished.set()\r\n                message.nack()\r\n\r\n        return _callback\r\n\r\n    def _wrapper(func):\r\n\r\n        @functools.wraps(func)\r\n        def _inner_wrapper(**kwargs):\r\n            # Event variable that is triggered when all messages are subscribed\r\n            all_subscribed = Event()\r\n\r\n            callback = _callback_factory(func=func,\r\n                                         finished=all_subscribed,\r\n                                         subscribe_until=subscribe_until,\r\n                                         **kwargs)\r\n\r\n            # Ensure closing subscriber for memory leak prevention.\r\n            with pubsub_v1.SubscriberClient() as subscriber:\r\n                future = subscriber.subscribe(\r\n                    subscription=subscription,\r\n                    callback=callback,\r\n                    await_callbacks_on_shutdown=True,\r\n                    flow_control=pubsub_v1.types.FlowControl(max_messages=5000),\r\n                )\r\n\r\n                all_subscribed.wait(timeout=60)\r\n\r\n                # Wait until future is finished when it's cancelled.\r\n                # If it cancelled by timeout or keyboard interrupt, ignore it.\r\n                try:\r\n                    future.cancel()\r\n                    future.result(timeout=60)\r\n                except (KeyboardInterrupt, TimeoutError):\r\n                    pass\r\n                except Exception as e:\r\n                    logging.error(\"Error occurs during subscription to %s: %s\",\r\n                                  subscription, str(e))\r\n\r\n        return _inner_wrapper\r\n\r\n    return _wrapper\r\n\r\n@on_subscribe(subscription=\"SUBSCRIPTION\")\r\ndef callback(message):\r\n    # Do something with message\r\n```\r\n\r\n#### Stack trace\r\n```\r\nTraceback (most recent call last):\r\n  File \"/layers/google.python.pip/pip/lib/python3.11/site-packages/google/api_core/bidi.py\", line 657, in _thread_main\r\n    self._on_response(response)\r\n  File \"/layers/google.python.pip/pip/lib/python3.11/site-packages/google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py\", line 1107, in _on_response\r\n    assert self._scheduler is not None\r\n```\r\n\r\n#### Explanation\r\nIt's because `future.cancel()` executes `manager.close()` which makes `_scheduler` as `None` and it makes `_on_response` raise AssertionError.\r\n\r\nMaybe it has to be protected by threading lock somehow.","author":{"url":"https://github.com/hson2","@type":"Person","name":"hson2"},"datePublished":"2023-09-21T05:43:50.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/997/python-pubsub/issues/997"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:1f0dde86-2898-0cda-e740-454337cfb5a5
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE2E2:30372D:1470436:1DCF61B:6A4E481C
html-safe-noncec589a87f0d958560082e3b57e46694d54d3f861237c420327e618c68be8ad5af
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMkUyOjMwMzcyRDoxNDcwNDM2OjFEQ0Y2MUI6NkE0RTQ4MUMiLCJ2aXNpdG9yX2lkIjoiNDU3NDQzNDY1MTAzMjk2NTQwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac63c882ed718cbd44077d9e8a349e5705331e953c5645e580d07739580e573de5
hovercard-subject-tagissue:1906154179
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/python-pubsub/997/issue_layout
twitter:imagehttps://opengraph.githubassets.com/434381c089e42902b5400ef3abd9900fc99f6e1cbc9ca1ef1481a3ae64f03786/googleapis/python-pubsub/issues/997
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/434381c089e42902b5400ef3abd9900fc99f6e1cbc9ca1ef1481a3ae64f03786/googleapis/python-pubsub/issues/997
og:image:altEnvironment details OS type and version: Ubuntu 22.04 Python version: 3.11 pip version: 23.0.1 google-cloud-pubsub version: 2.18.4 Steps to reproduce Run code sample indefinitely Sometime it shows ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamehson2
hostnamegithub.com
expected-hostnamegithub.com
None030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0
turbo-cache-controlno-preview
go-importgithub.com/googleapis/python-pubsub git https://github.com/googleapis/python-pubsub.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id226992581
octolytics-dimension-repository_nwogoogleapis/python-pubsub
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id226992581
octolytics-dimension-repository_network_root_nwogoogleapis/python-pubsub
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee8506f6d0538364886e3f0153c154c410965e70d
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/python-pubsub/issues/997#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-pubsub%2Fissues%2F997
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-pubsub%2Fissues%2F997
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=googleapis%2Fpython-pubsub
Reloadhttps://github.com/googleapis/python-pubsub/issues/997
Reloadhttps://github.com/googleapis/python-pubsub/issues/997
Reloadhttps://github.com/googleapis/python-pubsub/issues/997
Please reload this pagehttps://github.com/googleapis/python-pubsub/issues/997
googleapis https://github.com/googleapis
python-pubsubhttps://github.com/googleapis/python-pubsub
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fpython-pubsub
Fork 214 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-pubsub
Star 430 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-pubsub
Code https://github.com/googleapis/python-pubsub
Issues 0 https://github.com/googleapis/python-pubsub/issues
Pull requests 0 https://github.com/googleapis/python-pubsub/pulls
Actions https://github.com/googleapis/python-pubsub/actions
Projects https://github.com/googleapis/python-pubsub/projects
Security and quality 0 https://github.com/googleapis/python-pubsub/security
Insights https://github.com/googleapis/python-pubsub/pulse
Code https://github.com/googleapis/python-pubsub
Issues https://github.com/googleapis/python-pubsub/issues
Pull requests https://github.com/googleapis/python-pubsub/pulls
Actions https://github.com/googleapis/python-pubsub/actions
Projects https://github.com/googleapis/python-pubsub/projects
Security and quality https://github.com/googleapis/python-pubsub/security
Insights https://github.com/googleapis/python-pubsub/pulse
#1244https://github.com/googleapis/python-pubsub/pull/1244
Possible race condition between _on_response and closehttps://github.com/googleapis/python-pubsub/issues/997#top
#1244https://github.com/googleapis/python-pubsub/pull/1244
https://github.com/mukund-ananthu
api: pubsubIssues related to the googleapis/python-pubsub API.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22api%3A%20pubsub%22
https://github.com/hson2
hson2https://github.com/hson2
on Sep 21, 2023https://github.com/googleapis/python-pubsub/issues/997#issue-1906154179
mukund-ananthuhttps://github.com/mukund-ananthu
api: pubsubIssues related to the googleapis/python-pubsub API.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22api%3A%20pubsub%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.