Mysql MDL
Metadata lock #0 open_tables_for_query (thd=0xffff2c001050, tables=0xffff2c0fdd58, flags=0) at /code/mysql-server/sql/sql_base.cc:6729 #1 0x0000aaaaae2e4b80 in Sql_cmd_dml::prepare (this=0xf...
Metadata lock #0 open_tables_for_query (thd=0xffff2c001050, tables=0xffff2c0fdd58, flags=0) at /code/mysql-server/sql/sql_base.cc:6729 #1 0x0000aaaaae2e4b80 in Sql_cmd_dml::prepare (this=0xf...
The literature seems have different meaning for DDL. Some refers it as Data Definition Language. Others may refer it data dictionary language. Online DDL Online DDL refers to do db migration with...
Configurations Mysql binary log is rotated. The threshold is controlled by max_binlog_size option. AWS RDS uses a stored procedure to control the retention period of binary logs CALL mysql.rds_sho...
File system: block vs sector Sector is the smallest unit a disk can read/write, so writing a sector is atomic. Sector size is usually 512 bytes. On the other hand, block size refers to the allocat...
Spinnaker different components port number table: link Pipeline I was very confused by the expression evaluation syntax used in UI in the beginning. Later on, I realized that it is just SpEL (Spr...
I thought igor may stands for “integration …” in spinnaker. Then I asked chatgpt. In Spinnaker, “Igor” does not stand for an acronym. Igor is the name given to the component responsible for man...
How to build ./gradlew build -x test -Dorg.gradle.java.home=/Users/xiongding/Library/Java/JavaVirtualMachines/azul-15.0.10/Contents/Home
Features of datadog Unified service tagging Integration Autodiscovery integration It provides a lot of integrations for popular tools, applications to collect their metrics and logs. See doc...
Datadog agent has many components. First, a datadog agent should run in the host. Then a datadog client send data to this agent in the code. datadog: datadog agent client. It deals with connect...
A good material to checkout for kafka https://jaceklaskowski.gitbooks.io/apache-kafka/content/kafka-controller.html Concepts: isr: An in-sync replica (ISR) is a broker that has the latest data...