Skip to content

Investigate setting RPC Timeout as part of TNonblockingServerSocket constructor #3153

Description

@cshannon

As part of the investigation for #3134 I noticed another constructor argument for clientTimeout that can be configured as part of TNonblockingServerSocket. Currently we don't set this at all (so it defaults to 0) and in the fix in #3134 it will be set to 0 so we preserve the previous behavior. Setting to 0 means no timeout so it will wait forever. We do have a property for RPC timeouts so we should investigate to see if it makes sense to use that property and set it to the clientTimeout value in the constructor instead of leaving it as 0.

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