Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-9887

sanity-lfsck test_9a: FAIL: (4) Got speed 952, expected less than 144

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • Lustre 2.10.6
    • Lustre 2.11.0
    • None
    • 3
    • 9223372036854775807

    Description

      This issue was created by maloo for Bob Glossman <bob.glossman@intel.com>

      This issue relates to the following test suite run: https://testing.hpdd.intel.com/test_sets/742f02b4-837a-11e7-b90b-5254006e85c2.

      The sub-test test_9a failed with the following error:

      (4) Got speed 952, expected less than 144
      

      This might be a dup of LU-8877, but those haven't been reported for quite a while.
      Creating a new Jira ticket for recent instances. Will let somebody else decide if they are dups.

      Info required for matching: sanity-lfsck 9a
      Info required for matching: sanity-lfsck 9b

      Attachments

        Issue Links

          Activity

            [LU-9887] sanity-lfsck test_9a: FAIL: (4) Got speed 952, expected less than 144
            pjones Peter Jones added a comment -

            So is the current test actually telling us anything useful? It sounds like you are saying that the failures for this test are because the failure threshold is too low. If that is the case, we should either raise the threshold to reduce these failures or else remove the test. As things stand it is failing quite often but just being assumed to be fine.

            pjones Peter Jones added a comment - So is the current test actually telling us anything useful? It sounds like you are saying that the failures for this test are because the failure threshold is too low. If that is the case, we should either raise the threshold to reduce these failures or else remove the test. As things stand it is failing quite often but just being assumed to be fine.

            Currently, we allow some test error range for lfsck speed. If we want to make the test more robust, then either enlarge such error range or test more large data set. But there is no absolute solution for that.

            yong.fan nasf (Inactive) added a comment - Currently, we allow some test error range for lfsck speed. If we want to make the test more robust, then either enlarge such error range or test more large data set. But there is no absolute solution for that.
            pjones Peter Jones added a comment -

            So we need a new ticket to track making this test more robust?

            pjones Peter Jones added a comment - So we need a new ticket to track making this test more robust?

            still seeing fails on master after the landing of https://review.whamcloud.com/28588 and https://review.whamcloud.com/28617:
            https://testing.hpdd.intel.com/test_sets/8ab76200-afbd-11e7-8d8d-5254006e85c2

            This is a different issue that is caused by calculation error. As you can, the diff is (145 - 144) / 144, it can be ignored in our VM test environment.

            sanity-lfsck test_9b: @@@@@@ FAIL: (10) Speed 145, expected < 144

            yong.fan nasf (Inactive) added a comment - still seeing fails on master after the landing of https://review.whamcloud.com/28588 and https://review.whamcloud.com/28617: https://testing.hpdd.intel.com/test_sets/8ab76200-afbd-11e7-8d8d-5254006e85c2 This is a different issue that is caused by calculation error. As you can, the diff is (145 - 144) / 144, it can be ignored in our VM test environment. sanity-lfsck test_9b: @@@@@@ FAIL: (10) Speed 145, expected < 144

            John L. Hammond (john.hammond@intel.com) merged in patch https://review.whamcloud.com/29294/
            Subject: LU-9887 lfsck: calculate LFSCK speed properly
            Project: fs/lustre-release
            Branch: b2_10
            Current Patch Set:
            Commit: 0f14db83ab0fe0b505e3eabb7b51619cd42e5155

            gerrit Gerrit Updater added a comment - John L. Hammond (john.hammond@intel.com) merged in patch https://review.whamcloud.com/29294/ Subject: LU-9887 lfsck: calculate LFSCK speed properly Project: fs/lustre-release Branch: b2_10 Current Patch Set: Commit: 0f14db83ab0fe0b505e3eabb7b51619cd42e5155
            bogl Bob Glossman (Inactive) added a comment - - edited still seeing fails on master after the landing of https://review.whamcloud.com/28588 and https://review.whamcloud.com/28617: https://testing.hpdd.intel.com/test_sets/8ab76200-afbd-11e7-8d8d-5254006e85c2

            John L. Hammond (john.hammond@intel.com) merged in patch https://review.whamcloud.com/29293/
            Subject: LU-9887 tests: ignore error sanity-lfsck test 9a,b
            Project: fs/lustre-release
            Branch: b2_10
            Current Patch Set:
            Commit: 2efab9c82e806dc53b98fcb157aaed60af79a799

            gerrit Gerrit Updater added a comment - John L. Hammond (john.hammond@intel.com) merged in patch https://review.whamcloud.com/29293/ Subject: LU-9887 tests: ignore error sanity-lfsck test 9a,b Project: fs/lustre-release Branch: b2_10 Current Patch Set: Commit: 2efab9c82e806dc53b98fcb157aaed60af79a799

            Minh Diep (minh.diep@intel.com) uploaded a new patch: https://review.whamcloud.com/29294
            Subject: LU-9887 lfsck: calculate LFSCK speed properly
            Project: fs/lustre-release
            Branch: b2_10
            Current Patch Set: 1
            Commit: 8eb4db6c1125511d870cd848fd8cd5eba9e944eb

            gerrit Gerrit Updater added a comment - Minh Diep (minh.diep@intel.com) uploaded a new patch: https://review.whamcloud.com/29294 Subject: LU-9887 lfsck: calculate LFSCK speed properly Project: fs/lustre-release Branch: b2_10 Current Patch Set: 1 Commit: 8eb4db6c1125511d870cd848fd8cd5eba9e944eb

            Minh Diep (minh.diep@intel.com) uploaded a new patch: https://review.whamcloud.com/29293
            Subject: LU-9887 tests: ignore error sanity-lfsck test 9a,b
            Project: fs/lustre-release
            Branch: b2_10
            Current Patch Set: 1
            Commit: 917d9a4021fc0ccb911fbb2b0e261a781b91f2be

            gerrit Gerrit Updater added a comment - Minh Diep (minh.diep@intel.com) uploaded a new patch: https://review.whamcloud.com/29293 Subject: LU-9887 tests: ignore error sanity-lfsck test 9a,b Project: fs/lustre-release Branch: b2_10 Current Patch Set: 1 Commit: 917d9a4021fc0ccb911fbb2b0e261a781b91f2be
            pjones Peter Jones added a comment -

            Landed for 2.11

            pjones Peter Jones added a comment - Landed for 2.11

            Oleg Drokin (oleg.drokin@intel.com) merged in patch https://review.whamcloud.com/28617/
            Subject: LU-9887 lfsck: calculate LFSCK speed properly
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: cf800c062c8c6424c442509139297095f8a708db

            gerrit Gerrit Updater added a comment - Oleg Drokin (oleg.drokin@intel.com) merged in patch https://review.whamcloud.com/28617/ Subject: LU-9887 lfsck: calculate LFSCK speed properly Project: fs/lustre-release Branch: master Current Patch Set: Commit: cf800c062c8c6424c442509139297095f8a708db

            People

              yong.fan nasf (Inactive)
              maloo Maloo
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: