-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Unaligned tvlist feat #14265
base: master
Are you sure you want to change the base?
Unaligned tvlist feat #14265
Conversation
a9c5aab
to
215cb4b
Compare
pageStatistics.setEmpty(false); | ||
} | ||
tvListOffsets = timeValuePairIterator.getTVListOffsets(); | ||
cnt++; |
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.
cnt++好像应该放到前面未被删除的判断内
} | ||
} | ||
|
||
private void InitializeOffsets() { |
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.
InitializeOffsets函数命名不符合规范
"TVList {} is released by the query, FragmentInstance Id is {}", | ||
tvList, | ||
this.getId()); | ||
tvList.clear(); |
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.
这里应该调用memoryReservationManager.releaseMemoryCumulatively(tvList.calculateRamSize())释放查询内存
Description
Content1 ...
Content2 ...
Content3 ...
This PR has:
for an unfamiliar reader.
for code coverage.
Key changed/added classes (or packages if there are too many classes) in this PR