[Bugs] [Bug 1207343] New: SQL query failed during tiering rebalancer and write/read frequency thresolds not work

bugzilla at redhat.com bugzilla at redhat.com
Mon Mar 30 18:02:45 UTC 2015


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

            Bug ID: 1207343
           Summary: SQL query failed during tiering rebalancer and
                    write/read frequency thresolds not work
           Product: GlusterFS
           Version: pre-release
         Component: tiering
          Assignee: bugs at gluster.org
          Reporter: josferna at redhat.com
        QA Contact: bugs at gluster.org
                CC: bugs at gluster.org



Description of problem:
SQL query failed during tiering rebalancer and write/read frequency thresolds
not work

Version-Release number of selected component (if applicable):


How reproducible:

gluster volume <volumename > tier rebalancer

[2015-03-27 17:25:42.078335] E
[gfdb_sqlite3.c:864:gf_sqlite3_find_recently_changed_files_freq] 0-sqlite3:
Failed preparing statment select GF_FILE_TB.GF_ID, (select group_concat( GF_PID
|| ',' || FNAME || ',' || FPATH || ',' || W_DEL_FLAG ||',' || LINK_UPDATE ,
'::') from GF_FLINK_TB where GF_FILE_TB.GF_ID = GF_FLINK_TB.GF_ID)  from
GF_FILE_TB where ( ((GF_FILE_TB.W_SEC * 1000000 + GF_FILE_TB.W_MSEC) >= ? ) AND
 (GF_FILE_TB.WRITE_FREQ_CNTR > = ? ) ) OR ( ((GF_FILE_TB.W_READ_SEC * 1000000 +
GF_FILE_TB.W_READ_MSEC) <= ?) AND  (GF_FILE_TB.READ_FREQ_CNTR > = ? ) ) : near
"=": syntax error

gluster volume set cluster.write-freq-threshold 0;
failed!

gluster volume set cluster.read-freq-threshold 0;
failed!
Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

-- 
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