Info

Open Website

Testing and Issues

You can test this app and submit issues during the testing period of the Data Clustering Contest, Stage 2 contest.

Entries with serious issues will not be able to win the contest, but even minor issues might be important for overall results.

Voting

15
by rating

Issues

Fair Leopard Jul 7, 2020 at 16:10
In our preliminary tests, this submission received the following scores (out of 100):

Languages: 100
News EN: 88
News RU: 93
Categories EN: 71
Categories RU: 77
Threads EN: 16
Threads RU: 14
10
Fair Leopard Jun 24, 2020 at 12:28
If you have some comments for the judges about running your submission please leave a reply here.
1
Large Crab Jun 24, 2020 at 13:55
Could you replace "localhost" with "0.0.0.0" here app/Application.java:122 (java/src/main/java/app/Application.java)?

Also replace code here app/Application.java:98

System.in.read();

to

try {
Thread.currentThread().join();
} catch (InterruptedException e) {
}


Then rebuild jar file (from java directory run "./gradlew fatJar"). After this binary file would be ready for server test
Fair Leopard Jul 1, 2020 at 20:23
It is not allowed to change the source code after the deadline.
Large Crab Jul 4, 2020 at 12:24
Hello again. The problem is that I have System.in.read() logic for turning down server, so if you run it with e.g. such command `./tgnews server ? < /dev/null` it will turn off instantly. So could you prevent server process from reading input somehow? On my machine such way `./tgnews server 8080 <(sleep infinity)` works nice
Nobody added any issues yet...