Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displaying file with 0 byte offset from the end in the UI creates a blank page #9482

Closed
calvinjia opened this issue Jul 17, 2019 · 0 comments · Fixed by #9494
Closed

Displaying file with 0 byte offset from the end in the UI creates a blank page #9482

calvinjia opened this issue Jul 17, 2019 · 0 comments · Fixed by #9494
Labels
area-webui Web UI type-bug This issue is about a bug

Comments

@calvinjia
Copy link
Contributor

Alluxio Version:
2.0.0

Describe the bug
Displaying file with 0 byte offset from the end in the UI creates a blank page. This seems to only happen with the logs page (possibly only if the UFS is local).

To Reproduce
Open a log file.
Check the display relative from to end from start.
Press Go

Expected behavior
A page with an empty data box but still has the other controls.

@calvinjia calvinjia added the type-bug This issue is about a bug label Jul 17, 2019
@apc999 apc999 added the area-webui Web UI label Jul 17, 2019
alluxio-bot pushed a commit that referenced this issue Jul 19, 2019
- Fixes #9482
- shouldn't use truthy/falsy values for this check - `data.fileData =
''` is still valid for a real file

pr-link: #9494
change-id: cid-8892b12e3380b4312b577706ac2ab7d5d2ecb496
tieujason330 added a commit to tieujason330/alluxio that referenced this issue Jul 22, 2019
- Fixes Alluxio#9482
- shouldn't use truthy/falsy values for this check - `data.fileData =
''` is still valid for a real file

pr-link: Alluxio#9494
change-id: cid-8892b12e3380b4312b577706ac2ab7d5d2ecb496
tieujason330 added a commit to tieujason330/alluxio that referenced this issue Jul 22, 2019
- Fixes Alluxio#9482
- shouldn't use truthy/falsy values for this check - `data.fileData =
''` is still valid for a real file

pr-link: Alluxio#9494
change-id: cid-8892b12e3380b4312b577706ac2ab7d5d2ecb496
jiacheliu3 pushed a commit to jiacheliu3/alluxio that referenced this issue Nov 12, 2019
- Fixes Alluxio#9482
- shouldn't use truthy/falsy values for this check - `data.fileData =
''` is still valid for a real file

pr-link: Alluxio#9494
change-id: cid-8892b12e3380b4312b577706ac2ab7d5d2ecb496
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-webui Web UI type-bug This issue is about a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants