[
https://issues.apache.org/jira/browse/HIVE-9321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14272575#comment-14272575
]
Hive QA commented on HIVE-9321:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12691451/HIVE-9321.patch
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6745 tests executed
*Failed tests:*
{noformat}
org.apache.hive.hcatalog.hbase.TestPigHBaseStorageHandler.org.apache.hive.hcatalog.hbase.TestPigHBaseStorageHandler
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2325/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2325/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2325/
Messages:
{noformat}
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: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12691451 - PreCommit-HIVE-TRUNK-Build
> Notification message size can be arbitrarily long, DbNotificationListener
> limits to 1024
> ----------------------------------------------------------------------------------------
>
> Key: HIVE-9321
> URL: https://issues.apache.org/jira/browse/HIVE-9321
> Project: Hive
> Issue Type: Bug
> Affects Versions: 0.15.0
> Reporter: Sushanth Sowmyan
> Assignee: Alan Gates
> Fix For: 0.15.0
>
> Attachments: HIVE-9321.patch
>
>
> As part of HIVE-9174, a new notification listener, DbNotificationListener was
> introduced that stores notification messages in the metastore.
> Now, the "message" field of a Notification event can be arbitrarily long,
> since it is a JSON-serialized message of what event actually occurred, and an
> AddPartitionMessage which captured the result of an add_partitions can be
> arbitrarily long (as long as the number of partitions that were added).
> However, the "message" field for the storage in db is limited to
> VARCHAR(1024), which it will easily break. We need to fix this somehow.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)