backup_log_dir_for_component_Dgraph2 failed in baseline update. Permission denied error coming in Dgraph log

后端 未结 3 1046
清歌不尽
清歌不尽 2021-01-26 00:39

During baseline update, I am getting error as backup_log_dir_for_component_Dgraph2 failed.

1. Below is the error from baseline_update.out file

3条回答
  •  渐次进展
    2021-01-26 01:36

    Changing the Dgraph property 'numIdleSecondsAfterStop' to 90 seconds from IAP workbench solved the problem.

    It shows that the failure was due to the Dgraph was not properly stopped before rename and log folder was locked by Dgraph.

    Setting 'numIdleSecondsAfterStop' causes the baseline to wait for 90 seconds to process next steps after Dgraph stops.

提交回复
热议问题