Latency spikes at every hour due to connection refreshes
See original GitHub issueContext: We use on-premise datacenters to connect to Bigtable, with a connection count of 180 (default CPU multiplier), currently on "com.google.cloud.bigtable" % "bigtable-hbase-1.2" % "0.9.6.2"
, upgrading to latest soon ("bigtable-hbase-1.x" % "1.0.0-pre1"
)
At every hour, we see a big spike in latency, and we believe there’s some kind of connection refresh that is happening
Can the client do this in the background so it doesn’t impact request timings?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Latency spikes at every hour due to connection refreshes #1463
Context: We use on-premise datacenters to connect to Bigtable, with a connection count of 180 (default CPU multiplier), currently on ...
Read more >How To Fix PING SPIKES & LAG SPIKES (My Tips) - YouTube
How to fix ping spikes using QOS on your router. How to fix lag spikes in multiplayer games using router settings to optimize...
Read more >[SOLVED] - Massive Latency Spikes | Tom's Hardware Forum
Latency is only caused by things being held in a buffer. Some device is holding that data an you need to find it....
Read more >Internet Lag Spikes: The Workaround That Improved My Ping
A slow or congested internet connection is one of the biggest reasons you might be experiencing lag spikes, and after reading this guide, ......
Read more >random ping spikes - Microsoft Community
1. Refresh network. Press the Windows key and type in CMD then right-click and run as an administrator. ... 2. Use a network...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We implemented a solution for this in https://github.com/googleapis/java-bigtable/pull/115. We are currently in the process of migrating the hbase adapter to use java-bigtable instead of bigtable-client-core. So it will inherit this feature
@igorbernstein2 Do you know for sure that this setting can solve this hourly issue? Or it only can reduce it in some degree? We tried to use it and it seems not really helping and we still see hourly latency peaks? 🤔 (Perhaps I should ping you at other issue page, as we are not really using hbase, we basically use java-bigtable and we have a java backend server that connections onto bigtable 😃)