|
Gnafu created an issue |
Issue Type: |
|
---|---|
Affects Versions: |
2.14-beta |
Assignee: |
Unassigned |
Components: |
Importer |
Created: |
19/Mar/18 11:57 AM |
Priority: |
|
Reporter: |
I’m using the GeoServer importer and I noticed I can start as many sessions I want without receiving an error. Some of the sessions will simply go back to a “ready” state without having effect. After a little digging I foung this class: https://github.com/geoserver/geoserver/blob/master/src/extension/importer/core/src/main/java/org/geoserver/importer/job/JobQueue.java If I understand it correctly, the queue it’s not actually queuing anything, it’s a direct hand-off, so the jobs will be executed immediately until the thread pool reaches its maximum size. There should be a way to configure the maximum concurrent jobs. |
Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS |
|
This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100082-sha1:8c4a688) |
|