René's URL Explorer Experiment


Title: DynamoDB tags may be removed after repeated store.apply() due to asynchronous UntagResource / TagResource operations · Issue #6418 · feast-dev/feast · GitHub

Open Graph Title: DynamoDB tags may be removed after repeated store.apply() due to asynchronous UntagResource / TagResource operations · Issue #6418 · feast-dev/feast

X Title: DynamoDB tags may be removed after repeated store.apply() due to asynchronous UntagResource / TagResource operations · Issue #6418 · feast-dev/feast

Description: Expected Behavior When store.apply() is executed multiple times against a Feast registry configured with DynamoDB as the online store, table tags should remain stable and idempotent. Repeated executions of: store.apply([..]) should not m...

Open Graph Description: Expected Behavior When store.apply() is executed multiple times against a Feast registry configured with DynamoDB as the online store, table tags should remain stable and idempotent. Repeated execu...

X Description: Expected Behavior When store.apply() is executed multiple times against a Feast registry configured with DynamoDB as the online store, table tags should remain stable and idempotent. Repeated execu...

Opengraph URL: https://github.com/feast-dev/feast/issues/6418

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"DynamoDB tags may be removed after repeated store.apply() due to asynchronous UntagResource / TagResource operations","articleBody":"## Expected Behavior \nWhen store.apply() is executed multiple times against a Feast registry configured with DynamoDB as the online store, table tags should remain stable and idempotent.\n\nRepeated executions of:\n\n`store.apply([..])`\n\nshould not modify the final tag state when no configuration changes have occurred.\n\nThe DynamoDB tables should consistently retain the configured tags after every execution.\n## Current Behavior\n\nFeast's DynamoDB online store implementation updates tags by:\n\n1. Reading existing tags (ListTagsOfResource)\n2. Removing all existing tags (UntagResource)\n3. Recreating all configured tags (TagResource)\n\nHowever, DynamoDB documents both TagResource and UntagResource as asynchronous and eventually consistent operations.\n\nBecause Feast invokes TagResource immediately after UntagResource without waiting for propagation, repeated executions can leave tables without tags.\n\nObserved behavior:\n\n```\napply #1 -\u003e tags present\napply #2 -\u003e tags missing\napply #3 -\u003e tags present\napply #4 -\u003e tags missing\n```\n\nAdding a delay between `UntagResource` and `TagResource` eliminates the issue.\n\n## Steps to reproduce\n\n### Feast configuration\n\nConfigure DynamoDB as the online store with table tags enabled:\n\n```\nonline_store:\n  type: dynamodb\n  region: eu-west-1\n\n  tags:\n    project: test-fstore\n```\n### Apply definitions repeatedly\n```\nstore.apply([...])\n```\n### Observe tag state\n\nRun repeatedly:\n\n```\naws dynamodb list-tags-of-resource \\\n  --resource-arn \u003ctable-arn\u003e\n\n```\nTags may disappear after an apply execution even though Feast issued a successful TagResource request.\n\n### Additional debugging\n\nInstrumenting `_update_tags()` shows:\n\n```\ncurrent_tags = dynamodb_client.list_tags_of_resource(...)\n\ndynamodb_client.untag_resource(...)\n\n# immediately after untag\nlist_tags_of_resource() -\u003e still returns previous tags\n\ntime.sleep(10)\n\nlist_tags_of_resource() -\u003e returns []\n\ndynamodb_client.tag_resource(...)\n\n# immediately after tag\nlist_tags_of_resource() -\u003e still returns []\n\ntime.sleep(10)\n\nlist_tags_of_resource() -\u003e returns expected tags\n```\n\nThis matches DynamoDB documentation stating that tag operations are eventually consistent.\n\n## Specifications\n\n- Version: Feast 0.63.0\n- Online Store: DynamoDB\n\n## Possible Solution\n\nThe DynamoDB online store implementation should not assume that `UntagResource` has completed when the API call returns.\nPotential fixes:\nOption 1\nWait until tag removal is visible before issuing `TagResource`.\nExample:\n```\nuntag_resource(...)\nwhile list_tags_of_resource(...):\n    time.sleep(1)\ntag_resource(...)\n```\nOption 2\nAvoid deleting and recreating all tags.\nInstead:\n\n\n- Compute the tag diff\n- Add/update only changed tags\n- Remove only obsolete tags\n\n\nThis would avoid the race condition entirely and reduce API calls.\nRelevant AWS documentation\n\nAWS DynamoDB documentation for UntagResource:\n\n\n\u003e UntagResource is an asynchronous operation.\n\n\n\u003e The application or removal of tags using TagResource and UntagResource APIs is eventually consistent.\n\n\n\u003e ListTagsOfResource API will only reflect the changes after a few seconds.\n\nThis behavior appears incompatible with the current implementation that performs `UntagResource` immediately followed by `TagResource` without waiting for propagation.","author":{"url":"https://github.com/parodin","@type":"Person","name":"parodin"},"datePublished":"2026-05-19T10:44:05.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/6418/feast/issues/6418"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2abbc8d5-0dd2-6be8-12fa-15d5dd6f8910
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id97CE:1B6F9B:1691B7B:1F51EF8:6A4DF41E
html-safe-nonce58e7c5067875e30c77666e3204fef240a05e6857d9332923f799393e1954c52f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5N0NFOjFCNkY5QjoxNjkxQjdCOjFGNTFFRjg6NkE0REY0MUUiLCJ2aXNpdG9yX2lkIjoiODA2MDk5NDc3MjY4NzI1NDU1OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac191a282da5f4ac349f2a74a94f0e065f6814013a39488b70c21945ef76fd25e3
hovercard-subject-tagissue:4476676198
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/feast-dev/feast/6418/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5ded29193255abec09b0cc91fb40ba231644bc4d21bad1d12e2b540b50853b7c/feast-dev/feast/issues/6418
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5ded29193255abec09b0cc91fb40ba231644bc4d21bad1d12e2b540b50853b7c/feast-dev/feast/issues/6418
og:image:altExpected Behavior When store.apply() is executed multiple times against a Feast registry configured with DynamoDB as the online store, table tags should remain stable and idempotent. Repeated execu...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameparodin
hostnamegithub.com
expected-hostnamegithub.com
None5818716c93c6a2925b815402541a32814e43a7b1261c322b0c2df75224289566
turbo-cache-controlno-preview
go-importgithub.com/feast-dev/feast git https://github.com/feast-dev/feast.git
octolytics-dimension-user_id57027613
octolytics-dimension-user_loginfeast-dev
octolytics-dimension-repository_id161133770
octolytics-dimension-repository_nwofeast-dev/feast
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id161133770
octolytics-dimension-repository_network_root_nwofeast-dev/feast
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
releasef4bb89367ca678f057d79b1abc45d6675b1bd5b2
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/issues/6418#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fissues%2F6418
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%2Ffeast-dev%2Ffeast%2Fissues%2F6418
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=feast-dev%2Ffeast
Reloadhttps://github.com/feast-dev/feast/issues/6418
Reloadhttps://github.com/feast-dev/feast/issues/6418
Reloadhttps://github.com/feast-dev/feast/issues/6418
Please reload this pagehttps://github.com/feast-dev/feast/issues/6418
feast-dev https://github.com/feast-dev
feasthttps://github.com/feast-dev/feast
Notifications https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Fork 1.4k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Star 7.1k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Code https://github.com/feast-dev/feast
Issues 212 https://github.com/feast-dev/feast/issues
Pull requests 171 https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality 1 https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Code https://github.com/feast-dev/feast
Issues https://github.com/feast-dev/feast/issues
Pull requests https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
#6479https://github.com/feast-dev/feast/pull/6479
DynamoDB tags may be removed after repeated store.apply() due to asynchronous UntagResource / TagResource operationshttps://github.com/feast-dev/feast/issues/6418#top
#6479https://github.com/feast-dev/feast/pull/6479
https://github.com/HarshSharma1112
kind/bughttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22kind%2Fbug%22
priority/p2https://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22priority%2Fp2%22
https://github.com/parodin
parodinhttps://github.com/parodin
on May 19, 2026https://github.com/feast-dev/feast/issues/6418#issue-4476676198
HarshSharma1112https://github.com/HarshSharma1112
kind/bughttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22kind%2Fbug%22
priority/p2https://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22priority%2Fp2%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.