Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-3870

Cannot put negative numbers via CLI

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • 6.0.0.Final
    • CLI
    • None

    Description

      Run following command via CLI
      [remoting://localhost:9999/local/default]> put key1 -0.1234567
      [remoting://localhost:9999/local/default]> get key1
      0.1234567
      [remoting://localhost:9999/local/default]> put key2 -1.1234567
      [remoting://localhost:9999/local/default]> get key2
      0.1234567
      [remoting://localhost:9999/local/default]> put key3 -1234567
      [remoting://localhost:9999/local/default]> get key3
      234567
      [remoting://localhost:9999/local/default]>
      — Server log
      10:51:20,267 ERROR [stderr] (pool-1-thread-8) line 1:10 mismatched character '1' expecting '-'
      10:52:23,997 ERROR [stderr] (pool-1-thread-8) line 1:10 mismatched character '0' expecting '-'
      10:52:32,432 ERROR [stderr] (pool-1-thread-8) line 1:10 mismatched character '1' expecting '-'
      10:52:59,252 ERROR [stderr] (pool-1-thread-8) line 1:10 mismatched character '1' expecting '-'

      Attachments

        Activity

          People

            Unassigned Unassigned
            vchepeli_jira Vitalii Chepeliuk (Inactive)
            Vitalii Chepeliuk Vitalii Chepeliuk (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: