[Fix](multi-catalog) fix hms automatic update error. (#18252)
Co-authored-by: wangxiangyu@360shuke.com <wangxiangyu@360shuke.com>
This commit is contained in:
@ -54,7 +54,9 @@ public class HMSExternalCatalog extends ExternalCatalog {
|
||||
private static final int MAX_CLIENT_POOL_SIZE = 8;
|
||||
protected PooledHiveMetaStoreClient client;
|
||||
// Record the latest synced event id when processing hive events
|
||||
private long lastSyncedEventId;
|
||||
// Must set to -1 otherwise client.getNextNotification will throw exception
|
||||
// Reference to https://github.com/apache/doris/issues/18251
|
||||
private long lastSyncedEventId = -1L;
|
||||
public static final String ENABLE_SELF_SPLITTER = "enable.self.splitter";
|
||||
public static final String FILE_META_CACHE_TTL_SECOND = "file.meta.cache.ttl-second";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user