Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. {
  2. "root_cause": [{
  3. "type": "query_shard_exception",
  4. "reason": "failed to create query: {
  5. "bool" : {
  6. "filter" : [
  7. {
  8. "term" : {
  9. "type" : {
  10. "value" : "core.module.notification.deliver",
  11. "boost" : 1.0
  12. }
  13. }
  14. },
  15. {
  16. "term" : {
  17. "orgId" : {
  18. "value" : "5e854d6ccd2ab41045677267",
  19. "boost" : 1.0
  20. }
  21. }
  22. },
  23. {
  24. "range" : {
  25. "utcTimestamp" : {
  26. "from" : 1577836800,
  27. "to" : 1585871940,
  28. "include_lower" : true,
  29. "include_upper" : true,
  30. "boost" : 1.0
  31. }
  32. }
  33. },
  34. {
  35. "nested" : {
  36. "query" : {
  37. "bool" : {
  38. "filter" : [
  39. {
  40. "term" : {
  41. "details.notifyTo._id" : {
  42. "value" : "5e854e2dcd2ab41045677271",
  43. "boost" : 1.0
  44. }
  45. }
  46. }
  47. ],
  48. "adjust_pure_negative" : true,
  49. "boost" : 1.0
  50. }
  51. },
  52. "path" : "details.notifyTo",
  53. "ignore_unmapped" : false,
  54. "score_mode" : "avg",
  55. "boost" : 1.0
  56. }
  57. }
  58. ],
  59. "adjust_pure_negative" : true,
  60. "boost" : 1.0
  61. }
  62. }",
  63. "index_uuid": "d8gZCqU7TSaeaTYa74YPbg",
  64. "index": "core_module_notification_2020"
  65. }],
  66. "type": "search_phase_execution_exception",
  67. "reason": "all shards failed",
  68. "phase": "query",
  69. "grouped": true,
  70. "failed_shards": [{
  71. "shard": 0,
  72. "index": "core_module_notification_2020",
  73. "node": "tYKh71oLT_ekjAJQV4mL5A",
  74. "reason": {
  75. "type": "query_shard_exception",
  76. "reason": "failed to create query: {
  77. "bool" : {
  78. "filter" : [
  79. {
  80. "term" : {
  81. "type" : {
  82. "value" : "core.module.notification.deliver",
  83. "boost" : 1.0
  84. }
  85. }
  86. },
  87. {
  88. "term" : {
  89. "orgId" : {
  90. "value" : "5e854d6ccd2ab41045677267",
  91. "boost" : 1.0
  92. }
  93. }
  94. },
  95. {
  96. "range" : {
  97. "utcTimestamp" : {
  98. "from" : 1577836800,
  99. "to" : 1585871940,
  100. "include_lower" : true,
  101. "include_upper" : true,
  102. "boost" : 1.0
  103. }
  104. }
  105. },
  106. {
  107. "nested" : {
  108. "query" : {
  109. "bool" : {
  110. "filter" : [
  111. {
  112. "term" : {
  113. "details.notifyTo._id" : {
  114. "value" : "5e854e2dcd2ab41045677271",
  115. "boost" : 1.0
  116. }
  117. }
  118. }
  119. ],
  120. "adjust_pure_negative" : true,
  121. "boost" : 1.0
  122. }
  123. },
  124. "path" : "details.notifyTo",
  125. "ignore_unmapped" : false,
  126. "score_mode" : "avg",
  127. "boost" : 1.0
  128. }
  129. }
  130. ],
  131. "adjust_pure_negative" : true,
  132. "boost" : 1.0
  133. }
  134. }",
  135. "index_uuid": "d8gZCqU7TSaeaTYa74YPbg",
  136. "index": "core_module_notification_2020",
  137. "caused_by": {
  138. "type": "illegal_state_exception",
  139. "reason": "[nested] nested object under path [details.notifyTo] is not of nested type"
  140. }
  141. }
  142. }]
  143. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement