Closed GoogleCodeExporter closed 9 years ago
Probe keeps track of the currently followed file with a Session attribute. If
you open multiple tabs which follow two different logs, this can cause a race
condition. It also means that the contents of each tab will always be the
contents of the most recently opened log.
This is separate from issue 91, so I'm not adding any dependency. It also
means this has been a problem for a while.
Old summary: Exception when displaying log file
Original comment by MALfunct...@gmail.com
on 6 Oct 2010 at 10:37
Targeting 2.1.1 patch.
Original comment by MALfunct...@gmail.com
on 22 Oct 2010 at 10:10
This issue was updated by revision r326.
- Ensuring consistent references to "followed_file" session attribute.
Original comment by MALfunct...@gmail.com
on 22 Oct 2010 at 10:13
This issue was updated by revision r327.
Removing reliance on HTTP session for followed file info AJAX.
Original comment by MALfunct...@gmail.com
on 25 Oct 2010 at 3:25
This issue was updated by revision r328.
- Removing reliance on HTTP session for followed file setup, clear, and AJAX.
- Removed ClearBufferController since the buffer is all handled client-side.
- Changed file line storage from ArrayList to LinkedList.
Original comment by MALfunct...@gmail.com
on 25 Oct 2010 at 9:52
Tested opening two log files in separate tabs, tailing, and clearing the
buffer. All work as expected.
Original comment by MALfunct...@gmail.com
on 25 Oct 2010 at 9:53
This issue was updated by revision r329.
- Fixing implementations of initial and max lines settings since buffer is now
client-side.
- Fixing issue where log content could be displayed incorrectly if log changed
between the info and content AJAX requests.
- Fixing potential array index out-of-bounds exception when detecting log size
changes.
Original comment by MALfunct...@gmail.com
on 26 Oct 2010 at 4:14
This issue was updated by revision r330.
Code cleanup. Fixing indentation and scope.
Original comment by MALfunct...@gmail.com
on 26 Oct 2010 at 4:31
This issue was updated by revision r344.
Merging trunk:326-330 into branches/2.1.
Original comment by MALfunct...@gmail.com
on 5 Dec 2010 at 12:24
2.1.1 released.
Original comment by MALfunct...@gmail.com
on 5 Dec 2010 at 2:39
Original issue reported on code.google.com by
MALfunct...@gmail.com
on 6 Oct 2010 at 10:17