nebula-java
nebula-java copied to clipboard
remove the cache in meta client
MetaManager is a cache info for nebula meta, but in client, the schema info will not be read many times, and the cache does not make mush sense. Besides, if the leader info changed in nebula server, the cache will not know it and will not update, which keeps the old and wrong meta info.