apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.26k stars 3.2k forks source link

[Bug] Fix dataTables bootstrap js version differ. #6533

Open xiaoxiaopan118 opened 3 years ago

xiaoxiaopan118 commented 3 years ago

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.

xiaoxiaopan118 commented 3 years ago

The PR is https://github.com/apache/incubator-doris/pull/6532

xiaoxiaopan118 commented 2 years ago

The master branch PR: https://github.com/apache/incubator-doris/pull/6591