-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
None
-
Unset
-
None
-
-
-
HBI is experiencing an issue where hosts are created in HBI, they were available quickly using CheckRequest but when querying using CheckBulkRequest it would return 403, taking more than 10 seconds to return a valid response. This is a bug due to how fullConsistency is setup on the relations side and how it is being called from inventory. Currently inventory will set a default cosnsitency of minimizeLatency which will not be overrided by relations resulting in the 10 seconds of wait until a successful response. We should not need to wait 10 seconds and so we shouldn't be forcing minimizeLatency without any way of getting accurate timely responses.
Related slack thread: https://redhat-internal.slack.com/archives/C08GTNAFZ55/p1766401500404089?thread_ts=1763656513.607469&cid=C08GTNAFZ55
PR: https://github.com/project-kessel/inventory-api/pull/1114