troubleshooting

Why isn't the table getting filled?

Ralph is facing an issue where the table is not getting filled with data from transactions. Yiming suggests checking the risingwave frontend node log for error logs and dumping a kafka record payload to investigate the issue.

Ra

Ralph Matthias Debusmann

Asked on May 25, 2023

  • Check the risingwave frontend node log for any error logs.
  • Dump a kafka record payload to inspect the data.
  • Ensure that the data types of the columns in the table match the data being inserted, as mismatched data types can prevent data from being inserted correctly.
May 25, 2023Edited by