Open sming opened 3 years ago
found that removing the 4x multiplier from this method :
@Provides
@GrpcRpcScope
@Named("worker")
fun worker() = NioEventLoopGroup(Runtime.getRuntime().availableProcessors() * 4)
stops the exception from being thrown. But there are still many questions unanswered:
testbasicWithNoDistribution
) also stops exception from being thrown(CC @malish8632)
Design & Implementation Notes
feature/add-bigtable-timeout-settings-refactored
) :