Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-10658

cppsuite failed with Cache stuck for too long error

    • Type: Icon: Build Failure Build Failure
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • 2023-04-04 Bibbidi-Bobbidi-Boo

      make-check-test on ubuntu2004-ubsan

      Host: i-046b6caf53931d701
      Project: wiredtiger
      Commit: 6b52192f

      Task Logs:

      make-check-test task_log

      Logs:

      e9fad99f3 WT-10563 Print calculated checksum and expected checksum when we have a checksum mismatch (#8809)
      
      

      logs

      make-check-test task_log

      Logs:

      105/107 Test #108: cppsuite .........................................Subprocess aborted***Exception: 347.09 sec
      

      logs

      make-check-test task_log

      Logs:

      [1677200329:123187][68548:0x7f0305ffd700], eviction-server: [WT_VERB_DEFAULT][ERROR]: int __evict_server(WT_SESSION_IMPL *, _Bool *), 467: Cache stuck for too long, giving up: Connection timed out
      
      

      logs

      make-check-test task_log

      Logs:

      transaction state dump
      current ID: 606
      last running ID: 606
      metadata_pinned ID: 606
      oldest ID: 606
      durable timestamp: (5712, 1452)
      oldest timestamp: (5670, 0)
      pinned timestamp: (5670, 0)
      stable timestamp: (5700, 0)
      has_durable_timestamp: yes
      has_oldest_timestamp: yes
      has_pinned_timestamp: yes
      has_stable_timestamp: yes
      oldest_is_pinned: yes
      stable_is_pinned: no
      checkpoint running: no
      checkpoint generation: 4
      checkpoint pinned ID: 0
      checkpoint txn ID: 0
      session count: 27
      Transaction state of active sessions:
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
      cache dump
      cache full: no
      cache clean check: no (21.386%)
      cache dirty check: no (0.000%)
      cache updates check: yes (21.348%)
      file:collection_4.wt(<live>):
      internal: 1 pages, 12.71 KB, 1/0 clean/dirty pages, 12.71/0.00 clean / dirty KB, 12.71 KB max page, 0.00 KB max dirty page
      leaf: 1 pages, 0.99 KB, 1/0 clean/dirty pages, 0.99 /0.00 /0.00 clean/dirty/updates KB, 0.99 KB max page, 0.00 KB max dirty page
      file:collection_3.wt(<live>):
      internal: 1 pages, 14.85 KB, 1/0 clean/dirty pages, 14.85/0.00 clean / dirty KB, 14.85 KB max page, 0.00 KB max dirty page
      leaf: 27 pages, 14.80 KB, 27/0 clean/dirty pages, 14.80 /0.00 /0.00 clean/dirty/updates KB, 2.24 KB max page, 0.00 KB max dirty page
      file:collection_2.wt(<live>):
      internal: 1 pages, 14.42 KB, 1/0 clean/dirty pages, 14.42/0.00 clean / dirty KB, 14.42 KB max page, 0.00 KB max dirty page
      leaf: 18 pages, 8.40 KB, 18/0 clean/dirty pages, 8.40 /0.00 /0.00 clean/dirty/updates KB, 0.91 KB max page, 0.00 KB max dirty page
      file:collection_1.wt(<live>):
      internal: 1 pages, 6.54 KB, 1/0 clean/dirty pages, 6.54/0.00 clean / dirty KB, 6.54 KB max page, 0.00 KB max dirty page
      leaf: 1 pages, 27674.05 KB, 1/0 clean/dirty pages, 27674.05 /0.00 /27668.93 clean/dirty/updates KB, 27674.05 KB max page, 0.00 KB max dirty page
      file:collection_0.wt(<live>):
      internal: 1 pages, 7.82 KB, 1/0 clean/dirty pages, 7.82/0.00 clean / dirty KB, 7.82 KB max page, 0.00 KB max dirty page
      leaf: 2 pages, 24153.07 KB, 2/0 clean/dirty pages, 24153.07 /0.00 /24148.31 clean/dirty/updates KB, 24152.98 KB max page, 0.00 KB max dirty page
      file:WiredTigerHS.wt(<live>) eviction disabled at open:
      internal: 1 pages, 0.27 KB, 1/0 clean/dirty pages, 0.27/0.00 clean / dirty KB, 0.27 KB max page, 0.00 KB max dirty page
      leaf: 0 pages
      file:WiredTiger.wt(<live>):
      internal: 1 pages, 0.58 KB, 1/0 clean/dirty pages, 0.58/0.00 clean / dirty KB, 0.58 KB max page, 0.00 KB max dirty page
      leaf: 0 pages
      cache dump: total found: 54.75 MB vs tracked inuse 50.69 MB
      total dirty bytes: 0.00 MB vs tracked dirty 0.00 MB
      

      logs

      make-check-test task_log

      Logs:

      [1677200329:123753][68548:0x7f0305ffd700], eviction-server: [WT_VERB_DEFAULT][ERROR]: int __wt_evict_thread_run(WT_SESSION_IMPL *, WT_THREAD *), 324: cache eviction thread error: Connection timed out
      [1677200329:123766][68548:0x7f0305ffd700], eviction-server: [WT_VERB_DEFAULT][ERROR]: int __wt_evict_thread_run(WT_SESSION_IMPL *, WT_THREAD *), 324: the process must exit and restart: WT_PANIC: WiredTiger library panic
      [1677200329:123775][68548:0x7f0305ffd700], eviction-server: [WT_VERB_DEFAULT][ERROR]: void __wt_abort(WT_SESSION_IMPL *), 28: aborting WiredTiger library
      

      logs

      make-check-test task_log

      Logs:

      The following tests FAILED:
      
      

      logs

      make-check-test task_log

      Logs:

      #3  0x00007f030a582309 in __wt_panic_func (session=0x2951bf0, error=<optimized out>, func=<optimized out>, line=<optimized out>, category=<optimized out>, fmt=0x7f030a6ef40f "cache eviction thread error") at /data/mci/e0ab088c4f730e9397af6f9dec61a789/wiredtiger/src/support/err.c:570
      
      

      logs

            Assignee:
            mick.graham@mongodb.com Mick Graham
            Reporter:
            Xgen-BuildBaron-User xgen-buildbaron-user
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: