[ https://issues.apache.org/jira/browse/THRIFT-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jean-Charles Quillet updated THRIFT-5884: ----------------------------------------- Description: When running {code:java} ./bin/TestServer --protocol header {code} and {noformat} ./bin/TestClient --protocol header{noformat} or {noformat} ./bin/TestClient{noformat} The server reports errors: {code:java} Thrift: Thu Jun 19 15:16:15 2025 TSocket::write_partial() send() <Host: 127.0.0.1 Port: 53574>: Broken pipe Thrift: Thu Jun 19 15:16:15 2025 TConnectedClient input close failed: write() send(): Broken pipe Thrift: Thu Jun 19 15:16:15 2025 TSocket::write_partial() send() <Host: 127.0.0.1 Port: 53574>: Broken pipe Thrift: Thu Jun 19 15:16:15 2025 TConnectedClient output close failed: write() send(): Broken pipe{code} That's the same error when using "header" transport (see THRIFT-5883). was: When running {code:java} ./bin/TestServer --protocol header {code} and {noformat} ./bin/TestClient --protocol header{noformat} or {noformat} ./bin/TestClient{noformat} The server reports errors: {code:java} Thrift: Thu Jun 19 15:16:15 2025 TSocket::write_partial() send() <Host: 127.0.0.1 Port: 53574>: Broken pipe Thrift: Thu Jun 19 15:16:15 2025 TConnectedClient input close failed: write() send(): Broken pipe Thrift: Thu Jun 19 15:16:15 2025 TSocket::write_partial() send() <Host: 127.0.0.1 Port: 53574>: Broken pipe Thrift: Thu Jun 19 15:16:15 2025 TConnectedClient output close failed: write() send(): Broken pipe{code} That's the same error when using "header" transport (see THRIFT-5883). > [c++] Using the "header" protocol makes TestServer.cpp raise errors > ------------------------------------------------------------------- > > Key: THRIFT-5884 > URL: https://issues.apache.org/jira/browse/THRIFT-5884 > Project: Thrift > Issue Type: Bug > Components: C++ - Library > Affects Versions: 0.22.0 > Reporter: Jean-Charles Quillet > Priority: Major > > When running > {code:java} > ./bin/TestServer --protocol header > {code} > and > {noformat} > ./bin/TestClient --protocol header{noformat} > or > {noformat} > ./bin/TestClient{noformat} > > The server reports errors: > {code:java} > Thrift: Thu Jun 19 15:16:15 2025 TSocket::write_partial() send() <Host: > 127.0.0.1 Port: 53574>: Broken pipe > Thrift: Thu Jun 19 15:16:15 2025 TConnectedClient input close failed: write() > send(): Broken pipe > Thrift: Thu Jun 19 15:16:15 2025 TSocket::write_partial() send() <Host: > 127.0.0.1 Port: 53574>: Broken pipe > Thrift: Thu Jun 19 15:16:15 2025 TConnectedClient output close failed: > write() send(): Broken pipe{code} > > That's the same error when using "header" transport (see THRIFT-5883). -- This message was sent by Atlassian Jira (v8.20.10#820010)