Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB Replication 시 P6spy 로깅으로 인하여 발생하는 문제 해결 #741

Merged
merged 4 commits into from
Nov 6, 2023

Conversation

mcodnjs
Copy link
Collaborator

@mcodnjs mcodnjs commented Nov 3, 2023

📄 Summary

#738, #740

🙋🏻 More

홍고가 이슈로 빨리하라고 재촉하네요 ..

Copy link
Member

@jjongwa jjongwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

Comment on lines 38 to 40
final Class<?> targetClass = targetObject.getClass();
return targetClass.getName().contains(HIKARI_CONNECTION_NAME) &&
invocation.getMethod().getName().equals(JDBC_PREPARE_STATEMENT_METHOD_NAME);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

targetClass로 먼저 받은 이유가 있나용
별 이유 없다면
invocation.getMethod()도 targetMethod로 변수 뺀다음 return값에 넣는게 일관성에 맞을거 같긴 한데

뭐 이런걸 가지고 뭐라 그러냐.. 라는 생각이 들었다면 그냥 무시하고 바로 머지 ㄱㄱ

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

github-actions bot commented Nov 6, 2023

📝 Jacoco Test Coverage

Total Project Coverage 79.11%
File Coverage [97.56%]
ConnectionProxyHandler.java 97.56% 🍏

@mcodnjs mcodnjs merged commit aaf08ac into develop Nov 6, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants