Uploaded image for project: 'Hot Rod Native client'
  1. Hot Rod Native client
  2. HRCPP-126

Segfault with cluster and connectionPool with minIdle > 0

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.0.0.CR2
    • None
    • None
    • None
    • Hide

      1) modify Simple.cpp adding minIdle option:

      ConfigurationBuilder builder;
      builder.addServer().host(argc > 1 ? argv[1] : "127.0.0.1").port(argc > 2 ? atoi(argv[2]) : 11222);
      builder.connectionPool().minIdle(1);
      RemoteCacheManager cacheManager(builder.build(), false);

      2) launch simple with clustered server

      Show
      1) modify Simple.cpp adding minIdle option: ConfigurationBuilder builder; builder.addServer().host(argc > 1 ? argv [1] : "127.0.0.1").port(argc > 2 ? atoi(argv [2] ) : 11222); builder.connectionPool().minIdle(1); RemoteCacheManager cacheManager(builder.build(), false); 2) launch simple with clustered server

    Description

      Segfault with cluster and connectionPool with minIdle > 0

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            lorenzo.fili Lorenzo Filì (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: