Uploaded image for project: 'MariaDB Connector/J'
  1. MariaDB Connector/J
  2. CONJ-978

useBatchMultiSend setting as jdbc param is not honored since 2.7.5

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Incomplete
    • None
    • N/A
    • aurora
    • None

    Description

      Hello, in CONJ-895 usage of useBatchMultiSend (another param was also changed). This was merged into 2.7.5. When using this driver we explicitly now set useBatchMultiSend to false.

      However, it does not seem to work correctly. Actually, when our app sends multiple inserts into a single table, the communication hangs in the middle and we are left with a connection leak.
      Downgrading to 2.7.4 fixes the issue for us.

      Attachments

        Issue Links

          Activity

            diego dupin Diego Dupin added a comment -

            Is this an Aurora server ? This kind of server has issue with pipeline that can lead to this kind of result.

            CONJ-895 correct some issue that was disabling pipelining for RDS instance without reason.
            Driver now only check for aurora "jdbc:mariadb:aurora://" pattern.

            In case of using an aurora server without setting aurora configuration, pipelining option (useBatchMultiSend and usePipelineAuth) must explicitly be disabled.

            diego dupin Diego Dupin added a comment - Is this an Aurora server ? This kind of server has issue with pipeline that can lead to this kind of result. CONJ-895 correct some issue that was disabling pipelining for RDS instance without reason. Driver now only check for aurora "jdbc:mariadb:aurora://" pattern. In case of using an aurora server without setting aurora configuration, pipelining option (useBatchMultiSend and usePipelineAuth) must explicitly be disabled.
            diego dupin Diego Dupin added a comment -

            closing since no answer

            diego dupin Diego Dupin added a comment - closing since no answer

            People

              diego dupin Diego Dupin
              tomas.lamr Tomas
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.