googleapis / googleapis/google-cloud-java

[java-spanner] custom WatchdogProvider executor service

Open
#12,261 1 comment 0 reactions 1 assignee Assigned to @rahul2393 View on GitHub
api: spanner
Dominant language
Java
Stars
2.1k
Forks
1.2k
Avg merge
1d 23h
Merged PRs (30d)
154

Description

Hi.
It was found that we have one "Cloud-Spanner-WatchdogProvider-0" thread per Spanner service
For example we have around 180 clients = 180 instance of spanner and such threads. 1 thread approximately takes 1 mb off-heap memory so, these threads consume resources.
Previously we have similar problem with Cloud-Spanner-TransportChannel, but there is a possibility to set a custom executor while creating spanner service.
Is there possibility to provide custom executor for watchdog provider? Currently I don't see such possibility.

Environment details
Java version: 8
Spanner Java Library Version: 6.38.2

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.