Bug #12446
Updated by Peter Amstutz over 7 years ago
It seems that the "tracked" list has gotten big enough that passing the list of UUIDs of being tracked is exceeding the request URI size. This brings crunch-dispatch-slurm to a screeching halt.
<pre>
Oct 10 09:47:50 crunch-dispatch-slurm: 2017/10/10 09:47:50 Error getting list of containers: "arvados API server error: 414: 414 Request-URI Too Large returned by xxxxxxxxxxxxx.com"
</pre>
Possible solutions:
1) Use POST with method="get" so there is no limit on the query size
2) Adjust queries to avoid to avoid passing the "tracked" UUID list in the first place.