已创建但未显示Apache Ignite缓存

时间:2019-07-12 05:44:41

标签: c# caching ignite

当我在缓存名称X中查询表时,Ignite未显示缓存并显示“未找到表”。当我创建缓存时,会引发抛出错误---- 以下错误------

{Apache.Ignite.Core.Client.IgniteClientException: Failed to start cache 
(a cache with the same name is already started): NIFTYNOHLC
at Apache.Ignite.Core.Impl.Client.ClientSocket.DecodeResponse[T] 
(Apache.Ignite.Core.Impl.Binary.IO.BinaryHeapStream stream, 
System.Func`2[T,TResult] readFunc, System.Func`3[T1,T2,TResult] 
errorFunc) [0x00045] in <cd4215ea392b444fb1a4942a9be1ae6e>:0 
at Apache.Ignite.Core.Impl.Client.ClientSocket.DoOutInOp[T] 
(Apache.Ignite.Core.Impl.Client.ClientOp opId, System.Action`1[T] 
writeAction, System.Func`2[T,TResult] readFunc, 
System.Func`3[T1,T2,TResult] errorFunc) [0x00012] in 
<cd4215ea392b444fb1a4942a9be1ae6e>:0 
at Apache.Ignite.Core.Impl.Client.ClientFailoverSocket.DoOutInOp[T] 
(Apache.Ignite.Core.Impl.Client.ClientOp opId, System.Action`1[T] 
writeAction, System.Func`2[T,TResult] readFunc, 
System.Func`3[T1,T2,TResult] errorFunc) [0x00006] in 
<cd4215ea392b444fb1a4942a9be1ae6e>:0 
at Apache.Ignite.Core.Impl.Client.IgniteClient.DoOutInOp[T] 
(Apache.Ignite.Core.Impl.Client.ClientOp opId, System.Action`1[T] 
 writeAction, System.Func`2[T,TResult] readFunc) [0x00014] in 
 <cd4215ea392b444fb1a4942a9be1ae6e>:0 
 at Apache.Ignite.Core.Impl.Client.IgniteClient.DoOutOp 
(Apache.Ignite.Core.Impl.Client.ClientOp opId, System.Action`1[T] 
writeAction) [0x00000] in <cd4215ea392b444fb1a4942a9be1ae6e>:0 
at Apache.Ignite.Core.Impl.Client.IgniteClient.CreateCache[TK,TV] 
(Apache.Ignite.Core.Client.Cache.CacheClientConfiguration configuration) 
[0x00024] in <cd4215ea392b444fb1a4942a9be1ae6e>:0 
at CheckNewSymbolsAndCreateTable.MainClass.MainOperation_OHLC 
(System.Type 
 type, System.String TableName, System.String TypeName) [0x0008c] in 

/home/Ghanshyam/Projects/CheckNewSymbolAndCreateTable_Ver_2_0/CheckNewSymbolAndCreateTable_Ver_2_0/Program.cs:467 [StatusCode = CacheExists]}

0 个答案:

没有答案