Skip to content

Instantly share code, notes, and snippets.

@Ivan-Shestakov
Last active March 28, 2019 09:39
Show Gist options
  • Save Ivan-Shestakov/cf72be992fc5bbfbdd52732378f9c38a to your computer and use it in GitHub Desktop.
Save Ivan-Shestakov/cf72be992fc5bbfbdd52732378f9c38a to your computer and use it in GitHub Desktop.
  1. Warnings during install phase (Nocaching TTL defined, using default of 30sec)
  2. Installation failed to upload initial content. Had to do this separately.
  3. x-info doesn't work (fixed by https://github.com/CM-Well/CM-Well/commit/2dcda7153439f7ff86f2d4da801381b67d5a636c)
  4. stream failing to fetch all results.
  5. Upgrade capability should be disabled for complete version.
  6. Stats api doesn't work - Fixed, but changes default behavior of :: vs : need documentation
  7. vm.max_map_count was setup for single elastic on a machine to pass install check. Does it need to be increased for 4 machines? Eli will ask Dudi.
  8. x-info will show up to 10000 versions of an infoton. https://github.com/CM-Well/CM-Well/blob/master/docs/Admin.TestAndFixCorruptedData.md should be updated that x-info fetches all versions, unless there's more than 10K.
  9. x-fix doesn't work, return with status code 500
  10. jsonl formatted infotons return with fields in different orders - we must fix our tests to be less specific (don't expect id property to come before lastModified for example).
  11. _all API doesn't work. Always returns 0 results.
  12. prepare machines doesn't delete sshpass postinstall
  13. Ingesting any update to infoton creates a duplicate - BLOCKER - issue with crawler. fixed by Eli.
  14. Disable printing akka-config details in the logs.
  15. DC Sync doesn't work. fails to fetch any data. Fixed.
  16. Installation has issue with proxy settings (fails to complete if proxy is set up - disabling proxy helps to workaround)
  17. DC Sync doesn't create parent with indexTime=0 (permid root).
  18. DC Sync fails to start if qp contains system.lastModified>1514764800000, internally an exception is thrown: failed to parse date field [1514764800000] with format [yyyy-MM-dd'T'HH:mm:ss.SSS'Z']
  19. System.lastModified field can be referred only using correct dateTime format. like this: /?op=search&recursive&qp=system.lastModified%3E2018-01-01T00:00:00.000Zotherwise {"success":false, "error":"all shards failed"} is received. This is a functionality regression, which will affect multiple customers, if isn't fixed.
  20. After install, any search request ends with 424, and a workaround is to ingest any infoton.
  21. Ingest large infoton made bg to be stuck on exception from kafka org.apache.kafka.common.errors.RecordTooLargeException: The message is 1539912 bytes when serialized which is larger than the maximum . The partition gets filled fast afterwards and the environment is stuck.
  22. Get nex chunk (create iterator) api doesn't work. In test data it pulls only 4 of expected 5 infotons.
  23. Navigating to http://cm-well-host/health/es_status ends with error "invalid_index_name_exception"
  24. Difference in displayed data when navigating http://cm-well-host/health/es_thread_pool
  25. Error messages when navigating http://cm-well-host/health/es_status
  26. Duplicate index time for /meta/xxx infotons which breaks ingests. This line in logs: java.lang.Exception: failed to getMetaFieldInfoton(HashedFieldKey(hasAction,wbGrMw)) from IRW
  27. Stream of tsvs is really slow (120K/s) even when client is local.
  28. Upgrade of minor version of Elastic have failed (from ES 6.6.0 to 6.6.2) on atom.
  29. New Elastic requires higher version of Linux kernel than what we have on most on-prem environments.
@e-orz
Copy link

e-orz commented Jan 3, 2019

  • lastModified as epoch
  • x-fix
  • big number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment