mirror of
https://github.com/wassname/ray.git
synced 2026-08-13 12:30:18 +08:00
Handle loop_ NULL case (#9067)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
@@ -136,6 +136,8 @@ void PlasmaStoreRunner::Start() {
|
||||
void PlasmaStoreRunner::Stop() {
|
||||
if (loop_) {
|
||||
loop_->Stop();
|
||||
} else {
|
||||
ARROW_LOG(ERROR) << "Expected loop_ to be non-NULL; this may be a bug";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user