Skip to content

DOCSP-30350 Java Write Exception Troubleshooting #710

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

Merged

Conversation

mballard-mdb
Copy link
Collaborator

@mballard-mdb mballard-mdb commented Jun 11, 2025

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-30350

Staging Links

/crud/insert/#troubleshooting
/crud/bulk/#troubleshooting

Self-Review Checklist

  • Is this free of any warnings or errors in the RST?
  • Did you run a spell-check?
  • Did you run a grammar-check?
  • Are all the links working?
  • Are the facets and meta keywords accurate?
  • Are the page titles greater than 20 characters long and SEO relevant?

Copy link

netlify bot commented Jun 11, 2025

Deploy Preview for docs-java ready!

Name Link
🔨 Latest commit 4abbd49
🔍 Latest deploy log https://app.netlify.com/projects/docs-java/deploys/68519157c4437500081f0d72
😎 Deploy Preview https://deploy-preview-710--docs-java.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@mcmorisi mcmorisi left a comment

Choose a reason for hiding this comment

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

Some feedback on how to structure this information! Good job getting the info together for this page.

@mballard-mdb mballard-mdb changed the title DOCSP-30350 Java Write Error Page DOCSP-30350 Java Write Exception Troubleshooting Jun 12, 2025
@mballard-mdb mballard-mdb requested a review from mcmorisi June 12, 2025 18:44
Copy link
Contributor

@mcmorisi mcmorisi left a comment

Choose a reason for hiding this comment

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

Some more suggestions mainly focused on brevity! We're almost there.

@mballard-mdb mballard-mdb requested a review from mcmorisi June 13, 2025 16:36
Copy link
Contributor

@mcmorisi mcmorisi left a comment

Choose a reason for hiding this comment

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

LGTM with a few extra points, thanks for bearing with me there!

@mballard-mdb mballard-mdb requested review from a team and nhachicha and removed request for a team June 13, 2025 19:06
Copy link
Collaborator

@nhachicha nhachicha left a comment

Choose a reason for hiding this comment

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

minor comment

@mballard-mdb mballard-mdb merged commit 6acddba into mongodb:master Jun 17, 2025
5 checks passed
@mballard-mdb mballard-mdb deleted the DOCSP-30350-java-write-exception-ts branch June 17, 2025 16:04
Copy link

The backport to v5.5 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v5.5 v5.5
# Navigate to the new working tree
cd .worktrees/backport-v5.5
# Create a new branch
git switch --create backport-710-to-v5.5
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 6acddba56dc54a0c1c3fbf0dd4a714cc2dfc08cc
# Push it to GitHub
git push --set-upstream origin backport-710-to-v5.5
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v5.5

Then, create a pull request where the base branch is v5.5 and the compare/head branch is backport-710-to-v5.5.

@mballard-mdb
Copy link
Collaborator Author

💚 All backports created successfully

Status Branch Result
v5.5

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

mballard-mdb added a commit that referenced this pull request Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants