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

Scatter chart stuck, how to reset settings #2299

Closed
ofauchon opened this issue Dec 6, 2016 · 3 comments
Closed

Scatter chart stuck, how to reset settings #2299

ofauchon opened this issue Dec 6, 2016 · 3 comments
Assignees
Labels
Milestone

Comments

@ofauchon
Copy link

ofauchon commented Dec 6, 2016

Hi.

I use Pinpoint RC2

No idea why my scatter chart is not working anymore (It was fine for a couple of weeks)

image

... Maybe after I set Y Axis to 30 ms , but I can't change it anymore, as I can't click on options gear
(the cursor is in crosshair mode, no click possible)

I could find that the following request: http://server/getScatterData.pinpoint?to=1481038925000&from=1481038625000&limit=5000&filter=&application=APPLICATION&xGroupUnit=987&yGroupUnit=0

returns:

"java.lang.IllegalArgumentException: yGroupUnit(0) must be positive number\r\n\tat com.navercorp.pinpoint.web.controller.ScatterChartController.getScatterData(ScatterChartController.java:156)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:497)\r\n\tat org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:222)\r\n\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137)\r\n\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110)\r\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:775)\r\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:705)\r\n\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)\r\n\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959)\r\n\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893)\r\n\tat
....

Could you please tell me:

  • Where are stored these GUI settings (they seem permanent) and how to reset to defaults ?
  • What is yGroupUnit ? Is it related to Y max value on the graph ?

Thanks

@denzelsN
Copy link
Contributor

denzelsN commented Dec 7, 2016

@ofauchon
Sorry it is bug of scatter chart.
GUI value stored in localStorage. if you want to remove your setting you must clear your localStorage.

@ofauchon ofauchon changed the title Scattered graph stuck, how to reset settings Scatter chart stuck, how to reset settings Dec 7, 2016
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Dec 7, 2016
Fixed scatter chart stuck when the ms value per pixel is less than 1 ms
koo-taejin added a commit that referenced this issue Dec 7, 2016
Fixed scatter chart stuck when the ms value per pixel is less than 1 ms
@koo-taejin koo-taejin added the bug label Dec 7, 2016
@koo-taejin koo-taejin self-assigned this Dec 7, 2016
@koo-taejin koo-taejin added this to the 1.6.0 milestone Dec 7, 2016
@koo-taejin
Copy link
Member

@ofauchon
I fixed this issue.
Could you retry it using current master branch.

Thanks for reporting!

@ofauchon
Copy link
Author

ofauchon commented Dec 7, 2016

I'll rebuild from master and test that ASAP.

Thanks for the fix.

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

No branches or pull requests

3 participants