[Developers] Bad Cursor pt2
Augusto Callejas
acallejas at appliedminds.com
Wed Oct 24 18:47:50 UTC 2007
tyler-
thanks, looks like the bad cursor bug is not happening.
however, i'm getting a new cursor-related problem.
i issue one query with cursor:true, and keep issuing
queries with the cursor from the previous result.
however, at some point the cursor values alternate
between two specific cursor values and progress
is never made with the query.
here is the specific query along with the cursor values
over time. i cut off the cursor value because they are
too long, but can provide the full cursor value off
the mailing list if they are helpful to know.
(cursors 10, 12, 14, etc are the same, along with
cursors 11, 13, 15, etc).
thanks,
augusto.
===============================================
{
"/freebase/type_hints/enumeration":null,
"/freebase/type_hints/included_types":[],
"/freebase/type_hints/mediator":null,
"domain":null,
"id":null,
"name":null,
"properties":[{
"expected_type":{
"/freebase/type_hints/included_types":[],
"domain":null,
"id":null,
"name":null,
"type":"/type/type"
},
"id":null,
"master_property":{},
"name":null,
"reverse_property":{},
"unique":[]
}],
"type":"/type/type"
}
===============================================
current page: 1 and cursor: true
current page: 2 and cursor:
eNqtj80OgkAMhB-GC8QQutvt_jSG-CoIrG4kYAB9fhVCBA96cY7T
current page: 3 and cursor:
eNqtj80OgjAQhB-GC8Q0bH-WthtDfJWGUm0kYAB9fhFCBA96cQ57
current page: 4 and cursor:
eNqtj8EOgkAMRD-GC8YQ2u2W3W0M8Vc2wCqRgAH0-1UIETzoxTlO
current page: 5 and cursor:
eNqtj0sOgkAQRK9iwgZiCN3TM8NMxxDvYVwgHyUiGD6eX4QQwYVu
current page: 6 and cursor:
eNqtj0sOgkAQRK9iwkZiCN3TzDDTMcR7GBd8dSKC4eP5RQgRXOjG
current page: 7 and cursor:
eNqtj8kOgkAQRH_FhAvEELqnmRmmY4j_YTzAMChxwbD4_bKEuBz0
current page: 8 and cursor:
eNqtj80OgkAMhF_FhAvEENotu8s2hvgexgMuoEQEw4_PL0KI4EEv
current page: 9 and cursor:
eNqtj0sOgkAQRK9iwgZiCD2fHmY6hngP4wJh0IkIho_nFyFEcKEb
current page: 10 and cursor:
eNqtj80OgkAMhF_FhAvEbGj3j6UxxPcwHnAB3Yhg-PH5RQgRPOj
current page: 11 and cursor:
eNqtj80OgjAQhF_FhIvEELa_tBtDfA_jAaFoI4JpwedXIY3gQS_
current page: 12 and cursor:
eNqtj80OgkAMhF_FhAvEbGj3j6UxxPcwHnAB3Yhg-PH5RQgRPOj
current page: 13 and cursor:
eNqtj80OgjAQhF_FhIvEELa_tBtDfA_jAaFoI4JpwedXIY3gQS_
current page: 14 and cursor:
eNqtj80OgkAMhF_FhAvEbGj3j6UxxPcwHnAB3Yhg-PH5RQgRPOj
current page: 15 and cursor:
eNqtj80OgjAQhF_FhIvEELa_tBtDfA_jAaFoI4JpwedXIY3gQS_
current page: 16 and cursor:
eNqtj80OgkAMhF_FhAvEbGj3j6UxxPcwHnAB3Yhg-PH5RQgRPOj
current page: 17 and cursor:
eNqtj80OgjAQhF_FhIvEELa_tBtDfA_jAaFoI4JpwedXIY3gQS_
current page: 18 and cursor:
eNqtj80OgkAMhF_FhAvEbGj3j6UxxPcwHnAB3Yhg-PH5RQgRPOj
current page: 19 and cursor:
eNqtj80OgjAQhF_FhIvEELa_tBtDfA_jAaFoI4JpwedXIY3gQS_
current page: 20 and cursor:
eNqtj80OgkAMhF_FhAvEbGj3j6UxxPcwHnAB3Yhg-PH5RQgRPOj
current page: 21 and cursor:
eNqtj80OgjAQhF_FhIvEELa_tBtDfA_jAaFoI4JpwedXIY3gQS_
===============================================
On 10/24/07 8:22 AM, "tyler" <tyler at metaweb.com> wrote:
> Augusto -
>
> It should be all better now. If you're still having problems please let
> us know.
>
>
>
> Tyler
>
>
>
>
> Augusto Callejas wrote:
>> hi all-
>>
>> i've written my own client to interact with freebase using the java apache
>> httpclient. is this dev tools tool bar part of some standalone application?
>> is it possible to refresh the cache from the mqlread web service?
>>
>> any word on a fix for this bug?
>>
>> thanks,
>> augusto.
>>
>>
>> On 10/22/07 1:39 PM, "Scott Meyer" <sm at metaweb.com> wrote:
>>
>>
>>> Augusto Callejas wrote:
>>>
>>>> hi-
>>>>
>>>> another example of a bad cursor. i issued query 1 with cursor=true and
>>>> received response 1 with a result and a cursor. i issued query 2 with the
>>>> cursor from response 1 and received response 2, a new cursor but the same
>>>> result as response 1. i issued query 3 with the cursor from response 2 and
>>>> received a bad cursor in response 3. am i misusing cursors or is this a
>>>> bug?
>>>>
>>> This is a bug. You can work around it by clicking on "Refresh Cache" in
>>> the Dev Tools tool bar (as enabled by F8).
>>>
>>> -Scott
>>> _______________________________________________
>>> Developers mailing list
>>> Developers at freebase.com
>>> http://lists.freebase.com/mailman/listinfo/developers
>>>
>>
>>
>> _______________________________________________
>> Developers mailing list
>> Developers at freebase.com
>> http://lists.freebase.com/mailman/listinfo/developers
>>
>
> _______________________________________________
> Developers mailing list
> Developers at freebase.com
> http://lists.freebase.com/mailman/listinfo/developers
More information about the Developers
mailing list