[
https://issues.apache.org/jira/browse/HIVE-25154?focusedWorklogId=604872&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-604872
]
ASF GitHub Bot logged work on HIVE-25154:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Jun/21 01:25
Start Date: 02/Jun/21 01:25
Worklog Time Spent: 10m
Work Description: hmangla98 commented on a change in pull request #2311:
URL: https://github.com/apache/hive/pull/2311#discussion_r643587387
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/stats/StatsUpdaterThread.java
##########
@@ -94,6 +98,8 @@
private BlockingQueue<AnalyzeWork> workQueue;
private Thread[] workers;
+ private Set<String> dbsBeingFailedOver;
Review comment:
This is the only way we can access this set within each iteration of
StatsUpdater and also within each execution of actual analysis work after
dequeuing from the worker queue. This set is clear when new iteration of this
thread kicks in.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 604872)
Time Spent: 2h (was: 1h 50m)
> Disable StatsUpdaterThread and PartitionManagementTask for db that is being
> failoved over.
> ------------------------------------------------------------------------------------------
>
> Key: HIVE-25154
> URL: https://issues.apache.org/jira/browse/HIVE-25154
> Project: Hive
> Issue Type: Improvement
> Reporter: Haymant Mangla
> Assignee: Haymant Mangla
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)