Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-4522

Fail to remove the schema from client-side cache

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 5.0.0-alpha, 4.14.0, 4.13.2-cdh
    • None
    • None

    Description

      We always pass the wrong key to remove the schema

      PMetaDataImpl.java
          @Override
          public void removeSchema(PSchema schema, long schemaTimeStamp) {
              this.metaData.schemas.remove(SchemaUtil.getSchemaKey(schema.getSchemaName()));
          }
      

      Attachments

        1. PHOENIX-4522.v0.patch
          3 kB
          Chia-Ping Tsai

        Activity

          People

            chia7712 Chia-Ping Tsai
            chia7712 Chia-Ping Tsai
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: