René's URL Explorer Experiment


Title: Feast SQL registry fails to start due to truncated FeatureView protobuf in MySQL (BLOB size limit) · Issue #5800 · feast-dev/feast · GitHub

Open Graph Title: Feast SQL registry fails to start due to truncated FeatureView protobuf in MySQL (BLOB size limit) · Issue #5800 · feast-dev/feast

X Title: Feast SQL registry fails to start due to truncated FeatureView protobuf in MySQL (BLOB size limit) · Issue #5800 · feast-dev/feast

Description: Hi Feast maintainers! I have observed what i consider a bug, or at least something to be improved, i also shared this in the slack community channel. I think this is related with issue #3703 Here you have the details. Expected Behavior F...

Open Graph Description: Hi Feast maintainers! I have observed what i consider a bug, or at least something to be improved, i also shared this in the slack community channel. I think this is related with issue #3703 Here y...

X Description: Hi Feast maintainers! I have observed what i consider a bug, or at least something to be improved, i also shared this in the slack community channel. I think this is related with issue #3703 Here y...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Feast SQL registry fails to start due to truncated FeatureView protobuf in MySQL (BLOB size limit)","articleBody":"Hi Feast maintainers! I have observed what i consider a bug, or at least something to be improved, i also shared this in the slack community [channel](https://feastopensource.slack.com/archives/C01M2GYP0UC/p1767026747833689).\n\nI think this is related with issue https://github.com/feast-dev/feast/issues/3703\n\n Here you have the details.\n\n## Expected Behavior\n\nFeast should be able to run long-lived, periodically materialized FeatureViews using the `MySQL` registry without the registry growing unbounded or becoming unreadable. The registry should not reach a state where feast serve or any CLI command fails due to accumulated internal state.\n\n## Current Behavior\n\nFeast records every materialization interval for a FeatureView in the registry. When using the MySQL registry, each `materialize` / `materialize-incremental` run appends a new interval record for each feature view `feature_view_proto` column , causing the serialized FeatureView registry protobuf to grow monotonically (~30 bytes per materialization in our tests).\n\nWith enough materializations, the serialized proto exceeds the MySQL `BLOB` column size limit (65,535 bytes). When this happens MySQL silently truncates the blob, after which Feast fails to start with:\n\n```txt\ngoogle.protobuf.message.DecodeError:\nError parsing message with type 'feast.core.FeatureView'\n```\n\nAt this point:\n- feast `serve` fails.\n- any Feast CLI command that loads the registry fails.\n- recovery requires manual MySQL registry intervention: Which is deleting the featureview row in the `feature_views` table.\n- No matter the FeatureView definition itself is small; growth comes from accumulated materialization interval history.\n\n## Steps to reproduce\n\n1. Configure Feast with a SQL registry backed by `MySQL`. It uses the `BLOB` MySQL type for the `feature_view_proto` column in the `feature_views` table.\n2. Define a FeatureView and run `feast apply`.\n3. Run `materialize-incremental` repeatedly over time (e.g. via a cron job).\n4. Observe that the registry entry for the FeatureView grows on each run (~30 bytes). For that you can use the following query:\n\n```sql\nSELECT\n  feature_view_name,\n  project_id,\n  OCTET_LENGTH(feature_view_proto) AS proto_bytes\nFROM feature_views;\n```\n\nTo get an output like:\n\n| feature_view_name | project_id | proto_bytes |\n| ------ | ------ | ------ |\n|    my_test_fv    |    my_test_project    |   65535     |\n\n5. Once the stored proto reaches 65,535 bytes (like in the example), MySQL truncates it.\n6.  Run `feast serve`, it will fail to load with protobuf `DecodeError`.\n\n### Specifications\n\n- Version: `v0.58.0`\n- Platform: docker. \n- Subsystem: both arm and amd images.\n\n## Possible Solution\n\nClarify and/or improve SQL registry behavior for long-running deployments, for example by:\n\n- SQL registry `BLOLB` columns must be unbounded (`MEDIUMBLOB` / `LONGBLOB`), but this is just a temporal solution.\n- Introducing pruning of materialization interval history.\n\nPlease tell me if you need more information. Thanks in advance!","author":{"url":"https://github.com/PepeluDev","@type":"Person","name":"PepeluDev"},"datePublished":"2025-12-30T11:37:09.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/5800/feast/issues/5800"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:4c945073-7f9d-ae78-8491-130d650eeac3
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9AA4:179C7:26F98F:350625:6A568C69
html-safe-nonce7d2d6f42a5bae4b82994249d7ce568c38893475eb3930a71aa119de3fbe1ab68
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QUE0OjE3OUM3OjI2Rjk4RjozNTA2MjU6NkE1NjhDNjkiLCJ2aXNpdG9yX2lkIjoiNTExODk0ODQwNjkyNTM2NDMyOSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac8db06f27d603b9bbd11c18dc44139b0d0673df2192c3272c80705af203d65275
hovercard-subject-tagissue:3769905334
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/5800/issue_layout
twitter:imagehttps://opengraph.githubassets.com/989b9fbbce1092c11ec0174ce91ba3c7ff768559d6c491426d939eacd6c4968f/feast-dev/feast/issues/5800
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/989b9fbbce1092c11ec0174ce91ba3c7ff768559d6c491426d939eacd6c4968f/feast-dev/feast/issues/5800
og:image:altHi Feast maintainers! I have observed what i consider a bug, or at least something to be improved, i also shared this in the slack community channel. I think this is related with issue #3703 Here y...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamePepeluDev
hostnamegithub.com
expected-hostnamegithub.com
None8f21be8503ba8fe6154df415b855c03af52eae3f285bd6ae1fef041dc053da38
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
release78af172a48a2056810bb627ffa684003e4f9a5ca
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/issues/5800#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fissues%2F5800
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/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/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/enterprise/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%2F5800
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/5800
Reloadhttps://github.com/feast-dev/feast/issues/5800
Reloadhttps://github.com/feast-dev/feast/issues/5800
Please reload this pagehttps://github.com/feast-dev/feast/issues/5800
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 214 https://github.com/feast-dev/feast/issues
Pull requests 177 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
#6566https://github.com/feast-dev/feast/pull/6566
Feast SQL registry fails to start due to truncated FeatureView protobuf in MySQL (BLOB size limit)https://github.com/feast-dev/feast/issues/5800#top
#6566https://github.com/feast-dev/feast/pull/6566
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/PepeluDev
PepeluDevhttps://github.com/PepeluDev
on Dec 30, 2025https://github.com/feast-dev/feast/issues/5800#issue-3769905334
channelhttps://feastopensource.slack.com/archives/C01M2GYP0UC/p1767026747833689
#3703https://github.com/feast-dev/feast/issues/3703
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.