[ 
https://issues.apache.org/jira/browse/HIVE-25154?focusedWorklogId=604358&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-604358
 ]

ASF GitHub Bot logged work on HIVE-25154:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Jun/21 07:54
            Start Date: 01/Jun/21 07:54
    Worklog Time Spent: 10m 
      Work Description: pkumarsinha commented on a change in pull request #2311:
URL: https://github.com/apache/hive/pull/2311#discussion_r642867437



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/stats/StatsUpdaterThread.java
##########
@@ -84,6 +86,9 @@
   private ConcurrentHashMap<String, Boolean> partsInProgress = new 
ConcurrentHashMap<>();
   private AtomicInteger itemsInProgress = new AtomicInteger(0);
 
+  Map<String, Boolean> isDbTargetOfReplication = new HashMap<>();
+  Map<String, Boolean> isDbBeingFailedOver = new HashMap<>();

Review comment:
       Why do you need it at instance level?
   When is the map getting cleaned?




-- 
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 604358)
    Time Spent: 1.5h  (was: 1h 20m)

> 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: 1.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to