Skip to content
This repository was archived by the owner on Jan 24, 2021. It is now read-only.
This repository was archived by the owner on Jan 24, 2021. It is now read-only.

Temp files not cleaned up #2767

@apitzele

Description

@apitzele

Description

I have a microservice implemented with Nancy and OWIN. The service's responsibility is to accept files and write them to blob storage. When the request is over a certain size, Nancy writes the file to disk in a temp directory. Occasionally these .tmp files fail to get cleaned up.

@grumpydev mentioned on the stack link below that this issue hasn't been seen in awhile but we are on clinteastwood so it looks like the issue hasn't been completly resolved.

https://stackoverflow.com/questions/44847409/nancy-owin-service-fabric-microservice-writes-requests-to-temp-file/44847845#44847845

Steps to Reproduce

I have not been able to reproduce this issue on demand.

System Configuration

We are seeing this problem in our Service Fabric clusters which host Nancy via OWIN

  • Nancy version:
    2.0.0-clinteastwood

  • Nancy host

    • ASP.NET
    • OWIN
    • Self-Hosted
    • Other:
  • Environment (Operating system, version and so on):
    Windows Server

  • .NET Framework version:
    4.5.2

  • Additional information:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions