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

Upper bound for results in ui/rest #85

Closed
martingrimmer opened this issue May 19, 2016 · 2 comments
Closed

Upper bound for results in ui/rest #85

martingrimmer opened this issue May 19, 2016 · 2 comments

Comments

@martingrimmer
Copy link
Contributor

martingrimmer commented May 19, 2016

Details

  • To prevent the ui and rest server for freezes we should stop iterating the results from accumulo when a defined amount is reached.
  • the Rest Service has to count the results
  • if a number of (eg) 5000 is reached it should close the Scanner and return the results to the client with the information that there are more.
  • this can prevent us from full table Scans and dying rest processes
@kev007
Copy link
Contributor

kev007 commented May 24, 2016

Whoops, that commit was supposed to be referencing ticket #86.

@martingrimmer
Copy link
Contributor Author

wontfix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants