Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-4723

Not Able to Parse geode.properties duration-timeout

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Bug
    • None
    • None
    • native client
    • None

    Description

      This looks like a bug related to the switch to std::chrono for all time values.

      Plan:

      • Create a new ThinClientSystemPropertiesTests.cs (we currently only have cli tests for the Auth params)
      • Add a test to verify that duration-timeout is parsed properly (this will likely fail)
      • Fix the failing test by updating the parser to support std::chrono.duration

      We were able to workaround this problem by appending an s to the parameter in the file:

      i.e., in geode.properties we changed duration-timeout as below:

      changed from:

           duration-timeout = 12345 

      to:

           duration-timeout = 12345s

      Attachments

        Activity

          People

            Unassigned Unassigned
            mmartell Michael Martell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: