You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug (required)
When I test the example GraphSessionPoolWithHttp2Example.java, where "useHttp2" is true, the example failed with "ERROR [main] - pool init failed.".
And I saw on the server side, there is the error message,
I20240223 11:48:08.052662 43893 Cpp2Worker.cpp:143] Cpp2Worker: Creating connection for socket 507
E20240223 11:48:08.052697 43892 HeaderServerChannel.cpp:100] Received invalid request from client: apache::thrift::transport::TTransportException: Header transport frame is too large: 1347569952 (hex 0x50524920, ascii 'PRI ') (transport apache::thrift::PreReceivedDataAsyncTransportWrapper, address ::ffff:10.xx.xx.xx, port 43500)
E20240223 11:48:08.052731 43893 HeaderServerChannel.cpp:100] Received invalid request from client: apache::thrift::transport::TTransportException: Header transport frame is too large: 1347569952 (hex 0x50524920, ascii 'PRI ') (transport apache::thrift::PreReceivedDataAsyncTransportWrapper, address ::ffff:10.xx.xx.xx, port 43502)
I20240223 11:48:08.052762 43892 HeaderServerChannel.cpp:452] Receive error: apache::thrift::transport::TTransportException: Header transport frame is too large: 1347569952 (hex 0x50524920, ascii 'PRI ')
I20240223 11:48:08.052784 43893 HeaderServerChannel.cpp:452] Receive error: apache::thrift::transport::TTransportException: Header transport frame is too large: 1347569952 (hex 0x50524920, ascii 'PRI ')
I20240223 11:48:08.052785 43892 Cpp2Connection.cpp:638] Channel [::ffff:10.xx.xx.xx]:43500 closed: apache::thrift::transport::TTransportException: Header transport frame is too large: 1347569952 (hex 0x50524920, ascii 'PRI ')
I20240223 11:48:08.052793 43893 Cpp2Connection.cpp:638] Channel [::ffff:10.xx.xx.xx]:43502 closed: apache::thrift::transport::TTransportException: Header transport frame is too large: 1347569952 (hex 0x50524920, ascii 'PRI ')
I20240223 11:48:08.052814 43893 Acceptor.cpp:476] Acceptor=0x7fd35ac3d328 onEmpty()
I20240223 11:48:08.052804 43892 Acceptor.cpp:476] Acceptor=0x7fd35ac3ce28 onEmpty()
E20240223 11:48:08.052893 43893 PeekingManager.h:262] peekSuccess failed, dropping connection: apache::thrift::transport::TTransportException: Channel is !good()
E20240223 11:48:08.052898 43892 PeekingManager.h:262] peekSuccess failed, dropping connection: apache::thrift::transport::TTransportException: Channel is !good()
So, how can I solve this problem? thanks for any advice.
Your Environments (required)
OS: uname -a ubuntu20.04
Commit id (e.g. a3ffc7d8) master
The text was updated successfully, but these errors were encountered:
Describe the bug (required)
When I test the example GraphSessionPoolWithHttp2Example.java, where "useHttp2" is true, the example failed with "ERROR [main] - pool init failed.".
And I saw on the server side, there is the error message,
So, how can I solve this problem? thanks for any advice.
Your Environments (required)
uname -a
ubuntu20.04a3ffc7d8
) masterThe text was updated successfully, but these errors were encountered: