| Re: [mylar-dev] next mylar conference call |
regards, Eugene
Yes, bug 160946 was about restoring task editors on Eclipse startup. That
meant that we had to stop reading the Task List asynchronously, because it
required having both the TaskList and the RepositoryTaskData initialized on
startup, otherwise the editors can't be restored (similar to how the
Platform requires the workspace to be initialized before restoring an
editor). So for now I think the solution is to ensure that connectors do
not perform any slow operations in readQuery and other methods. I added
documentation stating that to DelegatingTaskExternalizer and that method.
Let's discuss solving this for JIRA on:
169141: Mylar is fetching data from jira repository at Eclipse startup
https://bugs.eclipse.org/bugs/show_bug.cgi?id=169141