Description
Contains in-memory state of AzureQueue metadata and currently processed rows per file.Columns
zookeeper_path(String) — Path in zookeeper to metadatafile_path(String) — File path of a file which is being processedfile_name(String) — File name of a file which is being processedrows_processed(UInt64) — Currently processed number of rowsstatus(String) — Status of processing: Processed, Processing, Failed, or None for a file which the cache knows but has no state for, e.g. a file whose processing was reset. A non-nullprocessing_observed_in_keeper_timemeans that theProcessingstatus was not set by the processor which holds the file, but read from keeperprocessing_start_time(Nullable(DateTime)) — Time at which processing of the file startedprocessing_end_time(Nullable(DateTime)) — Time at which processing of the file endedexception(String) — Exception which happened during processing. Always the one of the last attempt of this server, never the one which keeper stores for the fileprocessing_observed_in_keeper_time(Nullable(DateTime)) — Time at which a processor of this server failed to take the file and read theProcessingstatus from keeper instead of setting it itself. Usually the file is held by another server, but it can also be held by a processor of this server which had just taken it. In either caserows_processed,processing_start_time,processing_end_timeandexceptiondescribe the last attempt of this server to process the file, not the processing which holds it now