View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006904 | SymmetricDS | Bug | public | 2025-05-23 19:06 | 2025-05-30 14:31 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | resolved | Resolution | fixed | ||
Product Version | 3.16.0 | ||||
Target Version | 3.16.3 | Fixed in Version | 3.16.3 | ||
Summary | 0006904: Missing maxFormKeys setting causes "form with too many fields" error | ||||
Description | The legacy setting of org.eclipse.jetty.server.Request.maxFormKeys was previously set to 10,000 to allow a large number of batches to be sent and acknowledged at once. After upgrading to Spring Boot, it defaults to only 1,000 form keys. It's also missing the conversion of the old setting into the new Spring Boot application property. When the limit is hit, this is shown in the logs: [ServletApiRequest] [qtp304406966-69] java.util.concurrent.CompletionException: java.lang.IllegalStateException: form with too many fields > 1000 Workaround is to lower the max batches to send on the channel. | ||||
Tags | data sync | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-05-23 19:06 | elong | New Issue | |
2025-05-23 19:06 | elong | Status | new => assigned |
2025-05-23 19:06 | elong | Assigned To | => elong |
2025-05-23 19:06 | elong | Tag Attached: data sync | |
2025-05-23 19:09 | elong | Status | assigned => resolved |
2025-05-23 19:09 | elong | Resolution | open => fixed |
2025-05-23 19:09 | elong | Fixed in Version | => 3.16.3 |
2025-05-23 20:00 | admin | Changeset attached | => SymmetricDS 3.16 ca636996 |
2025-05-30 14:31 | emiller | Relationship added | related to 0006915 |