HBO5002I Collect interval is not an integer multiple of the next lower time unit. Records with duplicate keys can be produced.

Explanation

The collect interval is not an integer multiple of the next lower time unit. For example, this message will be issued for a collect interval of 90 seconds because it is not an integer multiple of one minute. Update definitions that aggregate data on a time basis can produce multiple records with the same key value in this situation.

Processing continues. The collector waits until after the end of the first processing interval, then processes the data produced during that interval, and continues to process data at the end of each subsequent interval.

Response

Correct the collection interval if it is in error.