Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-7247

C++: Change default mapper behavior for BinaryConfiguration

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.3
    • None
    • platforms
    • None

    Description

      C# and Java use the following BinaryConfiguration params by default:

      • BinaryBasicNameMapper with simpleName property set to false, and
      • BinaryBasicIdMapper with lowerCase property set to true.

      while
      C++ uses the following BinaryConfiguration params by default:

      • BinaryBasicNameMapper with simpleName property set to true, and
      • BinaryBasicIdMapper with lowerCase property set to true.

      So, the Java (for instance, a Visor app) can't join C++ nodes by default.

      Let's have the default configuration properties the same for all platforms.

      The same issue was changed for .NET under https://issues.apache.org/jira/browse/IGNITE-2398

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              alexey.tank2 Alexey Popov
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: