Update IDisk.h

This commit is contained in:
Kseniia Sumarokova 2021-08-02 09:36:44 +03:00 committed by GitHub
parent 9007ddfe22
commit 322870acd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,6 @@ using Reservations = std::vector<ReservationPtr>;
class ReadBufferFromFileBase; class ReadBufferFromFileBase;
class WriteBufferFromFileBase; class WriteBufferFromFileBase;
class Context;
class MMappedFileCache; class MMappedFileCache;
/** /**
@ -232,7 +231,7 @@ public:
/// Required for remote disk to ensure that replica has access to data written by other node /// Required for remote disk to ensure that replica has access to data written by other node
virtual bool checkUniqueId(const String & id) const { return exists(id); } virtual bool checkUniqueId(const String & id) const { return exists(id); }
/// Reload config if config changed /// Reload config if it was changed
virtual void updateFromConfigIfChanged(const Poco::Util::AbstractConfiguration & /* config */, virtual void updateFromConfigIfChanged(const Poco::Util::AbstractConfiguration & /* config */,
const String & /* config_prefix */, const String & /* config_prefix */,
ContextPtr /* context */) { } ContextPtr /* context */) { }