From 3d7f248ee7aa7e5b470cb9bc2fcf76852e798db5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 22 May 2024 19:12:55 +0300 Subject: Make poll interval for unloaded tenant configurable and rename loaded_timestamp tenant member to unloaded_timestamp --- load/load.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'load') diff --git a/load/load.cxx b/load/load.cxx index 765cf43..ba2da1c 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -1811,7 +1811,7 @@ try throw failed (); } - if (t->loaded_timestamp) + if (t->unloaded_timestamp) { cerr << "error: tenant " << tnt << " is marked as unloaded" << endl; throw failed (); -- cgit v1.1