[Geoserver-devel] [JIRA] (GEOS-8612) Many unknown WPS status queries are logged periodically

Gnafu created an issue

GeoServer / BugGEOS-8612

Many unknown WPS status queries are logged periodically

Issue Type:

BugBug

Affects Versions:

2.13-beta

Assignee:

Unassigned

Components:

WPS

Created:

02/Mar/18 2:22 PM

Priority:

MediumMedium

Reporter:

Gnafu

Using GeoServer with GEOTOOLS_DEVELOPER_LOGGING level, will result in many logged queries for unknown processes.

I’m using GeoServer with the WPS plugin and the process status on the database.
Even with an empty database and no running processes, I find the following queries every 3 seconds.

2018-03-02 12:08:17,896 DEBUG [org.geotools.jdbc] - CREATE CONNECTION
2018-03-02 12:08:17,896 DEBUG [org.geotools.filter] - exporting LogicFilter
2018-03-02 12:08:17,896 DEBUG [org.geotools.filter] - exporting SQL ComparisonFilter
2018-03-02 12:08:17,896 DEBUG [org.geotools.filter] - exporting PropertyName
2018-03-02 12:08:17,896 DEBUG [org.geotools.filter] - exporting LiteralExpression
2018-03-02 12:08:17,896 DEBUG [org.geotools.filter] - exporting PropertyName
2018-03-02 12:08:17,896 DEBUG [org.geotools.jdbc] - SELECT "fid","processId","creationTime","lastUpdated","completionTime","node","phase","processNameImpl","processNameURI","progress","request","properties","processName","task","userName","async","exceptionClass","exceptionMessage","stackTrace" FROM "status" WHERE  ("processId" = '5be428fb-9e49-4486-b8d6-bcd7bbe619ea' AND "processId" IS NOT NULL )
2018-03-02 12:08:17,899 DEBUG [org.geotools.jdbc] - CLOSE CONNECTION

Note, it’s not just one processId, but many of them, I pasted only one for reference.

Add Comment

Add Comment

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#100081-sha1:3770edd)

Atlassian logo