You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Mike Percy (JIRA)" <ji...@apache.org> on 2018/05/07 21:57:00 UTC

[jira] [Created] (KUDU-2431) tablet_server-test flaky: received invalid message of size 1752330339 which exceeds the rpc_max_message_size of 52428800 bytes

Mike Percy created KUDU-2431:
--------------------------------

             Summary: tablet_server-test flaky: received invalid message of size 1752330339 which exceeds the rpc_max_message_size of 52428800 bytes
                 Key: KUDU-2431
                 URL: https://issues.apache.org/jira/browse/KUDU-2431
             Project: Kudu
          Issue Type: New Feature
          Components: test, tserver
    Affects Versions: 1.7.0
            Reporter: Mike Percy


I am seeing the following flaky test error on the flaky test dashboard for tablet_server-test:

http://dist-test.cloudera.org:8080/test_drilldown?test_name=tablet_server-test
{code:java}
TabletServerTest.TestStatus: /data/somelongdirectorytoavoidrpathissues/src/kudu/src/kudu/tserver/tablet_server-test.cc:243: Failure
Failed
Bad status: Runtime error: Webserver: could not start on address 127.0.0.1:44939: set_ports_option: cannot bind to 127.0.0.1:44939: 98 (Address already in use)
0507 12:08:25.222608 (+     0us) reactor.cc:577] Submitting negotiation task for client connection to 127.0.0.1:60005
0507 12:08:25.222692 (+    84us) negotiation.cc:98] Waiting for socket to connect
0507 12:08:25.222700 (+     8us) client_negotiation.cc:160] Beginning negotiation
0507 12:08:25.222771 (+    71us) client_negotiation.cc:237] Sending NEGOTIATE NegotiatePB request
0507 12:08:25.222925 (+   154us) negotiation.cc:304] Negotiation complete: IO error: Client connection negotiation failed: client connection to 127.0.0.1:60005: received invalid message of size 1752330339 which exceeds the rpc_max_message_size of 52428800 bytes
Metrics: {"client-negotiator.queue_time_us":28}{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)