Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.10.0
-
Fix Version/s: 3.11.0
-
Component/s: app.editor
-
Labels:None
-
Target Version:
Description
This https://github.com/cloudera/hue/commit/58a3389337f5d06062c06235e90f9649339d137f
it's because getLogs returns 5 instead of 100 when it's completed here:
response['progress'] = db.progress(snippet, full_log) if snippet['status'] != 'available' and snippet['status'] != 'success' else 100