Skip to content
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

[Fix](index writer) fix core if docWriter nullptr when IndexWriter doFlush #213

Merged
merged 1 commit into from
May 10, 2024

Conversation

airborne12
Copy link
Member

clucene will coredump if doris try to re-close index writer when encountering error in dir->close(), because in this situation, doc writer is already deleted and set to nullptr

@qidaye qidaye merged commit 9e1fd04 into apache:clucene May 10, 2024
3 of 4 checks passed
airborne12 added a commit to airborne12/doris-thirdparty that referenced this pull request May 22, 2024
qidaye pushed a commit that referenced this pull request May 22, 2024
)

* [Fix](index writer) fix core if docWriter nullptr when IndexWriter doFlush (#213)

* [Fix](index writer) fix docWriter is null, when reenter close (#214)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants