You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. oak-chunk-update --verbose --database=tipsfora_myimobitrax --user=root
--ask-pass --socket=/var/lib/mysql/mysql.sock --execute="DELETE FROM
myimobitrax.mt_click where click_time <1412060400 and OAK_CHUNK(mt_click)"
What is the expected output? What do you see instead?
- Checking for UNIQUE columns on myimobitrax.mt_click, by which to chunk
-- Table locked READ
-- camp_id,click_time,click_id (min, max) values: ([12L, 1404201757L,
18792867L], [1290L, 1415419358L, 45645222L])
-- Table unlocked
sequence item 0: expected string, long found
What version of the product are you using? On what operating system?
openark-kit-196-1.noarch.rpm (tried 170 and 180 - the same results)
Centos6.6
python 2.6.6
Please provide any additional information below.
Thank you,
Vitaly
Original issue reported on code.google.com by [email protected] on 8 Nov 2014 at 9:04
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/bin/oak-chunk-update", line 675, in <module>
chunk_update()
File "/usr/bin/oak-chunk-update", line 609, in chunk_update
act_data_pass(first_data_pass_query, rest_data_pass_query, "Performing chunks")
File "/usr/bin/oak-chunk-update", line 535, in act_data_pass
verbose("%s range (%s), (%s), progress: N/A" % (description, ",".join(unique_key_range_start_values), ",".join(unique_key_range_end_values)))
TypeError: sequence item 0: expected string, long found
sequence item 0: expected string, long found
Original issue reported on code.google.com by
[email protected]
on 8 Nov 2014 at 9:04The text was updated successfully, but these errors were encountered: