You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Matthew Jacobs (JIRA)" <ji...@apache.org> on 2017/08/07 23:00:01 UTC

[jira] [Resolved] (IMPALA-5770) test_kudu_insert failed with "Remote error: Service unavailable: Soft memory limit exceeded"

     [ https://issues.apache.org/jira/browse/IMPALA-5770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthew Jacobs resolved IMPALA-5770.
------------------------------------
       Resolution: Duplicate
    Fix Version/s: Product Backlog

Closing as a dupe of the Kudu JIRA

> test_kudu_insert failed with "Remote error: Service unavailable: Soft memory limit exceeded" 
> ---------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-5770
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5770
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.10.0
>            Reporter: Michael Ho
>            Assignee: Matthew Jacobs
>            Priority: Blocker
>              Labels: broken-build, kudu
>             Fix For: Product Backlog
>
>
> {noformat}
> query_test/test_kudu.py:81: in test_kudu_insert
>     self.run_test_case('QueryTest/kudu_insert', vector, use_db=unique_database)
> common/impala_test_suite.py:390: in run_test_case
>     result = self.__execute_query(target_impalad_client, query, user=user)
> common/impala_test_suite.py:598: in __execute_query
>     return impalad_client.execute(query, user=user)
> common/impala_connection.py:160: in execute
>     return self.__beeswax_client.execute(sql_stmt, user=user)
> beeswax/impala_beeswax.py:173: in execute
>     handle = self.__execute_query(query_string.strip(), user=user)
> beeswax/impala_beeswax.py:339: in __execute_query
>     self.wait_for_completion(handle)
> beeswax/impala_beeswax.py:359: in wait_for_completion
>     raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
> E   ImpalaBeeswaxException: ImpalaBeeswaxException:
> E    Query aborted:Kudu error(s) reported, first error: Timed out: Failed to write batch of 33707 ops to tablet 3f5d8cdd0bf842359df0f3ed8467b3dc after 572 attempt(s): Failed to write to server: (no server available): Write(tablet: 3f5d8cdd0bf842359df0f3ed8467b3dc, num_ops: 33707, num_attempts: 572) passed its deadline: Remote error: Service unavailable: Soft memory limit exceeded (at 99.95% of capacity)
> E   
> E   Key already present in Kudu table 'impala::test_kudu_insert_886525c4.kudu_test'. (1 of 15 similar)
> E   Error in Kudu table 'impala::test_kudu_insert_886525c4.kudu_test': Timed out: Failed to write batch of 33707 ops to tablet 3f5d8cdd0bf842359df0f3ed8467b3dc after 572 attempt(s): Failed to write to server: (no server available): Write(tablet: 3f5d8cdd0bf842359df0f3ed8467b3dc, num_ops: 33707, num_attempts: 572) passed its deadline: Remote error: Service unavailable: Soft memory limit exceeded (at 99.95% of capacity) (1 of 33707 similar)
> {noformat}
> [~mjacobs], can you please take a first look and re-assign to Kudu if necessary ?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)