[
https://issues.apache.org/jira/browse/TEZ-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sreenath Somarajapuram updated TEZ-2275:
----------------------------------------
Description:
Loading:
# Remove counter serialization for all entities to make loading faster.
# Ensure that counter tables works with unserialized data.
# Ensure display of counter data in entity tables.
Caching:
# Separate cache for each table: Refreshing vertex->tasks shouldn't partially
update parts values displayed in All Tasks table.
# Refreshing an entity, shouldn't change the respective record in any tables.
# Ensure all data displayed in a table are from a single time frame. (Now part
of the table should be partially updated by actions elsewhere)
# Values cached at a time for a specific entity type should belong to a single
DAG. (To limit the values stores in the browser side)
was:
# Remove counter serialization for all entities to make loading faster.
# Ensure that the counter tables would with unserialized data.
# Refreshing vertex->tasks shouldn't update cached values displayed in the All
Tasks table.
# As records are shared, refreshing/reloading a record will reflect the changes
everywhere. Hence refreshing task details will update the respective task row
in dag/vertex -> tasks tables.
# Values cached at a time for a specific entity type should belong to a single
DAG. (To limit the values stores in the browser side)
> TEZ UI: Make data loading faster and caching better
> ---------------------------------------------------
>
> Key: TEZ-2275
> URL: https://issues.apache.org/jira/browse/TEZ-2275
> Project: Apache Tez
> Issue Type: Sub-task
> Reporter: Sreenath Somarajapuram
> Assignee: Sreenath Somarajapuram
> Attachments: TEZ-2275.1.patch
>
>
> Loading:
> # Remove counter serialization for all entities to make loading faster.
> # Ensure that counter tables works with unserialized data.
> # Ensure display of counter data in entity tables.
> Caching:
> # Separate cache for each table: Refreshing vertex->tasks shouldn't partially
> update parts values displayed in All Tasks table.
> # Refreshing an entity, shouldn't change the respective record in any tables.
> # Ensure all data displayed in a table are from a single time frame. (Now
> part of the table should be partially updated by actions elsewhere)
> # Values cached at a time for a specific entity type should belong to a
> single DAG. (To limit the values stores in the browser side)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)