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
The comment says:
// Note: The shared buffer pool feature will not be active if any of the
// following options are used: WithStatsHandler, EnableTracing, or binary
// logging. In such cases, the shared buffer pool will be ignored.
So I'd like to know if there are any workarounds to use shared buffer with WithStatsHandler option? Or this is impossible at the moment? Perf tests show we really need this, but stats are also needed)))
I also can't find the code where options compatibility check is performed, I mean where is the code that checks if WithRecvBufferPool and WithStatsHandler are not used together.
Thanks!
The text was updated successfully, but these errors were encountered:
The comment says:
// Note: The shared buffer pool feature will not be active if any of the
// following options are used: WithStatsHandler, EnableTracing, or binary
// logging. In such cases, the shared buffer pool will be ignored.
So I'd like to know if there are any workarounds to use shared buffer with WithStatsHandler option? Or this is impossible at the moment? Perf tests show we really need this, but stats are also needed)))
I also can't find the code where options compatibility check is performed, I mean where is the code that checks if WithRecvBufferPool and WithStatsHandler are not used together.
Thanks!
The text was updated successfully, but these errors were encountered: