You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Sebastian Pop (Jira)" <ji...@apache.org> on 2023/09/15 20:30:00 UTC

[jira] [Created] (IMPALA-12449) SSE2NEON is slow compared to native NEON code

Sebastian Pop created IMPALA-12449:
--------------------------------------

             Summary: SSE2NEON is slow compared to native NEON code
                 Key: IMPALA-12449
                 URL: https://issues.apache.org/jira/browse/IMPALA-12449
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 4.3.0
            Reporter: Sebastian Pop
            Assignee: Quanlong Huang
             Fix For: Impala 4.3.0


TestWebPage.test_webserver_hide_logs_link recently fails due to IMPALA-12053 makes the "/events" link visible in catalogd WebUI.
{noformat}
custom_cluster/test_web_pages.py:242: in test_webserver_hide_logs_link
    assert found_links == expected_catalog_links, msg
E   AssertionError: bad links from webui port 25020
E   assert ['/', '/catal... '/memz', ...] == ['/', '/catalo...metrics', ...]
E     At index 2 diff: u'/events' != '/jmx'
E     Left contains more items, first extra item: '/varz'
E     Full diff:
E     - [u'/',
E     ?  -
E     + ['/',
E     -  u'/catalog',
E     ?  -
E     +  '/catalog',
E     -  u'/events',
E     -  u'/jmx',
E     ?  -
E     +  '/jmx',
E     -  u'/log_level',
E     ?  -
E     +  '/log_level',
E     -  u'/memz',
E     ?  -
E     +  '/memz',
E     -  u'/metrics',
E     ?  -
E     +  '/metrics',
E     -  u'/operations',
E     ?  -
E     +  '/operations',
E     -  u'/profile_docs',
E     ?  -
E     +  '/profile_docs',
E     -  u'/rpcz',
E     ?  -
E     +  '/rpcz',
E     -  u'/threadz',
E     ?  -
E     +  '/threadz',
E     -  u'/varz']
E     ?  -
E     +  '/varz'] {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org