본문 바로가기

카테고리 없음

2020-12-21 20시 개발자 글 모음 | " [Arm프로세서] Armv7: 익셉" 외 1개 이야기

[Spring Cloud Eureka] EurekaClient - cacheRefresh, heartbeat 파헤쳐보기(2) by 김기완 about Cloud,Spring,Cache

  • the following flow is observed: * * if (update generation have not advanced (due to another thread)) * atomically try to: update application with the delta and get reconcileHashCode * abort entire processing otherwise * do reconciliation if reconcileHashCode clash * fi * * @return the client response * @throws Throwable on error */ private void getAndUpdateDelta(Applications applications) throws Throwable { long currentUpdateGeneration = fetchRegistryGeneration
  • tryLock()) { try { updateDelta(delta); reconcileHashCode = getReconcileHashCode(applications); } finally { fetchRegistryUpdateLock
  • set(healthCheckHandler); // schedule an onDemand update of the instanceInfo when a new healthcheck handler is registered if (instanceInfoReplicator != null) { instanceInfoReplicator


[Arm프로세서] Armv7: 익셉션이 발생한 명령어로 어떻게 복귀할까? by 김동현

  • This blog contains Linux Kernel Analysis(4
  • x) and kernel crash debugging case-study for seminar and lecture
  • by AustinKim