Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

v0.7.1: August 2018 Release

Compare
Choose a tag to compare
@xudifsd xudifsd released this 31 Aug 07:35
· 3 commits to pai-0.7.y since this release
85686d9

New features

  • Administrators can receive email notifications on cluster problems after set up the new supported "Alert Manager". Please read more about how to set up Alert Manager and the notification Rules.

Improvements

Bug fixes

  • Fixed nginx reverse proxy issue in webhdfs - PR 1009
  • Fixed pylon UI issue - PR 916
  • Fixed webportal data table issue - PR 734

Known issues

  • Currently, OpenPai start user's job using hostNetwork and leverge docker stats to generate job's running metrics including network usage. This will render 0 network usage in job/task metrics page, because docker stats will return 0 network usage if container uses hostNetwork. We will fix this issue in future release.

Break changes

  • Replace killOnAnyComplete with more powerful options minFailedTaskCount and minSucceededTaskCount. killOnAnyComplete is now obsolete, any json files that specify this field will not work in this version. Please see job tutorial for more information. - PR 879