yandrey321 commented on PR #10828: URL: https://github.com/apache/ozone/pull/10828#issuecomment-5039888751
> > This change makes that transition graceful — a streaming client transparently falls back to the non-streaming write path when the target pipeline can't stream ... > > Let's just close all the non-stream pipelines and don't fall back. It makes the code really complicated. This solution creates a race condition, it fails the integration test in mini Ozone cluster. Changes in this PR allows graceful fail back to non-stream writes. > > What is the link to the Apache JIRA > > https://issues.apache.org/jira/browse/HDDS-12991 > > https://issues.apache.org/jira/browse/HDDS-15799 > > https://issues.apache.org/jira/browse/HDDS-8687 > > This section is supposed to put only one JIRA -- the JIRA corresponding to this PR. Fixed. -- 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]
