[Bugs] [Bug 1287583] Data Tiering:Read heat not getting calculated and read operations not heating the file with counter enabled

bugzilla at redhat.com bugzilla at redhat.com
Sat Dec 5 00:47:05 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1287583



--- Comment #5 from Vijay Bellur <vbellur at redhat.com> ---
COMMIT: http://review.gluster.org/12868 committed in release-3.7 by Dan
Lambright (dlambrig at redhat.com) 
------
commit d5df0db18b29b1db2577ac5ed388966c0eb203b0
Author: Joseph Fernandes <josferna at redhat.com>
Date:   Mon Nov 30 16:51:35 2015 +0530

    tier/libgfdb/sql: Correcting logic in sql query for read

    Correcting query in the  where clause

    from "a & b | c"

    to "a & (b | c)"

    where "a" is the condition to join the gf_file_tb and gf_flink_tb
    through gfids

    "b" is the condition for the write heat
    and "c" is the condition for read heat

    Backport of http://review.gluster.org/12823

    > Change-Id: I99226d82b0efb68fbef3a40f02b215bb2b4370d6
    > BUG: 1286656
    > Signed-off-by: Joseph Fernandes <josferna at redhat.com>
    > Signed-off-by: Dan Lambright <dlambrig at redhat.com>
    > Reviewed-on: http://review.gluster.org/12823
    > Tested-by: NetBSD Build System <jenkins at build.gluster.org>
    > Tested-by: Gluster Build System <jenkins at build.gluster.com>
    Signed-off-by: Joseph Fernandes <josferna at redhat.com>

    Change-Id: I70533c8589a6cd67e8737e110af0a23abed9013d
    BUG: 1287583
    Reviewed-on: http://review.gluster.org/12868
    Tested-by: NetBSD Build System <jenkins at build.gluster.org>
    Tested-by: Gluster Build System <jenkins at build.gluster.com>
    Reviewed-by: Dan Lambright <dlambrig at redhat.com>
    Tested-by: Dan Lambright <dlambrig at redhat.com>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list