We are running Gitlab 8.9.6 assigning most issues works fine.  But a small 
number of issues in one of our projects cannot be assigned.

Using the Gitlab website the spinner never goes away and I get the 
following error in my JS http://gitlab/group/project/issues/466.json 
net::ERR_CONTENT_LENGTH_MISMATCH

curl -X GET -H "PRIVATE-TOKEN: *****" 
http://gitlab/api/v3/projects/14/issues/888
{"id":888,"iid":466,"project_id":14,"title":...
$ curl -X PUT -H "PRIVATE-TOKEN: *****" 
http://gitlab/api/v3/projects/14/issues/888?assignee_id=4
{"message":"404 Not found"}

The log from the website shows the following
==> /var/log/gitlab/gitlab-workhorse/current <==
2016-08-09_12:19:57.14059 2016/08/09 12:19:57 ErrorPage: serving predefined 
error page: 500
2016-08-09_12:19:57.14072 gitlab @ - - [2016-08-09 12:19:56.852076848 +0000 
UTC] "PUT /group/project/issues/466.json HTTP/1.1" 500 0 
"http://gitlab/group/project/issues/466"; "Mozilla/5.0 (Windows NT 10.0; 
WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 
Safari/537.36" 0.288612

==> /var/log/gitlab/nginx/gitlab_error.log <==
2016/08/09 12:19:57 [error] 31935#0: *62356 upstream prematurely closed 
connection while reading upstream, client: 10.1.0.165, server: localhost, 
request: "PUT /group/project/issues/466.json HTTP/1.1", upstream: 
"http://unix:/var/opt/gitlab/gitlab-workhorse/socket:/group/project/issues/466.json";,
 
host: "gitlab", referrer: "http://gitlab/group/project/issues/466";

==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET 
"/autocomplete/users.json?search=&per_page=20&active=true&project_id=14&current_user=true&author_id=10"
 
for 127.0.0.1 at 2016-08-09 12:19:57 +0000
Processing by AutocompleteController#users as JSON
  Parameters: {"search"=>"", "per_page"=>"20", "active"=>"true", 
"project_id"=>"14", "current_user"=>"true", "author_id"=>"10"}
Completed 200 OK in 55ms (Views: 9.0ms | ActiveRecord: 3.2ms)

==> /var/log/gitlab/gitlab-workhorse/current <==
2016-08-09_12:19:57.20719 gitlab @ - - [2016-08-09 12:19:57.148387793 +0000 
UTC] "GET 
/autocomplete/users.json?search=&per_page=20&active=true&project_id=14&current_user=true&author_id=10
 
HTTP/1.1" 200 2339 "http://gitlab/group/project/issues/466"; "Mozilla/5.0 
(Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/51.0.2704.106 Safari/537.36" 0.058747

==> /var/log/gitlab/nginx/gitlab_access.log <==
10.1.0.165 - - [09/Aug/2016:12:19:57 +0000] "GET 
/autocomplete/users.json?search=&per_page=20&active=true&project_id=14&current_user=true&author_id=10
 
HTTP/1.1" 200 722 "http://gitlab/group/project/issues/466"; "Mozilla/5.0 
(Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/51.0.2704.106 Safari/537.36"
10.1.0.165 - - [09/Aug/2016:12:19:57 +0000] "PUT 
/group/project/issues/466.json HTTP/1.1" 500 0 
"http://gitlab/group/project/issues/466"; "Mozilla/5.0 (Windows NT 10.0; 
WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 
Safari/537.36"

>From the API I see

==> /var/log/gitlab/gitlab-rails/production.log <==
Started PUT "/api/v3/projects/14/issues/888?assignee_id=4" for 127.0.0.1 at 
2016-08-09 12:18:57 +0000

==> /var/log/gitlab/gitlab-workhorse/current <==
2016-08-09_12:18:57.42088 gitlab @ - - [2016-08-09 12:18:57.386632413 +0000 
UTC] "PUT /api/v3/projects/14/issues/888?assignee_id=4 HTTP/1.1" 404 27 "" 
"curl/7.44.0" 0.034141

==> /var/log/gitlab/nginx/gitlab_access.log <==
10.1.0.165 - - [09/Aug/2016:12:19:57 +0000] "PUT 
/mitrend/wheatley/issues/466.json HTTP/1.1" 500 0 
"http://gitlab:2789/mitrend/wheatley/issues/466"; "Mozilla/5.0 (Windows NT 
10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 
Safari/537.36"


>From the API I see the following

==> /var/log/gitlab/gitlab-rails/production.log <==
Started PUT "/api/v3/projects/14/issues/888?assignee_id=4" for 127.0.0.1 at 
2016-08-09 12:18:57 +0000

==> /var/log/gitlab/gitlab-workhorse/current <==
2016-08-09_12:18:57.42088 gitlab:2789 @ - - [2016-08-09 12:18:57.386632413 
+0000 UTC] "PUT /api/v3/projects/14/issues/888?assignee_id=4 HTTP/1.1" 404 
27 "" "curl/7.44.0" 0.034141

==> /var/log/gitlab/nginx/gitlab_access.log <==
10.1.0.165 - - [09/Aug/2016:12:18:57 +0000] "PUT 
/api/v3/projects/14/issues/888?assignee_id=4 HTTP/1.1" 404 27 "-" 
"curl/7.44.0"


-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/06f98e09-da8a-4005-9a6e-f8d3e4d7d680%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to