Sai Hemanth Gantasala has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21663
Change subject: IMPALA-13126: ReloadEvent.isOlderEvent() should hold table read lock ...................................................................... IMPALA-13126: ReloadEvent.isOlderEvent() should hold table read lock For a partition-level RELOAD event, ReloadEvent.isOlderEvent() needs to check whether the corresponding partition is reloaded after the event. This should be done after holding the table read lock. Otherwise, EventProcessor could hit the error above when there are concurrent DDLs/DMLs modifying the partition list. Change-Id: I26933f98556736f66df986f9440ebb64be395bc1 --- M fe/src/main/java/org/apache/impala/catalog/events/MetastoreEvents.java 1 file changed, 9 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/63/21663/1 -- To view, visit http://gerrit.cloudera.org:8080/21663 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I26933f98556736f66df986f9440ebb64be395bc1 Gerrit-Change-Number: 21663 Gerrit-PatchSet: 1 Gerrit-Owner: Sai Hemanth Gantasala <[email protected]>
