Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Possible Issue with logging ResponseSize caused by insufficient storage type #1291

@nathanlcarlson

Description

@nathanlcarlson

This function (https://github.com/Unidata/thredds/blob/v5.0.0-beta6/tds/src/main/java/thredds/servlet/filter/TdsServletResponseWrapper.java#L76) uses an int to set the content size of the HTTP response which later gets logged in "Request Completed" log entries in threddsServlet.log. My understanding is that for this reason the logs will only be able to report response sizes up to 2 GB (2^31). Let me know if I am misunderstanding something here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions