swaroopak commented on a change in pull request #731: PHOENIX-5673 : The mutation state is silently getting cleared on the … URL: https://github.com/apache/phoenix/pull/731#discussion_r391394885
########## File path: phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java ########## @@ -19,14 +19,14 @@ import java.util.concurrent.ThreadPoolExecutor; -import net.jcip.annotations.Immutable; - import org.apache.phoenix.iterate.SpoolTooBigToDiskException; import org.apache.phoenix.memory.MemoryManager; import org.apache.phoenix.optimize.QueryOptimizer; import org.apache.phoenix.util.ReadOnlyProps; import org.apache.phoenix.util.SQLCloseable; +import net.jcip.annotations.Immutable; Review comment: Is it used anywhere? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
