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

read timestamp older than oldest timestamp

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None

      The test/checkpoint program fails with read timestamp XXX older than oldest timestamp.

      Running this reproduces it relatively quickly for me (a few dozen runs).

      #!/bin/sh
      
      start=1
      stop=100000
      
      mypid=$$
      dir="./RUNDIR.$mypid"
      log="./RUNDIR.$mypid.log"
      
      while test "$start" -le "$stop"; do
      	echo "`date`: iteration $start"
      	./t -h $dir -T 3 -t m -s > $log 2>&1
      	if test "$?" -ne "0" ; then
      		echo "Iteration $start failed: output in $log"
      		exit 1
      	fi
      	start=`expr $start + 1`
      done
      

            Assignee:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: