eBay/go-ovn

List operations should get from cache instead of new transaction

hzhou8 opened this issue · 2 comments

A new transaction with opSelect is used for list operations for dhcp_options and logical_switches, which is not necessary, and maybe create inconsistency with local cache. All reads should from cache directly.

i'm try to fix this

fix in #38