You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Chris Hillery (JIRA)" <ji...@apache.org> on 2015/09/16 23:23:46 UTC

[jira] [Created] (ASTERIXDB-1099) Format printers may have multi-threading errors

Chris Hillery created ASTERIXDB-1099:
----------------------------------------

             Summary: Format printers may have multi-threading errors
                 Key: ASTERIXDB-1099
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1099
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: AsterixDB
            Reporter: Chris Hillery
            Assignee: Chris Hillery
            Priority: Minor


Several of the printers - for instance, org.apache.asterix.dataflow.data.nontagged.printers.AUUIDPrinter - have a static member which is used for formatting the data. This static member would be shared by any threads on the NC and is not synchronized, so there is at least the possibility of data corruption.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)