Project

General

Profile

Bug #12446

Updated by Tom Morris over 6 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. 

 Related to: https://support.curoverse.com/rt/Ticket/Display.html?id=512 

Back