summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/conn/conn_tiered.c
diff options
context:
space:
mode:
authorClarisse Cheah <clarisse.cheah@mongodb.com>2022-10-16 23:44:09 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-17 00:18:57 +0000
commit49e8298dc34186cb3a97775c5c5cd7f7fed3fcf6 (patch)
tree9f748e00d35b224739021aa9180e1b7911bf66b4 /src/third_party/wiredtiger/src/conn/conn_tiered.c
parentd38979363d12493873ea26cfe847d528dacee70e (diff)
downloadmongo-49e8298dc34186cb3a97775c5c5cd7f7fed3fcf6.tar.gz
Import wiredtiger: 8f93dcc74fe53f062bd77fbf0e9a0ce9aa03af1d from branch mongodb-master
ref: d69ee17961..8f93dcc74f for: 6.2.0-rc0 WT-9983 Remove tiered timed out message. (#8364)
Diffstat (limited to 'src/third_party/wiredtiger/src/conn/conn_tiered.c')
-rw-r--r--src/third_party/wiredtiger/src/conn/conn_tiered.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/conn/conn_tiered.c b/src/third_party/wiredtiger/src/conn/conn_tiered.c
index b29ba4208b3..43890e9af57 100644
--- a/src/third_party/wiredtiger/src/conn/conn_tiered.c
+++ b/src/third_party/wiredtiger/src/conn/conn_tiered.c
@@ -469,7 +469,7 @@ __wt_tiered_storage_destroy(WT_SESSION_IMPL *session, bool final_flush)
__wt_cond_signal(session, conn->flush_cond);
if (final_flush && conn->tiered_cond != NULL) {
__wt_cond_signal(session, conn->tiered_cond);
- WT_TRET(__wt_tiered_flush_work_wait(session, 30));
+ __wt_tiered_flush_work_wait(session, 30);
}
FLD_CLR(conn->server_flags, WT_CONN_SERVER_TIERED);
if (conn->tiered_tid_set) {