RE: intermittent long "log file sync" waits

From: Noveljic Nenad <nenad.noveljic_at_vontobel.com>
Date: Thu, 2 Jul 2020 08:13:40 +0000
Message-ID: <18512_1593677639_5EFD9747_18512_4568_1_bb0231b284c04e73896954af4974a80f_at_vontobel.com>



Hi Chris,

>we did that and still experienced the long LFS.

Could you produce ash_wait_chains2 “event2||’ ‘||program2” “event=’log file sync’ for a case with the single log writer and switched off adaptive LFS?

From: oracle-l-bounce_at_freelists.org <oracle-l-bounce_at_freelists.org> On Behalf Of Chris Stephens Sent: Montag, 10. Februar 2020 23:16
To: oracle-l <Oracle-L_at_freelists.org> Subject: Re: intermittent long "log file sync" waits

I was able to capture x$trace output from session w/ 10005:4 for a session experiencing > 1 sec LFS wait.

$ awk '$0 ~ /^*** SESSION ID/ || ($7 > 1000000 && $0 ~ /log file sync/) {print $0}' lsst2db3_ora_1100.trc *** SESSION ID:(8.36700) 2020-02-10T14:26:43.346885-06:00 WAIT #0: nam='log file sync' ela= 1165317 buffer#=18314 sync scn=1014204133 p3=0 obj#=-1 tim=534257573876

however i don't see rows with "data like '%log file%':

SQL> select count(*) from xt_snaps where sid = 8 and serial# = 36700; COUNT(*)



88

SQL> select count(*) from xt_snaps where sid = 8 and serial# = 36700 and data like '%log file%'; COUNT(*)



0

Here is a gist of all data corresponding to that sid,serial# (i didn't see anything interesting):

https://gist.github.com/cs2018ncsa/b2a4e235dc68f6fe240461f4d2035e96

I ran the following (generated from a script executing every 5 seconds looking for new sessions running this workload) to enable that 10005:4 event so i think i got things right:

alter tracing enable "10005:4:8";

Oracle support recommended we set the following and test:

Here are additional steps I would like you to try.

alter system set "_high_priority_processes"='LMS*|LGWR|PMON' scope=spfile;ex
ALTER SYSTEM SET "_use_single_log_writer"=TRUE scope=spfile; <<-- restart required.
ALTER SYSTEM SET "_use_adaptive_log_file_sync"= false;

we did that and still experienced the long LFS.

not sure where to go from here except to the fridge to grab a beer.

On Fri, Feb 7, 2020 at 9:41 AM Priit Piipuu <priit.piipuu_at_gmail.com<mailto:priit.piipuu_at_gmail.com>> wrote: Hi,

19c RAC and "log file sync" without associated dbwr activity rings a bell. I noticed similar thing while investigating DRM related problems. In our case GRD gets locked for a few seconds during remastering, and that totally wrecks certain DML heavy workloads. But it looked like a collateral damage and I didn't bother to investigate further. Of course, with remastering going wrong there would be "gcs drm freeze in server mode" wait events, and probably some other gcs related stuff from "Other" wait class. That's not apparent from the traces below.

On Tue, 28 Jan 2020 at 17:11, Chris Stephens <cstephens16_at_gmail.com<mailto:cstephens16_at_gmail.com>> wrote: 3-node Oracle 19.3 RAC
Centos 7



Please consider the environment before printing this e-mail. Bitte denken Sie an die Umwelt, bevor Sie dieses E-Mail drucken.

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">p { font-family: Arial;font-size:9pt }</style>
</head>
<body>
<p>
<br>Important Notice</br>
<br />

This message is intended only for the individual named. It may contain confidential or privileged information. If you are not the named addressee you should in particular not disseminate, distribute, modify or copy this e-mail. Please notify the sender immediately by e-mail, if you have received this message by mistake and delete it from your system.<br /> Without prejudice to any contractual agreements between you and us which shall prevail in any case, we take it as your authorization to correspond with you by e-mail if you send us messages by e-mail. However, we reserve the right not to execute orders and instructions transmitted by e-mail at any time and without further explanation.<br /> E-mail transmission may not be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete. Also processing of incoming e-mails cannot be guaranteed. All liability of Vontobel Holding Ltd. and any of its affiliates (hereinafter collectively referred to as "Vontobel Group") for any damages resulting from e-mail use is excluded. You are advised that urgent and time sensitive messages should not be sent by e-mail and if verification is required please request a printed version.</br> Please note that all e-mail communications to and from the Vontobel Group are subject to electronic storage and review by Vontobel Group. Unless stated to the contrary and without prejudice to any contractual agreements between you and Vontobel Group which shall prevail in any case, e-mail-communication is for informational purposes only and is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction.<br /> The legal basis for the processing of your personal data is the legitimate interest to develop a commercial relationship with you, as well as your consent to forward you commercial communications. You can exercise, at any time and under the terms established under current regulation, your rights. If you prefer not to receive any further communications, please contact your client relationship manager if you are a client of Vontobel Group or notify the sender. Please note for an exact reference to the affected group entity the corporate e-mail signature. For further information about data privacy at Vontobel Group please consult <a href="https://www.vontobel.com">www.vontobel.com</a>.<br />
</p>
</body>
</html>

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jul 02 2020 - 10:13:40 CEST

Original text of this message