mirror of
https://github.com/wassname/ray.git
synced 2026-07-17 11:32:33 +08:00
[Streaming]Streaming queue support failover (#8161)
This commit is contained in:
@@ -77,8 +77,8 @@ StreamingStatus DataReader::InitChannel() {
|
||||
}
|
||||
|
||||
channel_map_.emplace(input_channel, channel);
|
||||
StreamingStatus status = channel->CreateTransferChannel();
|
||||
if (StreamingStatus::OK != status) {
|
||||
TransferCreationStatus status = channel->CreateTransferChannel();
|
||||
if (TransferCreationStatus::PullOk != status) {
|
||||
STREAMING_LOG(ERROR) << "Initialize queue failed, id => " << input_channel;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user