[ https://issues.apache.org/jira/browse/HIVE-16103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15895627#comment-15895627 ]
Hive QA commented on HIVE-16103: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12855994/HIVE-16103.2.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 26 failed/errored test(s), 10285 tests executed *Failed tests:* {noformat} TestCommandProcessorFactory - did not produce a TEST-*.xml file (likely timed out) (batchId=272) TestDbTxnManager - did not produce a TEST-*.xml file (likely timed out) (batchId=272) TestDummyTxnManager - did not produce a TEST-*.xml file (likely timed out) (batchId=272) TestHiveInputSplitComparator - did not produce a TEST-*.xml file (likely timed out) (batchId=272) TestIndexType - did not produce a TEST-*.xml file (likely timed out) (batchId=272) TestSplitFilter - did not produce a TEST-*.xml file (likely timed out) (batchId=272) org.apache.hadoop.hive.cli.TestBeeLineDriver.testCliDriver[escape_comments] (batchId=229) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[schema_evol_text_vec_table] (batchId=147) org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query14] (batchId=224) org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[vector_between_in] (batchId=119) org.apache.hive.beeline.TestSchemaTool.testNestedScriptsForDerby (batchId=212) org.apache.hive.beeline.TestSchemaTool.testNestedScriptsForMySQL (batchId=212) org.apache.hive.beeline.TestSchemaTool.testNestedScriptsForOracle (batchId=212) org.apache.hive.beeline.TestSchemaTool.testPostgresFilter (batchId=212) org.apache.hive.beeline.TestSchemaTool.testSchemaInit (batchId=212) org.apache.hive.beeline.TestSchemaTool.testSchemaInitDryRun (batchId=212) org.apache.hive.beeline.TestSchemaTool.testSchemaUpgrade (batchId=212) org.apache.hive.beeline.TestSchemaTool.testSchemaUpgradeDryRun (batchId=212) org.apache.hive.beeline.TestSchemaTool.testScriptMultiRowComment (batchId=212) org.apache.hive.beeline.TestSchemaTool.testScriptWithDelimiter (batchId=212) org.apache.hive.beeline.TestSchemaTool.testScripts (batchId=212) org.apache.hive.beeline.TestSchemaTool.testValidateLocations (batchId=212) org.apache.hive.beeline.TestSchemaTool.testValidateNullValues (batchId=212) org.apache.hive.beeline.TestSchemaTool.testValidateSchemaTables (batchId=212) org.apache.hive.beeline.TestSchemaTool.testValidateSchemaVersions (batchId=212) org.apache.hive.beeline.TestSchemaTool.testValidateSequences (batchId=212) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/3937/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/3937/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-3937/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 26 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12855994 - PreCommit-HIVE-Build > LLAP: Scheduler timeout monitor never stops with slot nodes > ----------------------------------------------------------- > > Key: HIVE-16103 > URL: https://issues.apache.org/jira/browse/HIVE-16103 > Project: Hive > Issue Type: Bug > Components: llap > Affects Versions: 2.2.0 > Reporter: Prasanth Jayachandran > Assignee: Prasanth Jayachandran > Attachments: HIVE-16103.1.patch, HIVE-16103.2.patch > > > The scheduler timeout monitor is started when node count becomes 0 and > stopped when node count becomes 1. For node count, we were relying on the > paths under llap namespace. With addition of slot znodes, every node creates > 2 paths (worker and slot). As a result, the size of the instances cache will > never be 1 (always multiple of 2) which leads to condition where timeout > monitor is not stopped. -- This message was sent by Atlassian JIRA (v6.3.15#6346)