incubator-doris [Bug] Fix dataTables bootstrap js version differ.

lyfkaqu1  于 2022-04-22  发布在  Java
关注(0)|答案(2)|浏览(142)

Describe the bug

FE logs ERROR (nioEventLoopGroup-3-2|84) [StaticResourceAction.executeGet():160] Request with wrong path. url: /static?res=DataTables-1.10.21/js/dataTables.bootstrap.js

To Reproduce

Steps to reproduce the behavior:

  1. on branch-0.14.0
  2. FE started
  3. FE logs ERROR (nioEventLoopGroup-3-2|84) [StaticResourceAction.executeGet():160] Request with wrong path. url: /static?res=DataTables-1.10.21/js/dataTables.bootstrap.js

Expected behavior

Because dataTables bootstrap js version differ, The thirdparty/vars.sh is 1.10.23, The WebBaseAction.java is 1.10.21.

相关问题