[
https://issues.apache.org/jira/browse/HIVE-25700?focusedWorklogId=683653&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-683653
]
ASF GitHub Bot logged work on HIVE-25700:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Nov/21 21:54
Start Date: 18/Nov/21 21:54
Worklog Time Spent: 10m
Work Description: pkumarsinha commented on a change in pull request #2789:
URL: https://github.com/apache/hive/pull/2789#discussion_r752654118
##########
File path:
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenarios.java
##########
@@ -252,6 +254,8 @@ static void internalBeforeClassSetup(Map<String, String>
additionalProperties)
metaStoreClientMirror = new HiveMetaStoreClient(hconfMirror);
PersistenceManagerProvider.setTwoMetastoreTesting(true);
+ MetastoreConf.setTimeVar(hconf,
EVENT_DB_LISTENER_CLEAN_STARTUP_WAIT_INTERVAL, 0, TimeUnit.SECONDS);
+ MetastoreConf.setTimeVar(hconfMirror,
EVENT_DB_LISTENER_CLEAN_STARTUP_WAIT_INTERVAL, 0, TimeUnit.SECONDS);
Review comment:
Are these lines needed. Isn't the config optional anyway or the idea is
to test >0 case in default case?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 683653)
Time Spent: 50m (was: 40m)
> Prevent deletion of Notification Events post restarts
> -----------------------------------------------------
>
> Key: HIVE-25700
> URL: https://issues.apache.org/jira/browse/HIVE-25700
> Project: Hive
> Issue Type: Sub-task
> Reporter: Ayush Saxena
> Assignee: Ayush Saxena
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> In case of DR scenarios, when Hive service goes down, Prevent deletion of
> entries in the Notification Log immediately, Give time for ADMINs to
> reconfigure properties to handle further Replication process.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)