question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

blink_features dataset stuck since May

See original GitHub issue

The blink_features dataset hasn’t been updated since May. It’s powered by two scheduled queries:

  • the features table is generated by processing the entire pages dataset for Blink features
  • the usage table is generated from a summary of the features table

The features scheduled query has been failing with this error:

Resources exceeded during query execution: UDF out of memory.

The UDF mentioned in the error is a new function to help parse and map feature names, types, and IDs. I think it’s failing because the query is processing all tables in the pages dataset redundantly each month and the total size is now exceeding 6 TB.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tunethewebcommented, Sep 9, 2020

Reopening this as doesn’t look to be solved as didn’t get picked up for July or August.

0reactions
rviscomicommented, Sep 10, 2020

Updated to include the latest data

image

I tweaked the scheduled query timings to avoid race conditions, but ideally we generate this stuff at the end of the monthly crawl pipeline rather than asynchronously using scheduled queries. I’ll close this out and make a new bug for that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changelog for Blink Pro (Mac OSX)
Fixed some multi-threading issues that may lead to crashes ... information to history database; Update history items after call was logged to history ......
Read more >
android - RecyclerView blinking after notifyDatasetChanged()
Without stable IDs, after notifyDataSetChanged() , ViewHolders usually assigned to not to same positions. That was the reason of blinking in ...
Read more >
What should I do if one of my databases is not syncing ...
First, make sure that Database Sync is enabled in your system. If it is, navigate to the Standby folder within the Systems page...
Read more >
Chromium - ArchWiki
Chromium is an open-source graphical web browser based on the Blink rendering engine. It is the basis for the proprietary Google Chrome ...
Read more >
Your Blink Subscription Trial Has Expired
To record and review future videos, subscribe to a Blink Subscription Plan. Now that your Blink Subscription free trial ends and you have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found