查询 Kusto 时 CachedStorageObject 错误的解释 table

Interpretation of CachedStorageObject error while querying Kusto table

我是 运行 来自跟随者集群的查询,指向存在于领导者集群上的 table 并得到以下错误:-

Partial query failure: An unexpected error occurred. (message: 'StorageException with HttpStatusCode 503 was thrown.: : : ', details: 'Source: Kusto::CachedStorageObject')

由于错误似乎与缓存有关,我想了解到底如何解释它?如果在跟随者缓存中没有找到某些东西,ADX 应该会自动从领导者存储中正确获取数据,我不太明白为什么它会失败。目前还不太清楚错误的含义。

根据 StorageException with HttpStatusCode 503 判断,这似乎是访问底层存储对象的暂时性故障。

如果问题仍然存在,我建议您通过 Azure 门户为您的资源开一个支持票。