-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-5864] Adding file system view refresh regression to our release page #8115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HUDI-5864] Adding file system view refresh regression to our release page #8115
Conversation
8eb49c8 to
a550111
Compare
yihua
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
a550111 to
aefcc26
Compare
| and table services are generally scheduled once every N commits. The percentage of update misses could be even less if the | ||
| frequency of table services is less. | ||
|
|
||
| [Here](https://issues.apache.org/jira/browse/HUDI-5863) is the jira for the issue of interest and the fix has already been landed in master. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recently, we found another critical regression for flink metadata sync: #8050, which would cause object reference leak and has risk of OOM for long running streaming job, can we also address it for 0.12.x and 0.13.x release.
The job would crush down seems like after continuous running about 2 weeks.
| * Partition pruning for some of the COW tables is not applied properly | ||
| * Spark SQL query caching (which caches parsed and resolved queries) was not working correctly resulting in additional | ||
| * overhead to re-analyze the query every time when it's executed (listing the table contents, etc.) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In release 0.11.0 we also have a critical regression for data loss: #6179 has fixed it. Need to address it here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danny0405 could you put up a PR to add the information to the release notes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, would fire a PR soon ~
… page (apache#8115) - Adding file system view refresh regression to our release pages
Change Logs
Adding file system view refresh regression to our release page
Impact
Caution users about the regression.
Risk level (write none, low medium or high below)
low.
Documentation Update
This patch is updating our release page with regressions deducted with some of the hudi releases.
Contributor's checklist