Uh oh!
There was an error while loading. Please reload this page.
HBASE-27629 Let lock wait timeout to improve performance of SnapshotHFileCleaner - #5020
Conversation
…FileCleaner Backport of HBASE-27043
Apache-HBase
commented
Feb 9, 2023
🎊 +1 overall
This message was automatically generated. |
| private ImmutableMap<String, SnapshotDirectoryInfo> snapshots = ImmutableMap.of(); | ||
| private final Timer refreshTimer; | ||
| private static final int LOCK_TIMEOUT_MS = 30000; |
There was a problem hiding this comment.
Should we make it configurable? Just asking, I'm neutral on whether to introduce a configuration.
There was a problem hiding this comment.
After HBASE-27590 I don't think it is necessary because the locking time is drastically reduced. Earlier I have seen the Failed to acquire write lock on taking snapshot after waiting 60000ms WARN messages continuously on this cluster.
Apache-HBase
commented
Feb 13, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 13, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 13, 2023
🎊 +1 overall
This message was automatically generated. |
petersomogyi
commented
Feb 13, 2023
The |
Backport of HBASE-27043