Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-1345

JDBC_PING fails to initialize table in mysql

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • 2.12.2, 3.0
    • 2.12
    • None

      JDBC_PING fails to initialize DB table for discover when executing the following SQL:
      CREATE TABLE JGROUPSPING (own_addr varchar(200) NOT NULL, cluster_name varchar(200) NOT NULL, ping_data varbinary(5000) DEFAULT NULL, PRIMARY KEY (own_addr, cluster_name) )

      The statement results in "Specified key was too long; max key length is 1000 bytes"

            sgrinove Sanne Grinovero
            raulraja Raúl Raja Martínez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: