v.22.5Bug Fix

Experimental Feature: Cache Class Initialization Issue in ClickHouse Test

Experimental feature: During the test in PR, I found that the one cache class was initialized twice, it throws a exception. Although the cause of this problem is not clear, there should be code logic of repeatedly loading disk in ClickHouse, so we need to make special judgment for this situation. #36737 (Han Shukai).