DomGarguilo commented on PR #4986:
URL: https://github.com/apache/accumulo/pull/4986#issuecomment-2428017505

   I think I changed to be millis and pushed that in another commit so you
   might have been looking at that.
   
   On Mon, Oct 21, 2024 at 4:11 PM Kevin Rathbun ***@***.***>
   wrote:
   
   > ***@***.**** commented on this pull request.
   > ------------------------------
   >
   > In
   > 
server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/ec.js
   > <https://github.com/apache/accumulo/pull/4986#discussion_r1809457027>:
   >
   > > +      return value * 86400;
   > +    default:
   > +      return value;
   > +    }
   > +  }
   > +
   > +  // Helper function to validate duration input. Makes sure that the 
input is in the format of '<operator> <value> <unit>'
   > +  function validateDurationInput(input) {
   > +    return input.match(/^([<>]=?)\s*(\d+)([smhd])$/i);
   > +  }
   > +
   > +  /**
   > +   * @param {number} durationStr duration in milliseconds
   > +   * @returns duration in seconds
   > +   */
   > +  function parseDuration(durationStr) {
   >
   > Hmm. I didn't notice this. For me, the sample data seemed normal (nothing
   > over a couple hrs)
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/accumulo/pull/4986#discussion_r1809457027>, or
   > unsubscribe
   > 
<https://github.com/notifications/unsubscribe-auth/ALMD2IIKOOEBW5NVEHBBF63Z4VNVFAVCNFSM6AAAAABP75WPR6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDGOBTGIYTIMBZHA>
   > .
   > You are receiving this because you were assigned.Message ID:
   > ***@***.***>
   >
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to