View Issue Details

IDProjectCategoryView StatusLast Update
0006954SymmetricDSBugpublic2025-06-20 20:48
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.15.0 
Target Version3.15.18Fixed in Version3.15.18 
Summary0006954: Missing maxFormKeys setting causes "form with too many fields" error
DescriptionThe legacy setting of org.eclipse.jetty.server.Request.maxFormKeys was previously set to 100,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.
Tagsdata sync

Relationships

related to 0006904 closedelong Missing maxFormKeys setting causes "form with too many fields" error 

Activities

pbelov

2025-06-20 20:48

manager   ~0003123

Included in the 3.15.18 release

Related Changesets

SymmetricDS: 3.15 24373a29

2025-06-18 14:50:09

admin

Details Diff
0006954: Missing maxFormKeys setting causes "form with too many fields"
error
Affected Issues
0006954
mod - symmetric-server/src/main/java/org/jumpmind/symmetric/SymmetricBootPropertySetupListener.java Diff File

Issue History

Date Modified Username Field Change
2025-06-18 14:49 elong New Issue
2025-06-18 14:49 elong Status new => assigned
2025-06-18 14:49 elong Assigned To => elong
2025-06-18 14:49 elong Tag Attached: data sync
2025-06-18 14:49 elong Issue generated from: 0006904
2025-06-18 14:49 elong Relationship added related to 0006904
2025-06-18 14:52 elong Status assigned => resolved
2025-06-18 14:52 elong Resolution open => fixed
2025-06-18 14:52 elong Fixed in Version => 3.14.18
2025-06-18 15:00 admin Changeset attached => SymmetricDS 3.15 24373a29
2025-06-19 12:20 elong Fixed in Version 3.14.18 => 3.15.18
2025-06-19 12:20 elong Target Version 3.14.18 => 3.15.18
2025-06-20 20:48 pbelov Note Added: 0003123
2025-06-20 20:48 pbelov Status resolved => closed