-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7569/
-----------------------------------------------------------

Review request for mesos, Benjamin Hindman and Vinod Kone.


Description
-------

When reading the first page of the file, the page size is not adjusted 
accordingly. Whereas, we should be reading an adjusted page size to get the 
remainder of the file.

Ex: Given a page size of 3 lines:
[Full data]
my
name
is
ben

[Currently loaded data]
name
is
ben

[Bug: Scroll up, page 3 lines again (starting at offset 0)! The page size needs 
to be adjusted.]
my
name
is
name
is
ben


Diffs
-----

  src/webui/master/static/jquery.pailer.js 
edd23d9efa03086679af67a8bd13a273d409798b 

Diff: https://reviews.apache.org/r/7569/diff/


Testing
-------

make check + local run
OSX only since purely this is purely a JS change


Thanks,

Ben Mahler

Reply via email to