Giter Club home page Giter Club logo

web-taparia-jakarta's Introduction

Taparia: Legendary Web Lab

Total lines

Build & Run

Install requirements:

  • Java 17+
  • Maven
  • Docker
  • make
  • NodeJS npm

Build:

sudo make wars

Build & Run:

sudo make infra

Documents

web-taparia-jakarta's People

Contributors

ovoshchko avatar vityaman avatar

Stargazers

 avatar

Forkers

vityaman-edu

web-taparia-jakarta's Issues

[model] Wrong Picture::hashCode is not idempotent

Logs:

taparia-backend   | 17:09:04,068 INFO  [PictureService] (default task-3) getPictureById(1) = Optional[-2027012227]
taparia-backend   | 17:09:04,866 INFO  [PictureService] (default task-3) getPictureById(1) = Optional[-572659571]
taparia-backend   | 17:09:05,523 INFO  [PictureService] (default task-3) getPictureById(1) = Optional[-60049704]
taparia-backend   | 17:09:06,106 INFO  [PictureService] (default task-3) getPictureById(1) = Optional[-1826218202]
taparia-backend   | 17:09:07,358 INFO  [PictureService] (default task-3) getPictureById(1) = Optional[-1134746218]
taparia-backend   | 17:09:08,712 INFO  [PictureService] (default task-3) getPictureById(1) = Optional[177302477]
taparia-backend   | 17:09:09,267 INFO  [PictureService] (default task-3) getPictureById(1) = Optional[1426940735]
taparia-backend   | 17:09:09,879 INFO  [PictureService] (default task-3) getPictureById(1) = Optional[-655257453]
taparia-backend   | 17:09:10,377 INFO  [PictureService] (default task-3) getPictureById(1) = Optional[-537015491]
taparia-backend   | 17:09:10,929 INFO  [PictureService] (default task-3) getPictureById(1) = Optional[904033145]
taparia-backend   | 17:09:11,574 INFO  [PictureService] (default task-3) getPictureById(1) = Optional[-749845703]
taparia-backend   | 17:09:11,924 INFO  [PictureService] (default task-3) getPictureById(1) = Optional[1173233822]

Maybe it is due to @EqualsAndHashCode(callSuper = true) in Figure abstract class children, it can call basic Object::hashCode which returns some "memory address".

Possible solution: remove this code on direct Figure children

@ToString(callSuper = true)
@EqualsAndHashCode(callSuper = true)

such as MultiFigure, SoloFigure, Ellipse, Polygon.

[incident] Failed to initialize pool: FATAL: sorry, too many clients already

Dead during execution of test_rand.py with 1000 iterations and 1 user.

HikariPool-19 - Exception during pool initialization.: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already

Script was completed successfully, but when we try to use app from browser, we die.
App Service restarts and dies with the same exception, then restarts again, then dies, then restarts...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.