-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct Progress Bar with Map-Only Stages #30
Milestone
Comments
initialcontext
pushed a commit
that referenced
this issue
Dec 27, 2015
- Add job args to FlowTracker module, make FT ctors more Java-friendly, bump to v0.7 - Add Load View - Add wait spinners to some pages - Update server config metadata handling - Consistent truncation of long job names using server config metadata - Misc. cleanups & whitespace - Better Flow-level progress calculation (#30)
Merged
initialcontext
pushed a commit
that referenced
this issue
Dec 28, 2015
- Add job args to FlowTracker module, make FT ctors more Java-friendly, bump to v0.7 - Add Load View - Add wait spinners to some pages - Update server config metadata handling - Consistent truncation of long job names using server config metadata - Misc. cleanups & whitespace - Better Flow-level progress calculation (#30)
initialcontext
pushed a commit
that referenced
this issue
Dec 31, 2015
- Add job args to FlowTracker module, make FT ctors more Java-friendly, bump to v0.7 - Add Load View - Add wait spinners to some pages - Update server config metadata handling - Consistent truncation of long job names using server config metadata - Misc. cleanups & whitespace - Better Flow-level progress calculation (#30)
initialcontext
pushed a commit
that referenced
this issue
Dec 31, 2015
- Add job args to FlowTracker module, make FT ctors more Java-friendly, bump to v0.7 - Add Load View - Add wait spinners to some pages - Update server config metadata handling - Consistent truncation of long job names using server config metadata - Misc. cleanups & whitespace - Better Flow-level progress calculation (#30)
initialcontext
pushed a commit
that referenced
this issue
Jan 1, 2016
- Add job args to FlowTracker module, make FT ctors more Java-friendly, bump to v0.7 - Add Load View - Add wait spinners to some pages - Update server config metadata handling - Consistent truncation of long job names using server config metadata - Misc. cleanups & whitespace - Better Flow-level progress calculation (#30)
initialcontext
pushed a commit
that referenced
this issue
Jan 1, 2016
- Add job args to FlowTracker module, make FT ctors more Java-friendly, bump to v0.7 - Add Load View - Add wait spinners to some pages - Update server config metadata handling - Consistent truncation of long job names using server config metadata - Misc. cleanups & whitespace - Better Flow-level progress calculation (#30)
initialcontext
pushed a commit
that referenced
this issue
Jan 1, 2016
- Add job args to FlowTracker module, make FT ctors more Java-friendly, bump to v0.7 - Add Load View - Add wait spinners to some pages - Update server config metadata handling - Consistent truncation of long job names using server config metadata - Misc. cleanups & whitespace - Better Flow-level progress calculation (#30)
initialcontext
pushed a commit
that referenced
this issue
Jan 1, 2016
- Add job args to FlowTracker module, make FT ctors more Java-friendly, bump to v0.7 - Add Load View - Add wait spinners to some pages - Update server config metadata handling - Consistent truncation of long job names using server config metadata - Misc. cleanups & whitespace - Better Flow-level progress calculation (#30)
initialcontext
pushed a commit
that referenced
this issue
Jan 1, 2016
- Add job args to FlowTracker module, make FT ctors more Java-friendly, bump to v0.7 - Add Load View (first draft) - Add wait spinners to some pages - Update server config metadata handling - Consistent truncation of long job names using server config metadata - Misc. cleanups & whitespace - Better Flow-level progress calculation (#30)
initialcontext
pushed a commit
that referenced
this issue
Jan 1, 2016
- Add job args to FlowTracker module, make FT ctors more Java-friendly, bump to v0.7 - Add Load View (first draft) - Add wait spinners to some pages - Update server config metadata handling - Consistent truncation of long job names using server config metadata - Misc. cleanups & whitespace - Better Flow-level progress calculation (#30)
initialcontext
pushed a commit
that referenced
this issue
Jan 1, 2016
- Add job args to FlowTracker module, make FT ctors more Java-friendly, bump to v0.7 - Add Load View (first draft) - Add wait spinners to some pages - Update server config metadata handling - Consistent truncation of long job names using server config metadata - Misc. cleanups & whitespace - Better Flow-level progress calculation (#30)
initialcontext
pushed a commit
that referenced
this issue
Jan 2, 2016
- Add job args to FlowTracker module, make FT ctors more Java-friendly, bump to v0.7 - Add Load View (first draft) - Add wait spinners to some pages - Update server config metadata handling - Consistent truncation of long job names using server config metadata - Misc. cleanups & whitespace - Better Flow-level progress calculation (#30) - expose redacted server config via API call - cache server config state on client-side
fixed. Will be adjusting per-step progress display as part of another issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a job has map-only stages the progress bar can be incorrect (e.g. converging to 50% for a job with only map tasks).
The text was updated successfully, but these errors were encountered: