ShiKaiWi opened a new pull request, #1391: URL: https://github.com/apache/incubator-horaedb/pull/1391
## Rationale The runtime's schedule latency may lead to the queue waiter's slow execution, and the total write latency may be influenced. ## Detailed Changes Do the waiting for write notification in the `io_runtime` which won't be busy to ensure the queue waiter's quick response. ## Test Plan Should pass all the CI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
