Missing Dependents throws up error

Hello,

Missing depedent check is throwing up the following error while running on the server: "Expression evaluation error : Error evaluating function fn!getdependentapps_appian_internal : Query failed [request=QueryRequest{from=Type -10 (id=-10), timeZone=null, query=Query[criteria[(relationships.uuid in TypedValue[it=103,v={_a-0000d8d4-9517-8000-9ba2-011c48011c48_921}])], PagingInfo[startIndex=0, batchSize=-1, sort=[]], options=QueryOptions{dataLimitInBytes=100000000, cardinalityPrecisionThreshold=0, timeoutMs=-1}]}, ES search request={ "from" : 0, "query" : { "filtered" : { "query" : { "match_all" : { } }, "filter" : { "nested" : { "filter" : { "terms" : { "relationships.uuid" : [ "_a-0000d8d4-9517-8000-9ba2-011c48011c48_921" ] } }, "path" : "relationships" } } } } }]"

Search server is running and I see following error in search-server.log: [2016-11-15 07:05:49,595][WARN ][org.elasticsearch.indices.cl...

OriginalPostID-247203



  Discussion posts and replies are publicly visible

Parents
  • ...uster] [Node localhost:9300] [[xray-rule-execution][0]] marking and sending shard failed due to [failed recovery]
    org.elasticsearch.index.gateway.IndexShardGatewayRecoveryException: [xray-rule-execution][0] failed to recover shard
              at org.elasticsearch.index.gateway.local.LocalIndexShardGateway.recover(LocalIndexShardGateway.java:297)
              at org.elasticsearch.index.gateway.IndexShardGatewayService$1.run(IndexShardGatewayService.java:112)
              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
              at java.lang.Thread.run(Thread.java:745)
    Caused by: org.elasticsearch.index.translog.TranslogCorruptedException: translog corruption while reading from stream
              at org.elasticsearch.index.translog.ChecksummedTranslogStream.read(ChecksummedTranslogStream.java:72)
              at org.elasticsearch.index.gateway.local.LocalIndexShardGateway.recover(LocalIndexShardGateway.java:267)
              ......
Reply
  • ...uster] [Node localhost:9300] [[xray-rule-execution][0]] marking and sending shard failed due to [failed recovery]
    org.elasticsearch.index.gateway.IndexShardGatewayRecoveryException: [xray-rule-execution][0] failed to recover shard
              at org.elasticsearch.index.gateway.local.LocalIndexShardGateway.recover(LocalIndexShardGateway.java:297)
              at org.elasticsearch.index.gateway.IndexShardGatewayService$1.run(IndexShardGatewayService.java:112)
              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
              at java.lang.Thread.run(Thread.java:745)
    Caused by: org.elasticsearch.index.translog.TranslogCorruptedException: translog corruption while reading from stream
              at org.elasticsearch.index.translog.ChecksummedTranslogStream.read(ChecksummedTranslogStream.java:72)
              at org.elasticsearch.index.gateway.local.LocalIndexShardGateway.recover(LocalIndexShardGateway.java:267)
              ......
Children
No Data