Uploaded image for project: 'Apache HAWQ (Retired)'
  1. Apache HAWQ (Retired)
  2. HAWQ-1068

master process panic with signal 11 when call get_ao_compression_ratio(null)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • backlog
    • Catalog
    • None

    Description

      Customer has a function which will call get_ao_compression_ratio() to pass the relation name dynamically. However in some corner case get_ao_compression_ratio() will be passed with NULL, which triggered a signal 11 and crashed the master process.
      The issue could be easily reproduced in house as shown below:
      gpadmin=# select get_ao_compression_ratio(null);
      server closed the connection unexpectedly
      This probably means the server terminated abnormally
      before or while processing the request.
      The connection to the server was lost. Attempting reset: Failed.
      !> \q

      Attachments

        Issue Links

          Activity

            People

              mli Ming Li
              mli Ming Li
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: