Skip to content

Commit 175ad61

Browse files
committed
style changes
1 parent 6c862e9 commit 175ad61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dumper/app/src/main/java/com/google/edwmigration/dumper/application/dumper/connector/hive/AbstractHiveConnector.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ public void execute(ThriftClientConsumer consumer) {
155155
@Override
156156
public void close() throws Exception {
157157
logger.debug("Shutting down thread pool backing pooled Thrift client '{}'", name);
158+
logger.debug("DO NOT SUBMIT< TESTING '{}'", name);
158159
executorManager.close();
159160
MoreExecutors.shutdownAndAwaitTermination(executorService, 30, TimeUnit.SECONDS);
160161
synchronized (lock) {

0 commit comments

Comments
 (0)