New issue
Advanced search Search tips

Issue 674235 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: ----



Sign in to add a comment

Linked bug summaries work on staging but not production

Project Member Reported by zhangtiff@chromium.org, Dec 14 2016

Issue description

This is rather weird. On production, it seems that the annotation cache is always empty, so no data for any of the bug labels is generated. 

On staging, the linked bug summaries work. 

It probably comes down to a difference in the data if I had to guess. Prod uses the same requests to Monoral to get the bug queue, so I doubt it's a permission problem. 

My first guess was that maybe there's annotation data on production that breaks the Monorail query. For example, if a bug entered had a space in it, then it might query Monorail for something like: 

id:1,2,3 random text

which would return blank even if issues 1 and  2  existed since it'd search for "random text" as well. 

I tried editing all of the annotations in the Datastore manually and this problem still happens though. Will have to investigate more. 
 

Comment 1 by benhenry@google.com, Dec 19 2016

Status: Assigned (was: Untriaged)
There is an owner on this bug, but the status was not "Assigned" or "Started". Fixing. If you do not own this bug, please remove yourself as the owner and make the status "Available".
Status: Fixed (was: Assigned)
Looks like this is working on prod now. I guess it was probably an issue related to some sort of old annotation data? 

Sign in to add a comment