Project

General

Profile

Bug #6358

Updated by Peter Amstutz almost 9 years ago

I am running tests that writes a bunch of miscellaneous blocks to Keep.    I have three keep services.    PUT and GET are supposed to use the same algorithm to generate the sort order used to select which keep servers to store which blocks.    This means that if I PUT a set of blocks and there are no errors or changes to the keep service configuration, every GET on that same set of blocks should go to the correct server the first time; there should be no 404s. 

 However I am seeing 404s on one of the keepstore services in my local install using the Python SDK (it does succeed in finding the block on another keepstore), which means the it is either sometimes putting the block on the wrong keep service, or it is trying the keep services in the wrong order. 

Back