-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql: investigate the output of Hibernates' org.hibernate.test.batch.BatchTest #26812
Comments
@BramGruneir This issue is improperly qualified. It does neither state what is the deviation (difference between expected behavior and actual behavior) nor what action items should be carried out. Unless you provide either (preferably both), we can't do anything with this. |
I disagree. This is labeled as investigation. An investigation is actionable. In this case, as specified, the default seems to be set to 0 My guess is that this is an issue with hibernate and not cockroach. But a more thorough investigation is required. |
Define:
|
The issue title was wrong. We do not really know what the issue is so the title must reflect the investigation not the working theory as to the source of the problem. |
Fixed as of 2.1 🎉 |
There is a default jdbcBatchSize that seems to be set for Postgres but not for cockroach. More investigation is needed.
See the tests:
By defaulting to 0, there just might be a missing setting or something simple. Seems like this isn't supplied by postgres directly.
The text was updated successfully, but these errors were encountered: