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

0003548: Fix NPE on processing schema only batches #85

Closed
wants to merge 1 commit into from

Conversation

woehrl01
Copy link
Contributor

@woehrl01 woehrl01 commented May 7, 2018

If you process schema only batches you sometimes get NPE at random places. We need to open the context and batch on the datawriter as those will be accessed at later steps (errorFilter, statistics etc.)

@mmichalek
Copy link
Contributor

Lukas, can you provide a simple test case to help us reproduce this one?

@woehrl01
Copy link
Contributor Author

woehrl01 commented May 9, 2018

Mark, this bug has been detected in our internal test environment. I'll reach back to you as soon as I have a better description to reproduce this on your side. What I can tell right now, is that it happens where a lot of single table schema reloads, and sync triggers are happening in a very short time frame. The error happens on the client side. I'll backout the changes and will send you the the failing batch content.

This especially happened (the NPE) if the table modification fails due to a deadlock situation.

@rudiejd
Copy link
Contributor

rudiejd commented Jul 28, 2021

Closing as author has not responded in 3 years. Feel free to rebase to 3.12, reproduce, and open a new PR if this is still an issue.

@rudiejd rudiejd closed this Jul 28, 2021
@woehrl01
Copy link
Contributor Author

Super disappoining, closing this for me not responding whereas you are the one who is not responding 👎🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants