Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-2826

transformed is modified in BroadcastVariableMaterialization#decrementReferenceInternal without proper locking

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0
    • None
    • None

    Description

      Here is related code:

                              if (references.isEmpty()) {
                                      disposed = true;
                                      data = null;
                                      transformed = null;
      

      Elsewhere, transformed is modified with lock on BroadcastVariableMaterialization.this

      Attachments

        Activity

          People

            yuzhihong@gmail.com Ted Yu
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: