You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL DR
KGW is polling our whole data too frequently to determine which streams exist. It will be temporarily configured to have a lower frequency (default 6 seconds) while the Kwil team works on solving this issue. --schema-sync-interval will be set to 300 secs
Process for future reference
detected our network usage was incredibly high (TB/day), and it was increasing proportionally with amount of streams
requests seemed to be coming from KGW since its outgoing data was low while incoming was high (eth0 interface)
Determined that the source is KGW polling all the schemas
We'll temporarily make this poll interval to 5 minutes. Consequence: we'll probably get dataset/schema/procedure not found errors right after creating streams. It only affects deployment. If desired, we can target nodes directly to avoid this error while deploying
TL DR
KGW is polling our whole data too frequently to determine which streams exist. It will be temporarily configured to have a lower frequency (default 6 seconds) while the Kwil team works on solving this issue.
--schema-sync-interval
will be set to 300 secsProcess for future reference
eth0
interface)dataset/schema/procedure
not found errors right after creating streams. It only affects deployment. If desired, we can target nodes directly to avoid this error while deployingcc @MicBun
The text was updated successfully, but these errors were encountered: