Skip to content

Conversation

@stephanwlee
Copy link
Contributor

  • Experiments did not have the right unique ID for fetching because,
    even in the multi experiment mode, this was pointing at the wrong
    instance.
  • Fixed the issue where chart did not create when toggling visibility
    with the tag header
  • Fixed the issue where data-loader fetched incomplete selection in the
    beginning due to the timing issue. Data-selection was bootstrapping
    from the storage and it changes the output rapidly. Without debounce,
    data-loader starts to fetch and it causes timing issue.
  • Set dataSelection only when a dashboard requires it.

- Experiments did not have the right unique ID for fetching because,
  even in the multi experiment mode, `this` was pointing at the wrong
  instance.
- Fixed the issue where chart did not create when toggling visibility
  with the tag header
- Fixed the issue where data-loader fetched incomplete selection in the
  beginning due to the timing issue. Data-selection was bootstrapping
  from the storage and it changes the output rapidly. Without debounce,
  data-loader starts to fetch and it causes timing issue.
- Set dataSelection only when a dashboard requires it.
@stephanwlee stephanwlee merged commit b73a769 into tensorflow:master Aug 23, 2018
@stephanwlee stephanwlee deleted the fix branch August 23, 2018 22:51
stephanwlee added a commit to stephanwlee/tensorboard that referenced this pull request Oct 18, 2018
PR tensorflow#1375 conflated the ideas and caused explicitly resetted the domain
on any data fetch (even if it is already loaded). This will cause some
other "regression" (typing on tag filter then deleting it quickly causes
chart to not draw any axis) but it should be addressed in other PRs.
stephanwlee added a commit that referenced this pull request Oct 18, 2018
PR #1375 conflated the ideas and caused explicitly resetted the domain
on any data fetch (even if it is already loaded). This will cause some
other "regression" (typing on tag filter then deleting it quickly causes
chart to not draw any axis) but it should be addressed later on.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants