Domino on Linux/Unix, Troubleshooting, Best Practices, Tips and more ...

 
alt

Daniel Nashed

 

Disable Auto Refresh Delegate inbox

Daniel Nashed  9 December 2020 21:58:42

When you open multiple other mail databases -- for test, production administration, the client will keep track that you opened the database and will poll the delivery sequence number permanently.
This is intended for new mail notifications in delegate mail databases.
But this is often not desirable and causes CPU overhead as my friends from Panagenda reported in detail a while ago --> https://www.panagenda.com/2019/01/why-your-domino-servers-might-have-been-using-30-more-cpu-recently-and-how-to-fix-it/

I just ran into it again today with 11.0.1 FP2 on my machine with a very high latency to an US server.
You usually don't see those transactions unless your client runs with client_clock=1 and debug_console=1  (see below)

There is a parameter that isn't well documented. It has the prefix DEBUG. So this is more a work-around..

notes.ini DEBUG_DISABLE_AUTO_REFRESH_DELEGATED_INBOX=1 (This is a per client setting to disable the functionality)

The feature has been introduced in 9.0.1 FP9. You find detail in the following technote -> https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0040095

-- Daniel

[12E28:0011-1456C:newmail] (305-935 [428]) POLL_DEL_SEQNUM(Domino-Lab!!mail\dnashed.nsf): (Connect to Domino-Lab: 207 ms) (OPEN_SESSION: 102 ms)
[12E28:0011-1456C:newmail] (306-935 [429]) POLL_DEL_SEQNUM(Domino-Lab!!mail\admin.nsf): (Connect to Domino-Lab: 216 ms) (OPEN_SESSION: 103 ms)
[12E28:0011-1456C:newmail] (307-936 [430]) POLL_DEL_SEQNUM(Domino-Lab!!mail\jdoe.nsf): (Connect to Domino-Lab: 214 ms) (OPEN_SESSION: 104 ms)
[12E28:0011-1456C:newmail] (308-936 [431]) POLL_DEL_SEQNUM(Domino-Lab!!mail\rbishop.nsf): (Connect to Domino-Lab: 208 ms) (OPEN_SESSION: 102 ms)
[12E28:0011-1456C:newmail] (309-955 [432]) POLL_DEL_SEQNUM(Domino-Lab!!mail\dnashed.nsf): (Connect to Domino-Lab: 250 ms) (OPEN_SESSION: 113 ms)
[12E28:0011-1456C:newmail] (310-955 [433]) POLL_DEL_SEQNUM(Domino-Lab!!mail\admin.nsf): (Connect to Domino-Lab: 212 ms) (OPEN_SESSION: 106 ms)
[12E28:0011-1456C:newmail] (311-956 [434]) POLL_DEL_SEQNUM(Domino-Lab!!mail\jdoe.nsf): (Connect to Domino-Lab: 209 ms) (OPEN_SESSION: 102 ms)
[12E28:0011-1456C:newmail] (312-956 [435]) POLL_DEL_SEQNUM(Domino-Lab!!mail\rbishop.nsf): (Connect to Domino-Lab: 214 ms) (OPEN_SESSION: 102 ms)
[12E28:0011-1456C:newmail] (313-959 [436]) POLL_DEL_SEQNUM(Domino-Lab!!mail\dnashed.nsf): (Connect to Domino-Lab: 247 ms) (OPEN_SESSION: 435 ms)
[12E28:0011-1456C:newmail] (314-960 [437]) POLL_DEL_SEQNUM(Domino-Lab!!mail\admin.nsf): (Connect to Domino-Lab: 217 ms) (OPEN_SESSION: 103 ms)
[12E28:0011-1456C:newmail] (315-961 [438]) POLL_DEL_SEQNUM(Domino-Lab!!mail\jdoe.nsf): (Connect to Domino-Lab: 211 ms) (OPEN_SESSION: 104 ms)
[12E28:0011-1456C:newmail] (316-961 [439]) POLL_DEL_SEQNUM(Domino-Lab!!mail\rbishop.nsf): (Connect to Domino-Lab: 219 ms) (OPEN_SESSION: 124 ms)

Links

    Archives


    • [HCL Domino]
    • [Domino on Linux]
    • [Nash!Com]
    • [Daniel Nashed]