Member since
03-02-2023
5
Posts
0
Kudos Received
0
Solutions
03-08-2023
10:12 PM
Hi All, Here is an example of an even worse scenario. INSERT OVERWRITE (with SYNC_DDL) took approx 114mins : 03/09/2023 3:00 AM - 03/09/2023 4:53 AM 2. From 03/09/2023 4:53 AM - 03/09/2023 6:02 AM, all selects failed, for over 1 hour. In the script, there is a COMPUTE stats just after the INSERT OVERWRITE. Even though the INSERT OVERWRITE completed by 03/09/2023 4:53 AM, the COMPUTE STATS did not start until 03/09/2023 6:02 AM. Was it waiting for SYNC_DDL to complete before starting the next DDL query? If yes, then why did INSERT OVERWRITE complete before SYNC_DDL was complete? Can anyone please help with any ideas? Regards SohamR
... View more
03-07-2023
08:58 AM
@SohamR As this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post. Thanks
... View more
03-04-2023
10:43 AM
Hello @wfu Did you find a solution to the problem? Even we are facing the same issues in our cluster. Metadata sync is not happening on time and subsequent queries after an insert are failing until manual refresh. Regards SohamR
... View more