GitHubContribute in GitHub: Edit online

HTTP Connection Issues

Problem

Two or more parties are involved in an HTTP connection.

Multiple proxies or hardware appliances can be chained together managing network traffic. These are invisible to the server, the client, or other proxies. They can be used for various reasons such as HTTPS termination, load balancing, or simply, to forward a connection between networks. Various proxy technologies are available such as:

IBM Manta Data Lineage consists of interconnected services that communicate with each other over HTTP connections. The most common client and server variants are:

Sometimes a connection triggers an action on the server that takes longer to complete, such as the processing or export of a large amount of data. The connection can be prematurely interrupted by the client or proxies if they are not configured to allow connections that take longer to complete.

The impact on Manta Data Lineage varies, depending on which action triggered the connection exceptions. If the connection exceptions have broken a major functionality, the issue needs to be investigated ASAP. Even if the action that triggered the connection exceptions is unknown, it is still better to investigate the issue. Otherwise, the presence of the connection exceptions in the logs will complicate the investigation of any other issues by distracting from the focus of the investigation.

Symptoms

The CLI, Flow Server, or Admin GUI logs contain one of the following exceptions.

Or, the user receives one of the following exceptions in the browser.

Solution

Steps: