eBay / go-ovn

A Go library for OVN Northbound/Southbound DB access using native OVSDB protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List operations should get from cache instead of new transaction

hzhou8 opened this issue · 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