Commit 53814425 authored by qiaozhanwei's avatar qiaozhanwei Committed by Tboy
Browse files

revert #1686 (#1840)

* remove LogViewServiceGrpc.java file and pom modify

* remove kazoo

* remove kazoo

* remove kazoo

* remove common monitor package

* add license

* remove kazoo modify

* remove kazoo modify

* remove kazoo modify

* remove kazoo modify

* remove kazoo modify

* remove kazoo modify

* install.sh remove python kazoo

* add system param whether repeat running

* remove kazoo modify

* BusinessTimeUtils remove whther repeat running inner param

* add AccessTokenMapperTest UT

* CI UT yml modify,start postgresql and zookeeper by default

* add AlertGroupMapperTest UT in github action

* Conflicts reslove

* AlertMappert UT modify

* AlertMappert UT modify

* AlertMappert UT modify

* CommandMapperTest UT modify

* DataSourceMapperTest UT modify

* fix #1775 bug,delete process definition when process instance is running

* verifyTenantIsNull remove process definnition id print log

* revert #1686

* revert #1686
parent 5739afb9
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ public class SessionService extends BaseService{
   * @param loginUser login user
   */
  public void signOut(String ip, User loginUser) {
    try {
        /**
         * query session by user id and ip
         */
@@ -146,5 +147,8 @@ public class SessionService extends BaseService{

        //delete session
        sessionMapper.deleteById(session.getId());
    }catch (Exception e){
        logger.warn("userId : {} , ip : {} , find more one session",loginUser.getId(),ip);
    }
  }
}