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

Segfault with cluster and connectionPool with minIdle > 0

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major 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

      Segfault with cluster and connectionPool with minIdle > 0

              ttarrant@redhat.com Tristan Tarrant
              lorenzo.fili Lorenzo Filì (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: