Agent measurement_schedule disklist size needs to be increased
--------------------------------------------------------------
Key: HHQ-4123
URL: http://jira.hyperic.com/browse/HHQ-4123
Project: Hyperic HQ
Issue Type: Bug
Components: Agent:Core
Affects Versions: 4.3
Reporter: Ryan Morgan
Assignee: Todd Rader
Priority: Major
Recently the DSN for a measurement was increased up to 2048 characters (HHQ-3692), however the agent side storage is still limited to 1024.
For DSN's that are > 1024 characters the agent will throw and error and the metric will fail to be collected:
2010-06-30 20:59:33,047 ERROR [Thread-0] [AgentDListProvider] Error adding to list 'measurement_schedule'
java.io.IOException: Data length(1258) exceeds maximum record length(1024)
at org.hyperic.util.file.DiskList.addToList(DiskList.java:287)
at org.hyperic.hq.agent.server.AgentDListProvider.addToList(AgentDListProvider.java:401)
at org.hyperic.hq.measurement.agent.server.MeasurementSchedule.storeMeasurement(MeasurementSchedule.java:177)
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsService.scheduleMeasurements(MeasurementCommandsService.java:309)
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsServer.dispatchCommand(MeasurementCommandsServer.java:154)
at org.hyperic.hq.agent.server.CommandDispatcher.processRequest(CommandDispatcher.java:112)
at org.hyperic.hq.agent.server.CommandListener.listenLoop(CommandListener.java:191)
at org.hyperic.hq.agent.server.AgentDaemon.start(AgentDaemon.java:844)
at org.hyperic.hq.agent.server.AgentDaemon$RunnableAgent.run(AgentDaemon.java:926)
at java.lang.Thread.run(Thread.java:619)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------
Key: HHQ-4123
URL: http://jira.hyperic.com/browse/HHQ-4123
Project: Hyperic HQ
Issue Type: Bug
Components: Agent:Core
Affects Versions: 4.3
Reporter: Ryan Morgan
Assignee: Todd Rader
Priority: Major
Recently the DSN for a measurement was increased up to 2048 characters (HHQ-3692), however the agent side storage is still limited to 1024.
For DSN's that are > 1024 characters the agent will throw and error and the metric will fail to be collected:
2010-06-30 20:59:33,047 ERROR [Thread-0] [AgentDListProvider] Error adding to list 'measurement_schedule'
java.io.IOException: Data length(1258) exceeds maximum record length(1024)
at org.hyperic.util.file.DiskList.addToList(DiskList.java:287)
at org.hyperic.hq.agent.server.AgentDListProvider.addToList(AgentDListProvider.java:401)
at org.hyperic.hq.measurement.agent.server.MeasurementSchedule.storeMeasurement(MeasurementSchedule.java:177)
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsService.scheduleMeasurements(MeasurementCommandsService.java:309)
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsServer.dispatchCommand(MeasurementCommandsServer.java:154)
at org.hyperic.hq.agent.server.CommandDispatcher.processRequest(CommandDispatcher.java:112)
at org.hyperic.hq.agent.server.CommandListener.listenLoop(CommandListener.java:191)
at org.hyperic.hq.agent.server.AgentDaemon.start(AgentDaemon.java:844)
at org.hyperic.hq.agent.server.AgentDaemon$RunnableAgent.run(AgentDaemon.java:926)
at java.lang.Thread.run(Thread.java:619)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira