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

[jira] [Created] (IMPALA-5820) test_scanners_fuzz.py::TestScannersFuzzing failing on exhaustive release build

David Knupp created IMPALA-5820:
-----------------------------------

             Summary: test_scanners_fuzz.py::TestScannersFuzzing failing on exhaustive release build
                 Key: IMPALA-5820
                 URL: https://issues.apache.org/jira/browse/IMPALA-5820
             Project: IMPALA
          Issue Type: Bug
            Reporter: David Knupp
            Priority: Critical


I'm seeing multiple tests failing fromthe {{TestScannersFuzzing}} suite when running exhaustive tests on the release build. There are no crashes or backtraces, but that test suite was last touched as part of the patch for IMPALA-5776, and there appear to be HdfsScanNode-related errors in log files that correspond with the time of the test failures, e.g.

{noformat}
I0819 03:07:39.673249 11999 hdfs-scan-node.cc:160] Max row batch queue size for scan node '0' in fragment instance 'fc4b4ab7293a90fd:cda7b65d00000002': 60
I0819 03:07:39.710546 11965 status.cc:122] Not implemented for this format.
      @           0x845479  impala::Status::Status()
      @           0xc474bd  impala::HdfsScanNodeBase::Codegen()
      @           0xa56eb1  impala::FragmentInstanceState::Prepare()
      @           0xa57531  impala::FragmentInstanceState::Exec()
      @           0xa34078  impala::QueryState::ExecFInstance()
      @           0xbd8c82  impala::Thread::SuperviseThread()
      @           0xbd93e4  boost::detail::thread_data<>::run()
      @           0xe6120a  thread_proxy
      @       0x3395007851  (unknown)
      @       0x3394ce894d  (unknown)
{noformat} 

This makes me wonder if these might also be related to IMPALA-5819.

Taras, who submitted the patch for IMPALA-5776 is away, so assigning to [~alex.behm] who reviewed the patches for both IMPALA-5776 and IMPALA-5819. Please reassign as you see fit.



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