Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

SSM v1.3.0

Compare
Choose a tag to compare
@littlezhou littlezhou released this 09 Nov 13:13
· 1 commit to release-1.3.0 since this release

Highlights:

  • Metastore high-availability support. TiDB embedded into SSM to provide better scalability and high availability over MySQL for SSM. TiDB (https://github.com/pingcap/tidb) is a distributed MySQL-compatible database.
  • Security-related enhancements:
    • Login mechanism enabled for Web UI
    • Kerberos authentication supported
  • Web UI optimized for handling a large number of files/actions.
  • Cmdlet processing pipeline optimized for better efficiency and stability.

Change log:

  • #1384, Enable Kerberos for SSM
  • #1365, Refine execution time of move action
  • #1211, Refine cmdlet scheduler
  • #1162, Dispatch actions to given type of executor
  • #1123, Fix list actions slow for 10K+ actions
  • #1315, Add data sync stress test script
  • Enable code-style check for SSM
  • #1207, Fix reloading pending cmdlets and actions
  • Enable web UI login
  • #1268,Fix action running time display error
  • #1252, Refine baseSync and remote check
  • Fix issues in date display, action log format and cluster tab
  • #1202, Fix mysql password is visible in log files
  • Update hdfs-ssm-design.md
  • #1189, Make scheduler and dispatcher work in parallel
  • #1183, Millisecond-level rule executor support
  • #1172, add batch Support for baseSync
  • #1170, Add option to disable local cmdlet execution
  • Refine scheduler.FAIL action status