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 onErrorDropped logged message (#1281) #1291

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Conversation

rozza
Copy link
Member

@rozza rozza commented Jan 4, 2024

Caused by using doOnError rather than using subscribe and passing the handler in there.

JAVA-5284 JAVA-5266

Caused by using `doOnError` rather than using `subscribe` and
passing the handler in there.

JAVA-5284 JAVA-5266
@rozza rozza requested review from a team and stIncMale and removed request for a team January 4, 2024 14:45
Copy link
Member

@stIncMale stIncMale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was confused by the PR name, because I understand backporting as cherry-picking something into the branch for an older major/minor version (e.g., from master to 4.11.x). Now I see that this is effectively a cherry-pick of #1281 from the CSOT branch.

  1. Could we not name the commit "backport"?
  2. Why do we need to cherry-pick this change from CSOT to master? Is it because we want the fix to be released in 5.0 before CSOT is done?

@rozza
Copy link
Member Author

rozza commented Jan 8, 2024

  1. Could we not name the commit "backport"?

Sure we can

  1. Why do we need to cherry-pick this change from CSOT to master? Is it because we want the fix to be released in 5.0 before CSOT is done?

We don't need to cherry-pick it but it is a fix for a bug that exists in master.

The reason to backport it from the CSOT branch into master is because all changes from CSOT will be squashed into a single mega commit. This loses any history of certain changes that were found during CSOT but dont necessarily pertain to CSOT.

@rozza rozza changed the title Backport: Fix onErrorDropped logged message (#1281) Fix onErrorDropped logged message (#1281) Jan 8, 2024
Copy link
Member

@stIncMale stIncMale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the explanation.

@rozza rozza merged commit b3b6ea7 into mongodb:master Jan 9, 2024
58 checks passed
@rozza rozza deleted the JAVA-5284 branch January 9, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants